The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to show full URL in vb4.2.x
Hello,
I have read all guides from vbulletin.org and vbulletin.com to show full URL in vb4.2x but seem there is any guides to make this work as expected. Can you share me ways to enable/show full URL in vbulletin post (vb4.2x) without trim URL with (...) when showing on post content. Thanks |
#2
|
|||
|
|||
The /includes/class_bbcode.php file will have to be modified for this.
Look for PHP Code:
PHP Code:
|
Благодарность от: | ||
MarkFL |
#3
|
||||
|
||||
Another alternative would be to create the following plugin:
Product: vBulletin Hook Location: postbit_display_complete Title: Show Full Links Execution Order: 5 Plugin PHP Code: PHP Code:
|
#5
|
||||
|
||||
Dave's suggestion is more efficient as it stops the trimming from even being done in the first place (and will work anywhere BBCodes are parsed), but you're right, using a plugin will ensure you won't have to edit the core file again if you do an update (and you only need it to work in post content).
|
#6
|
|||
|
|||
Yep, I would rather use a plugin as well.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|