Questions tagged [article]

An article is a particular section or item of a series in a written document

Use this tag to ask questions about features in a software that helps in writing/editing articles.

377 questions
2
votes
1 answer

Article "Matching" Algorithm

I've rather specific question, at least it is so for me. Specific because after doing quite a lot searching I couldn't find anything useful. So as the title says, I am looking for an algorithm, that finds if two articles given in input "match", but…
NiVeR
  • 9,644
  • 4
  • 30
  • 35
2
votes
5 answers

How to make article spinner regex?

Let's say I have teh following: {{Hello|Hi|Hey} {world|earth} | {Goodbye|farewell} {noobs|n3wbz|n00blets}} And I want that to turn into any of the following: Hello world Goodbye noobs Hi earth farewell n3wbz // etc. Paying attention to the…
y2k
  • 65,388
  • 27
  • 61
  • 86
2
votes
4 answers

Dynamically change page content based on URL parameter?

The title of my question seems simple but here is an example of what I want to do: http://www.mayoclinic.com/health/infant-jaundice/DS00107 What happens on that page is whenever you click on a link to go a section (e.g. "Symptoms") in the article…
volume one
  • 6,800
  • 13
  • 67
  • 146
2
votes
1 answer

mediawiki article check if exists

I'm using a mediawiki with multilanguage. i used same database with the prefix. I want to make some changes like this; for example i have en.wiki.com and de.wiki.com My all articles in de.wiki.com i will translate them later. but when visitors…
2
votes
2 answers

jquery slide toggle without line break

I'm looking for a slide-toggle jQuery for my Joomla! website that will work as in this example: I want my article to start with the beginning of a sentence and then a (read-more). Clicking on the (read-more) will hide the (read-more) and display the…
JinSnow
  • 1,553
  • 4
  • 27
  • 49
2
votes
1 answer

joomla 2.5 get seo link by article id

let´s say I have following id´s from articles (#__content) 3,4,5 and I want to know the SEO URLs for these ID´s within my template. pseudo code: $db = JFactory::getDbo(); $query = $db->getQuery(true); $db->setQuery($query); $query …
Anatol
  • 1,923
  • 6
  • 26
  • 55
2
votes
2 answers

Access Joomla 2.5 from external script to get article by id

I like to read an article by id from Joomla 2.5. As I'm not inside the framework I've to include it first. I found also some samples how to get an article by id than but it ever fails ... This is the sample I'm trying: define( '_JEXEC', 1 ); define(…
Andre Bergmann
  • 59
  • 3
  • 10
2
votes
2 answers

How to scrape and virtually combine wiki articles?

So our company has a large number of internal wiki sites for different departments and I'm looking for a way to unify them. We keep trying to get everybody to use the same wiki but it never works, they keep wanting to create new ones. What I'm…
Sam P
  • 93
  • 3
2
votes
1 answer

Article Versioning / History

Every now and then I find web applications that have some sort of article history/versioning where you can select a previous version of the article/content and basically do a "restore" process. I'm planning on having one like that, but I have a few…
Tower
  • 98,741
  • 129
  • 357
  • 507
1
vote
2 answers

Joomla - need two separate categories of articles on the same page

In Joomla 2.5, I want to display two separate blog-type streams of articles on the same page, with the complete text of each article. I can get one using jdoc:include type="component". But I also need the articles from another category elsewhere on…
furiouscloud
  • 121
  • 1
  • 3
1
vote
2 answers

Is it better to have separate tables for articles & comments, or one table for both?

I am working on a little project where a user submits an article to MySQL, and then PHP send the post to the screen. So far so good. Now i want to extend it to a "two level" post system, where people can comment on the articles. The case is, i dont…
Lassa
  • 121
  • 1
  • 2
  • 5
1
vote
1 answer

Right HTML 5 Article Structure

I hope the question is not too generic, but I would need an advice: Which one of the following examples would you consider to be the right one? Number 1

Title

r0skar
  • 8,338
  • 14
  • 50
  • 69
1
vote
0 answers

Unable To Upload Article Image Via API to shopify Articles

Im using GOLANG to create a blog and its article following the article Create an article with an image, which will be downloaded by Shopify. Following is my spew.dump for the API request and my response back. Im unable to get the image url. this was…
Sp3LLingzz
  • 303
  • 1
  • 3
  • 14
1
vote
1 answer

How to align content inside rows of an

I am trying to align content inside rows of an article vertically with each other This is in the card component `
1
vote
1 answer

Python: How do I save scholarly.search_pubs() result as a dataframe?

I used the following code to find an article using the scholarly.search_pubs() function: search_query = scholarly.search_pubs('A Bayesian Analysis of the Style Goods Inventory Problem') scholarly.pprint(next(search_query)) Output: {'author_id':…
Addy
  • 13
  • 3