The Arcive of vBulletin Modifications Site. |
|
Remove 'Powered By Vbulletin' in title (XML) Details »»
|
||||||||||||||||||||||||||||||||
|
Remove 'Powered By Vbulletin' in title (XML)
Developer Last Online: Nov 2023
Info:
Remove "Powered by vBulletin" from Your Page Titles. Quote:
Installation: -Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product] To set options: Go to: vBulletin Options > LOGECT - Remove Powered By Vbulletin in title Versions: v1.0 16 June 2011 ( XML ) Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
||||||||||||||||||||||||||||||||
| Благодарность от: | ||
| Da-Vinci | ||
| Comments |
|
#2
|
|||
|
|||
|
I'm not sure why anyone would need a plugin to do this. Just edit the phrase "x_powered_by_vbulletin" and change it to read just "{1}" as your link correctly states. It doesn't ghet much easier than that.
|
| 2 благодарности(ей) от: | ||
| MarkusB, Wayne Luke | ||
|
#4
|
||||
|
||||
|
Here's how I did it a while back:
Code:
$vbphrase['x_powered_by_vbulletin'] = str_ireplace('- powered by vbulletin','', $vbphrase['x_powered_by_vbulletin']);
Good to see it released here, though.
|
| Благодарность от: | ||
| LOGECT | ||
|
#8
|
|||
|
|||
|
Does this work with 4.14.Not working on my forum
|
|
#9
|
|||
|
|||
|
it doesn't work on 4.14
|
|
#10
|
||||
|
||||
|
It works fine on all vb4 versions.
|
![]() |
|
|