Quote:
Originally posted by DeadMan384AD
Wow great script!
Unfortunatly, for some reason It isnt parsing the code for when people use the quote tag.
The instructions say to look for:
Code:
$postdate=vbdate($dateformat,$postinfo[dateline]);
$posttime=vbdate($timeformat,$postinfo[dateline]);
$pagetext=htmlspecialchars($postinfo[pagetext]);
but the closest I found was :
Code:
$postdate=vbdate($dateformat,$postinfo[dateline]);
$posttime=vbdate($timeformat,$postinfo[dateline]);
$pagetext=$postinfo[pagetext];
It should be near the top of the file right? I'm still pretty new at installing hacks. This isnt a huge problem, cause I have it limited to only a few people to post news, but its messy and I'm sure people will ask about. and then put all the uneeded tags in there...
|
Do you you mean "parsing the qoute tag" in news or "deleting the news tags when a news message is quoted by another member"? (Installation Step 4)
If it's the latter you are right. Seems that vb 2.2.6 made some small code changes but where you referred is correct. Just apply the code after that part and you should be fine (this is for "deleting the news tags when a news message is quoted by another member")
Quote:
Also, I cant get
to work...
|
What happens when you use it?
Quote:
and we like to post the full news post on the main page, rather than having a summary.
|
It's upto you, dont use summary tags then..
If you use only [news]Title of your news[/news] tags in a message, all post will be moved to your news page..
Regards,