HashTagging

HashTagging [Paid] 2.2.2

No permission to buy ($25.00)
In /library/PHCTags/Listener/TemplateHook.php change:

PHP:
if ($hookName == 'ad_sidebar_bottom' && XenForo_Application::getOptions()->phctags_sidebar)
to
PHP:
if ($hookName == 'forum_list_sidebar' && XenForo_Application::getOptions()->phctags_sidebar)
 
No problem, other people didn't like it that high up and the only other available template hook before people updated to 1.2 with template modifications was down there at the bottom.
 
A couple of questions.

Does this work with XF 1.2? It seems to indicate otherwise on the add on page (unless I'm reading it incorrectly).

Can you have a hashtag area (say in sidebar) and not have it in the Nav Bar?
 
A couple of questions.

Does this work with XF 1.2? It seems to indicate otherwise on the add on page (unless I'm reading it incorrectly).

Can you have a hashtag area (say in sidebar) and not have it in the Nav Bar?

There's one feature that only works with 1.2 I may have worded that badly.

Yes you have 3 options for displaying the cloud: sidebar, nav with tags in sub nav, and just nav without sub tags. You can select 1, 2 or all 3.
 
Is there a reason why we can't tag numbers? ie. #harvest13?

Also, any idea when Widget Framework integration will be ready? I think you mentioned that you were working on it
 
Is there a reason why we can't tag numbers? ie. #harvest13?

Also, any idea when Widget Framework integration will be ready? I think you mentioned that you were working on it

No reason really other than not thinking about adding it. I can add numbers. I just didn't think about it.

I'll be adding the widget shortly. I've made a few widgets for the framework now so I'll be able to do fairly quickly.
 
I did just add 0-9 to the regexes but that screws things up because it means things like apostrophes (') show up as hashtags.

I think the regex would be better if it only attached to words that started with a space. So 'hash#tag' wouldn't work, but 'hash #tag' would work.
 
I did just add 0-9 to the regexes but that screws things up because it means things like apostrophes (') show up as hashtags.

I think the regex would be better if it only attached to words that started with a space. So 'hash#tag' wouldn't work, but 'hash #tag' would work.

That's actually something I thought about but then the post "#hashtags are cool" wouldn't be picked up.
 
Not a bad idea, I'll look into doing that. Assuming both are equally possible would you prefer having a list of all nodes on the options page and you select the ones you want it to apply to, or would you rather when managing a node have an option that says "use hashtags" in the "Forum Options" page?
 
Not a bad idea, I'll look into doing that. Assuming both are equally possible would you prefer having a list of all nodes on the options page and you select the ones you want it to apply to, or would you rather when managing a node have an option that says "use hashtags" in the "Forum Options" page?

If you do, please have enabled on all forums as the default setting
 
Having the following error when uploading the XML file.

Server Error
String could not be parsed as XML

  1. SimpleXMLElement->__construct() in AddOnInstaller/Model/AddOn.php at line 0
  2. AddOnInstaller_Model_AddOn->getXmlType() in AddOnInstaller/ControllerAdmin/AddOn.php at line 33
  3. AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 337
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  5. XenForo_FrontController->run() in /home/nkadmin/public_html/forum/admin.php at line 13

Any solution?
 
Back
Top Bottom