Quote:
Originally Posted by Taurus1
This is really something I can use. Thank you. I am looking into also buying the pro version. Although I get this error after installation when I go into a thread:
Fatal error: Class 'vB_Template' not found in /home/thebull/public_html/forums/dbtech/usertag/hooks/postbit_display_complete.php on line 9
I hope you can help. Thanks!
|
I believe that has been fixed now, re-download the zip and re-upload all the files
Quote:
Originally Posted by ctrlbrk
a) I don't think I want the Thread tagging (separate tagging, not @). Can it easily be disabled?
|
You'd have to remove the contents of the taglist template. That should kill it, and you didn't even have to use fire!
Quote:
Originally Posted by ctrlbrk
b) I think using the semicolon is going to be too much for dumb users  What about the option of making it something more like BBcode, like [@username] and that way there is also a toolbar icon (like a megaphone -> shout icon), and the dialog input box can just ask "username to shout at" or whatever. Just an idea.
|
A toolbar icon is a good idea, thanks! I'll write that down for future versions.
Quote:
Originally Posted by ctrlbrk
d) Kind of a follow-up to (b) now that I think about it  My forum usernames have this regex "^[A-Z0-9 ]+$", with that in mind I am wondering if there is a simpler way as to not require the semicolon to activate the tagging...
|
You still have a space in your username, which means matching on space won't work.
Also, not every forum has that regexp

To get it working properly, we had to step away from a simple regexp and onto more advanced parsing, so I think our best bet is to go with that BBCode toolbar icon
In other news, a small fix for HTML characters not appearing properly in thread tags (& being shown as & etc) has been released