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...
Also, I cant get
to work... and we like to post the full news post on the main page, rather than having a summary.
Otherwise it was a great script! Exactly what I was looking for!
edit- Forgot to mention I'm using vB 2.2.6