HashTagging

Unmaintained HashTagging 2.2.2

No permission to buy ($25.00)
Fixed two bugs:

There was an absurd amount of queries being executed on the last version. It should be fixed now.

This should also:

Testing your addon localhost on my testboard and got a server error :)
Code:
ErrorException: Argument 3 passed to XenForo_Model_Post::canViewPost() must be of the type array, boolean given, called in /var/www/forum/library/PHCTags/Model/Posts.php on line 19 and defined - library/XenForo/Model/Post.php:476

This means that

PHP:
XenForo_Model_Forum::getForumById()
is returning false which means that you posts in nodes that no longer exist. Which in an unrelated note, gives me an idea for an addon (threads with no home) :p
Added features:
Sidebar on home page now has Trending Topics (phrase editable through phrases)

HashTags in menu (with the submenu being the 10 most popular hashtags used)​
Fixes:

- Viewing a hash cloud will only show posts the user is permitted to see, before it showed private posts (not private conversations just posts from boards that the user didn't have access to)

- Messing up tags. something was effected before, now it is ignored. This should fix signatures being messed up like @ineedhelp pointed out.

New Features for testing:

append /hashtags/cloud and /hashtags/test to your board url to see two possible trending topic pages that are being worked on. Feedback is desired.
Top Bottom