Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
AM comes with it's own built in 'continued page'

 

 


George_h
User

May 23, 2005, 12:28 PM

Post #1 of 5 (5139 views)
Shortcut
AM comes with it's own built in 'continued page' Can't Post

MODERATOR I am sorry if this has been explained before. If it has please delete

I have taken so much out of this forum over the last couple of years I thought I would give a little back....

Did you know that AM comes with it's own built in 'continued page'. So if you have a very long article you can create a continued page effectively cutting the article in half, and displaying it on 2 pages.

There 2 down sides to this method. (Isn't there always)
  1. You will loose the printer page facility. I think that printer pages can be detrimental as the search engines tend to prefer them to your content page.
  2. All of the articles must be split as a link appears at the end of each article inviting the reader to continue to the continuation page. (There is a work around for this. See end of explanation)


I am running this feature on the following site http://articles.tips.net (if you want to have a look at it running)

What you need to do is:

In AM 'setup options' -- 'general' you need to add a placeholder for the continued page, I use art_field19, name it something like 'content for the continuation page'. I use WYSIWYG but you can use textarea.

Then in AM 'setup options' -- 'server' change the Article Printer Pages name to something like continued_ (that's what I use)

Then in your article 'default' template just add the following line after your $art_content$ placeholder


Code
 <a href="$art_printer_url$">Continued</a>



Make your default_printer.html article template exactly the same as your 'default' article template except change the $art_content$ placeholder to $art_field19$ and remove the continued bit.....

You can get fancy and add the following somewhere


Code
 Continued from <a href="$detail_link$">$art_name$</a>



Which will give a link back to the first page

Then when you are in article manager admin you just add the first part of the article to the content box and the second part of the article to the art_field19 placeholder box labeled 'content for the continuation page'

I mentioned earlier about a workaround if you did not want to have all of your articles split. What you have to do in this case is not include the continued link in the article template instead you need to add the following bit at the end of the first half of your article


Code
 <a href="continued_my_article_name.shtml">Continued</a>



You have to manually add the article name each time. Bit of a pain but it still works. You still set up your default_printer.html article template the same as mentioned above with the link back. AM will build printer (continuation pages) for all of your articles but you will only be linking to the ones you want.
Kind Regards

George


Cliff
Staff


May 23, 2005, 2:40 PM

Post #2 of 5 (5130 views)
Shortcut
Re: [Tips.Net] AM comes with it's own built in 'continued page' [In reply to] Can't Post

Hi George,

Thanks for posting.

I don't think that something like this has been posted before, so thanks for taking the time to put this together.

This is a great alternative to some of the page break add-on scripts that have been written in order to break longer articles into multiple pages. The thing that I like about it is that it's not using JavaScript so the search engines can still access all of the content easily Smile
Regards,
Cliff Stefanuk - Customer Service Manager
[email]support@interactivetools.com[/email]


George_h
User

May 23, 2005, 4:18 PM

Post #3 of 5 (5127 views)
Shortcut
Re: [Cliff] AM comes with it's own built in 'continued page' [In reply to] Can't Post

CoolSmile

I hope that it may be of help to some one.....

Talking of javascript.... Maybe you guys could set up a 'days until' release of 2.0....

If you are looking for beta testers I am all ears
Kind Regards

George


carminejg3
User

Mar 31, 2006, 11:15 PM

Post #4 of 5 (3512 views)
Shortcut
Re: [George_h] AM comes with it's own built in 'continued page' [In reply to] Can't Post

Great Tip.... I also like the way you blend in the adsense.... does that do well for you? Also did you get the comment script here or was that something you did on your own?


Webmaster [wink]
http://news.carjunky.com


George_h
User

Apr 1, 2006, 12:08 PM

Post #5 of 5 (3486 views)
Shortcut
Re: [carminejg3] AM comes with it's own built in 'continued page' [In reply to] Can't Post

Thank you for your kind comments, yes the integration that you mentioned does do okay, adsense have us gagged about the exact ctr but needless to say it is okay.

The script I use for the site is 5 star review script. http://www.review-script.com/ I have hacked it a bit to make it fit into my site well and for any one article I call the script 3 times. Once for the stars next to the title, next at the bottom of the first page (Just saying how many comments) and finally on the continued page giving details of any comments I have had sent in.

My site is using .shtml as the file so all I need to do is call the script with the following from the templates/article/default.html

<!--#include virtual="/comments/review_insert.php?item_id=$art_num$" -->

The art number identifies the article that the comments relate to. 5 star review uses mysql and the only downside is you need to manually add the articles numbers to the review table (not too sure which table it is called)

Anyway I hope that helps and no I am not the owner of 5 star review script.
Kind Regards

George