Quote:
Originally Posted by rm-rf
This mod needs a preview module. I have sort of faked it on my site by making a hidden preview thread. I took a look at the news.php and am not quite sure how to pass the generated [read more] as a link to this portal mod.
this is the line out of news.php that I would need to modify to make the [read more] links go to the new page.
Code:
$news['message'] .= '...' . construct_phrase($vbphrase['read_more'], $vbulletin->options['bburl'], $news['threadid'], $vbulletin->session->vars['sessionurl']);
Any php gurus out there know how to recode that up to the 'threadid' to pass this url
http://www.microracing.com/?pageid=columns&t=5080
to see how I using this mod check http://www.microracing.com/index.php...ticles_columns
|
Just search for the read more phrase and replace it by this:
Code:
<span class="smallfont"><a href="{1}?pageid=columns&{3}t={2}"><b>[Read more]</b></a></span>