Quote:
what kind of pop up message ?
|
The one with "enter parameters here". For the hide tag, the parameter is the number of posts. For the showtogroups tag, the parameter is the list of usergroups.
Without that edit, it's also going to insert and without the "=xxx" at the end of the opening tag. As a result, the showtogroups tag won't work at all, and HIDE will always be set to 5 posts (or whatever you set in the admincp).
So if you don't mind... Please contact me via pm so that I can tell you where to send the textedit.js file (so that I can take a look at it). And also, which minor release of vBulletin 3.7 is it for?
Quote:
this is an un-cached template : hidetag_toolbar_buttons ?
|
Wow, that's a major problem. I'm sure your site is going to crash because of one uncached templates. To be serious, here's a fix:
In the Hide Hack Resurrection plugin at cache_templates hook, find:
Code:
// bbcode templates
add above:
Code:
'hidetag_toolbar_buttons',
That should fix it.