MyBB Community Forums

Full Version: Tagging Plugin! v1.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Jockl, it worked!
Bro, thanks very much. God bless you Big Grin

Another quick question: can I change the way of tagging? I need write @[user], can I change for @user?

Thanks again ;]
(2012-05-22, 04:37 PM)GrimOak Wrote: [ -> ]Another quick question: can I change the way of tagging? I need write @[user], can I change for @user?

I guess this question has already been asked a few times. See this posts:
(2011-07-30, 05:50 PM)flash.tato Wrote: [ -> ]
(2011-07-30, 01:07 PM)Criot. Wrote: [ -> ]This is nice, but is it possible to edit it so you can just do @UserNameHere to tag them in a post rather then @[UserNameHere], is it possible to edit it to do this, if so how?

What if an usernames has spaces?
It worked fine till now. I'm getting this error when tagging someone in a post or thread:

Fatal error: Cannot pass parameter 2 by reference in /home/public_html/inc/plugins/tagging.php on line 281

Even though I get this error, the thread/post is still posted and the tag works correctly. Anyone know how to fix this?
(2012-06-24, 04:59 PM)Irreligious Wrote: [ -> ]It worked fine till now. I'm getting this error when tagging someone in a post or thread:

Fatal error: Cannot pass parameter 2 by reference in /home/public_html/inc/plugins/tagging.php on line 281

Even though I get this error, the thread/post is still posted and the tag works correctly. Anyone know how to fix this?

Tried the fix here?
http://community.mybb.com/thread-66551-p...#pid860679

Those are hooks for other plugins, but I have no see any that use them, so you should eb fine.
Still the same problem after adding those comments. :/
Try deleting any "$plugins->run_hooks("something", array('something' => $something)); " you find in the plugin.
Thanks, it's working fine now. Smile
(2012-06-25, 04:09 AM)Omar G. Wrote: [ -> ]
(2012-06-24, 04:59 PM)Irreligious Wrote: [ -> ]It worked fine till now. I'm getting this error when tagging someone in a post or thread:

Fatal error: Cannot pass parameter 2 by reference in /home/public_html/inc/plugins/tagging.php on line 281

Even though I get this error, the thread/post is still posted and the tag works correctly. Anyone know how to fix this?

Tried the fix here?
http://community.mybb.com/thread-66551-p...#pid860679

Those are hooks for other plugins, but I have no see any that use them, so you should eb fine.

Worked OK for me... Thanks for posting the fix! Sure wish that flash.tato was still actively developing this plugin.
Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1101 - BLOB/TEXT column 'tags' can't have a default value
Query:
ALTER TABLE mybb_posts ADD tags TEXT NOT NULL DEFAULT ''

Angry Can someone help me?
^ Un-install and install the latest version.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29