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
0
votes
3 answers

Use jQuery to automate links to chapters within a page?

The page in question: http://wlvrtn.com/sites/nms-chapters/page.php This page currently is made of up 3 chapters, each contained in their own article tags. In the future, I'll add additional chapter articles, as well as chapter links in the floating…
pianofighter
  • 85
  • 1
  • 2
  • 8
0
votes
1 answer

H3 and P tags inside anchor, impact on SEO?

I'm working on our work site at the moment, just a quick question. I'm listing articles, and to make each one clickable, I'm containing them within an anchor. Is this bad practice? Will this have any implications on SEO? I've googled and found…
ThePHPUnicorn
  • 619
  • 2
  • 7
  • 22
0
votes
1 answer

"same article alias" error in joomla when editing translated (joomfish) article in the frontend

joomla version 2.5.8 joomfish version 2.5.0 I have created an article and translated it with joomfish. I login with the user that created that article and i'm trying to edit it. In english(basic language) i can edit it successfully. In…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
0
votes
2 answers

Joomla: How to set user group access permission for article post?

I got several user groups with special rights and categories. Example: Classes: A, B, C. Teachers: A, B, C. Now if "Teacher A" creates an article within his categorie (A) via frontpage he's able to select a permissionlevel for this article (Group A,…
Dataminer
  • 39
  • 1
  • 6
0
votes
1 answer

how to insert my_html into joomla article so that formatting is preserved

I have a large amount of html that I want to copy and paste into a joomla article. Once I insert my_html into joomla, my_html inherits all of the wrapping css. my_html was derived from a pdf --> html conversion (Open Office Writer), so much of it…
dsdsdsdsd
  • 2,880
  • 6
  • 41
  • 56
0
votes
2 answers

Make a custom layout article view

I am making a site for a car company. Whenever I add an article there are two options: Blog and Category. I would like something like a category with a image preview and instead of the date created to show something like price, or brand. Is there…
0
votes
2 answers

Load a Joomla menu-item pages into a module position

With Joomla it's possible to load modules into articles and even into other modules, but is it also possible to load menu-item pages into module positions? For example, I have a menu item that shows the contact-list, in other words every person…
Gerb
  • 62
  • 8
0
votes
3 answers

Problems adding an article in Joomla

I got a problem I really cant solve. I am trying to create a menu with an single article in Joomla 2.5, but it wont show the article. I have created a main menu with some menus which are set to single article, and I have created some articles, which…
0
votes
3 answers

Drupal 7 - Changing Layout of Article View

I tried Googling this, but it is so specific I didn't come across anything relevant. I currently have a view slideshow for article posts and it looks like this: But I want it to look like this: Basically I would just like two columns, for image…
Eric
  • 640
  • 12
  • 32
0
votes
2 answers

How to make a link generated random by php tu auto-open itself?

On my menu, i want to be a a link called"Random" that when clicked it will open a random article, just like on stumbleupon. I made the template thinkink i may go from there and achieve this. But i couldn't. I m asking you how to open the only link…
0
votes
1 answer

Extract content from UIWebView

I have an RSS-feed that loads articles from some sites. I want the text in the articles to be shown in a TextView. It's not ads in the articles, so I am allowed to just get the text. Anyone knows how I can do it? Sorry for my bad english.
eplefrik
  • 73
  • 6
0
votes
2 answers

Delete a post after a period of time

I have created a function that gets the time an article was published. The same function checks whether the article is 1 week old and deactivates it. I don't know what to do here if I have to make the function responsive when I call. I thought of…
0
votes
1 answer

Extracting article contents from PDF magazines

First of all, I am not aiming for a specific development answer, but rather a development approach. The problem that I am having, is I have a client with a enormous amount of articles in PDFs, about 150 articles in fifty pdfs per year for the last…
Florian Mertens
  • 2,418
  • 4
  • 27
  • 37
0
votes
2 answers

PHP MYSQL - ID AS category SUB_ID as Comment

I cant figure out how to get comments underneath mysql db entries.. For example There is one article witch id is 1 and then there are some (for example 3) comments in that article (ID - 1) [ARTICLE_ID][CATEGORY] And the comments are like:…
user1317647
0
votes
1 answer

Basic concept in the following WCF article

I am a bit confused with this paticular blog post here... http://bartdesmet.net/blogs/bart/archive/2006/09/13/4417.aspx What is his concept of tunelling? I mean how is he able to access port 110 on WCF client through HTTP from the WCF server? I…
Josh
  • 13,530
  • 29
  • 114
  • 159