The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
your hack in previous post is working now fine mate, it was cache problem i think.
all links in code tag are now clickable. many many thanks to you... Quote:
Quote:
--------------- Added [DATE]1318879521[/DATE] at [TIME]1318879521[/TIME] --------------- hey mate, i am currently using vbulletin 4.1.7 and i didn't find any plugin for the following task - the plugin must be able to show the users their referral link code in their user cp. also, in usercp, they must be able to see their all referred friends. can you provide any plugin for this or help with this issue ? let me know. thanks |
#12
|
|||
|
|||
I thought the posts in the DB had all the bbcode parsed to HTML and the bbcode parser wouldn't be used by showthread.php.
Re: plugin project, I don't have the friends feature turned on in my forum and I'm the only one who visits the dev site so not familiar with how all the stuff to do with friends works. And I don't know what you mean by "referral link code". |
#13
|
|||
|
|||
Here's plugin code to do it.
At hook location url_to_bbcode Code:
$skiptaglist = str_replace('|code|', '|', $skiptaglist); Code:
$taglist .= '|\[code|\[/code'; A lot cleaner than editing in a hack. |
#14
|
||||
|
||||
Great stuff here you guys...always great to see you guys put in work for us !
MANY MANY THANKS! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|