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
1
vote
1 answer

HTML 5

I'm making a "semantic" html5 model for all the articles in a website. This is what could be great :
1
vote
1 answer

Laravel 4 Post and categories

I'm new in laravel. I need to have in my homepageBlog fetch 3 posts for each categories and just show 4 categories. I'm doing in my HomeController $categories = Category::with(['posts' => function($query){ $query->orderBy('published_at',…
nicolassiuol
  • 83
  • 2
  • 12
1
vote
4 answers

How to create article spinner regex in Java?

Say for example I want to take this phrase: {{Hello|What's Up|Howdy} {world|planet} | {Goodbye|Later} {people|citizens|inhabitants}} and randomly make it into one of the following: Hello world Goodbye people What's Up word What's Up…
Dylan
  • 949
  • 3
  • 13
  • 23
1
vote
2 answers

How can I add links to the previous and next articles to my blog article on Voog?

Adding the previous and next links to the blog articles in Joomla, Wordpress and various other php-based blog articles seems quite easy. However, how can I add such a feature to my Voog website? I looked around in their developers documentation but…
Martin
  • 15
  • 4
1
vote
1 answer

Joomla 3 - Different article order on different pages

I am using Joomla 3.4.4 and I am displaying multiple articles by Category Blog menu item. I have 3 of these menu items and I need them to display the same articles, but each in different specific order. Do you have any idea how to accomplish this?
Martin Omacht
  • 315
  • 1
  • 13
1
vote
1 answer

Unable to hide article author in joomla 3.x

i'm using joomla 3.x installation and i wish to hide the author when displaying articles by the way i'm using ja purity III theme if it matters
user1928251
1
vote
1 answer

Add an additional field for creating an article (Joomla)?

I would like to expand the standard component for creating a new article (com_content) in Joomla with an additional field. I did an template override and added the field in the UI. But I do not know how I can add the value to the database. Which…
JavaForAndroid
  • 1,111
  • 2
  • 20
  • 42
1
vote
0 answers

List of article and related data Category

I wanted to export the list of articles and related data category in excel format, I have tried to export through knowledgeArticleVersion but unable to add data category column in the list. Could please help? Here is my code of what I…
Sara
  • 11
  • 3
1
vote
2 answers

creating objects with different color schemes

article { background-color:#d5ecf2; width:1024px; height:200px; margin: 0 auto; } .articletext { float:right; height:180px; width:720px; margin:10px; }
1
vote
2 answers

Joomla article link #1064 - You have an error in your SQL syntax;

im having a problem with all the articles i create. I cannot get a full article to open. when i click on the link it gives me this error. When i remove the title which is after the colon the link works. How do i fix this? 1064 - You have an error…
jogica
  • 11
  • 2
1
vote
0 answers

Draft Knowledge article not accessible via apex

I have a user without "knowledge user" permission and he is able to access draft article via UI however when trying to access from a VF page , in debug logs we are getting error :- System.QueryException: Insufficient access rights: you cannot access…
Sara
  • 111
  • 2
1
vote
1 answer

Select the objects for publishing and set article properties using RMO in C# .NET

I am using transaction replication with push subscription. I am developing a UI for replication using RMO in C#.NET between different instances of the same database within same machine holding similar schema and structure. I am using Single…
Pavan Kumar
  • 65
  • 1
  • 4
  • 13
1
vote
1 answer

Semantic markup of multiple articles inside article with preambles/postscript

As part of a project mentioned in connection with another question I need to markup nested articles in semantic HTML5. There's a magazine article containing a number of short texts by different authors plus some editor comments. In the present HTML4…
linurb
  • 307
  • 1
  • 4
  • 14
1
vote
1 answer

Joomla 3 Cannot Shows Article Title

I am using Joomla 3 and wanted to show article title, by default I assume it should be shown. I tried Show/Use Global in Show Title but it is not working. WHY?
oook
  • 13
  • 4
1
vote
1 answer

Get article id from created article in chronoforms

I've got a small problem with Chronoforms and the Submit Article action which Chronoforms has. I need to get the article ID of the created article from the Chronoforms array, but it seems that $form->data["article_id"] doesn't give something back.…
Maggio
  • 11
  • 1