![]() |
This hack does not work
|
Thank you for this usefull hack, it work in the kategory but not on forumhome!
Can you help me please? |
This mod just edit Forum title only?
How about forum description?? Thanks i hope this mod also doing that for forum description... :) but this a good idea. |
doesn't work for me...
|
it is with so much bugs it is change only category titles and i cant change forums title
|
Nice one, thanks.
|
Is there a option that you add a function to change the post-icon in ajax?
|
Did not think this would work for me with my modded customised skin, but it does perfect, good job, thanks.
|
Does not work if vbseo installed
|
great addon, but can you make it so we can edit descriptions, and also edit threads in FORUMDISPLAY? not only FORUMHOME
|
This is easy to change forums and category great job
Installed! |
This doesn't work with vbseo..
|
Doesn't work here, also using vbseo.
vBulletin should make this default! |
I would install this, if it would also does:
* forum description editing, * project tools title / descriptions, * and works with vBSEO. Nice addon :) |
Excellent Hack. Nominated MOTM. Great find, thanks for sharing.
|
Hack does not work with forum titles that have single quotes (') in them. To fix, add:
Code:
function vbaddslashes (str) { Code:
eval("element." + a + " = " + ((parseInt(attributes[a]) == attributes[a]) ? attributes[a] : "'" + attributes[a] + "'") + ";"); Code:
eval("element." + a + " = " + ((parseInt(attributes[a]) == attributes[a]) ? attributes[a] : "'" + vbaddslashes(attributes[a]) + "'") + ";"); |
Nice idea, thanks
|
thanks, installed on vb 3.8.7!
|
I'm using this hack for a very long time!
Is it posible to change attributes ID with CLASSES? I saw that the code above its calling an ID, I would like to switch to "class" in order to: Code:
<span id="forumtitle_ajax_$forum[forumid]">$forum[title]</span> Code:
<span class="forumtitle_ajax_$forum[forumid]">$forum[title]</span> Code:
if (spans[s].id && spans[s].id.substr(0, 16) == 'forumtitle_ajax_') Any help, will be appreciated. Thanks. |
All times are GMT. The time now is 06:40 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|