Page 1 of 1

Paid modification to articles module - Nevermind

Posted: Tue Jun 17, 2008 8:12 pm
by kendo451
x

Re: Paid modification to articles module

Posted: Wed Jun 18, 2008 5:18 am
by cyberman
Not sure, if there a modification is needed ...
kendo451 wrote: Modify the Articles Module so that at display time the article is automatically broken into page lengths of X characters,
You can cut arcticles with a Smarty modifier like this

Code: Select all

{eval var=$entry->summary|truncate:300}
{eval var=$entry->content|truncate:300}
http://www.smarty.net/manual/en/languag ... uncate.php
and a navigation menu is placed at the top and bottom of the article like this:

,,, , ,
Insert this

Code: Select all

{if $pagecount > 1}
  <p>
{if $pagenumber > 1}
{$firstpage} {$prevpage} 
{/if}
{$pagetext} {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber < $pagecount}
 {$nextpage} {$lastpage}
{/if}
</p>
{/if}
at the top and bottom of your News summary template.

Re: Paid modification to articles module

Posted: Mon Jul 21, 2008 3:43 pm
by sam_butler
Did you get bids? I notice the forum topic hasn't been changed but your due date is well passed! @cyberman, I don't think that's what he wanted. You know when you go to some news websites, the article goes on for a while then you have to click to go onto the next page of the article. I'm not sure why, but 'each to his own,' as they say. For this you can't just truncate the vars as you need to preserve what you truncated. It would need to be a little more involved, hence the OP's request for paid help.

Amirite? Let us know how this went though, eh kendo451?

Re: Paid modification to articles module - Nevermind

Posted: Tue Aug 19, 2008 8:29 pm
by kendo451
I did not get any bids.  For a CMS this popular there really should be a few commercial guys you can go to for mods.  Any suggestions?

Re: Paid modification to articles module - Nevermind

Posted: Wed Aug 20, 2008 1:44 am
by Dr.CSS
Email me and I will do it for you...