The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Wayne,
A thousand thank-yous!!!!!!!!! |
#12
|
||||
|
||||
Quote:
To make it so the vB Code stuff isn't parsed then remove the call to the bbcodeparse function... look for: bbcodeparse($snippet) and replace with: $snippet |
#13
|
|||
|
|||
Wayne,
Just so you can see, this is what shows up in a user's profile: New belts and harness bar 05-29-2001 at 03:51 PM I just wanted to jump in and say "Thanks" to everyone here that's been coac<a href="showthread.php?postid=13148#post13148">more. ..</a><br> |
#14
|
|||
|
|||
Wayne,
Thanks!!!! Removing the bbparsecode worked. The link now shows up appropriately. |
#15
|
|||
|
|||
Actually, I found something else wrong. This line of code points to the same URL in all the posts listed in the user's profile:
$snippet = substr($message,0,160) . " (<a href=\"".$lastposturl."\">more...</a> )<br>"; I changed $lastposturl to $posturl in this line only and now it works properly. |
#16
|
||||
|
||||
I changed the post above to fix that.
I also made a change in the snippet so that BBcode is parsed correctly without interfering with the link. |
#17
|
|||
|
|||
you know, there's another big problem
It displays posts in private forums as well.... Thanks for helping us out Wayne |
#18
|
|||
|
|||
Also,
PHP Code:
PHP Code:
|
#19
|
|||
|
|||
Looks great. Thanks Wayne!
|
#20
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|