Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Tagging Search isnt working
aery
✭✭✭
I just enabled Tagging Plugin in my new Forum and made two posts with few tags. But on clicking on tags, the search doesnt fetch results, though there are two sample posts with this tag.
Look at http://www.gtricks.com/forum/discussions/tagged/results
On the sidebar, or at homepage, you can see, the popular tags and the number of posts associated with it. The 'result' tag has two posts but on clicking on it, nothing seems to happen.
@mark, since you are the author of this plugin, please have a look.
Look at http://www.gtricks.com/forum/discussions/tagged/results
On the sidebar, or at homepage, you can see, the popular tags and the number of posts associated with it. The 'result' tag has two posts but on clicking on it, nothing seems to happen.
@mark, since you are the author of this plugin, please have a look.
There was an error rendering this rich post.
0
Comments
As you can see, the plugin is also used here at vanillaforums.org and here it works.
Are you using tagging plugin or tagging enhanced?
There was an error rendering this rich post.
7 queries in 0.00861501693726s
UserModel->GetSession('1')0.000419s UserModel->GetSession('1')0.004658s DiscussionModel->Get(0, 10, array('w.Bookmarked' => '1', 'w.UserID' => '1'))0.000945s 0.000465s DiscussionModel->Get(0, '30')0.000597s 0.000528s 0.001003sController Data
Page completed in 0.9638s
and I guess select * from GDN_Tag Tag where Name = 'results'; is correct.
@mark, one more bug, debugger doent work in brandfriendly theme by @digibomb.
There was an error rendering this rich post.
select t.* from GDN_Tag t where t.CountDiscussions > '0' order by t.CountDiscussions desc limit 25;
and
select * from GDN_Tag Tag where Name = 'results';
and see what comes up in PHPMyAdminThere was an error rendering this rich post.
The second query gave following results -
TagID Name InsertUserID DateInserted CountDiscussions
3 results 1 2011-02-27 14:48:11 2
@mark, @UnderDog , what should I do?
There was an error rendering this rich post.