HashTagging

HashTagging [Paid] 2.2.2

No permission to buy ($25.00)
it works awesome but i have noticed something.

all happens independend of permissions.
as example:

i have a staff section and if the stuff uses hashtags, people can view them too via boardurl/hashtags/

i would love to see a solution, that people can only view the hashtag connected post, if they have the permission to view that thread :)
 
It's messing up their signatures as it shows the hex formatting coding + takes away the colouring in some sigs.
Can I see a link?
purchased. waiting I guess for the paypal thing to come through. I got my email from paypal but nothign else.
Approved. Sorry, I'm not verified on paypal until Friday so I have to manually add orders. Thank you for your patience, you should get an email any second.
 
http://phphelpcenter.com/threads/hashtagging.9/#post-14 appears as if I fixed the tags messing up other tags (I used #asdfasd), the only thing is now that's not a link. I could link just the #asdfasd part but that would mess up other things, like the url I just posted (if this was installed on xF itself).

Working on posts only showing if the user has permission to see the post when a tag is clicked now. Will release new version once that's done.

[edit]
Just kidding, worked but it messed up other things.
 
Last edited:
How do you think this would perform on a large board with many posts & hashtags?

There are absolutely no database edits, the hash tags becoming links happens on page load like the rest of bbcode rendering so it should not effect load time at all. The only thing that might effect it is loading the cloud. I unfortunately do not have a way to test this though so I just have to kind of wait for someone else to let me know.

It effects posts as well if the font colour has been changed.

This is what shows up and removes the colouring..

I did some testing and figured that out. I'm working on a fix.
 
I just became verified on paypal, everyone may have received another email. I apologize for that. On the upside, new purchases will be instant now.
 
Daniel Hood updated HashTagging with a new update entry:

Couple of fixes + beta new features

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...

Read the rest of this update entry...
 
It's fixed the problem.

Can you add links to the cloud and trending hashtags in the Overlay.... So that users don't have to type in the url.

I didn't do this because it's not finished, I wouldn't have even released those pages yet if it wasn't for those other two bugs that needed fixed more urgently. It's more of just a preview, if you choose to link to it, you can edit the PHCTags template, just add

Code:
<a href='{xen:link 'hashtags/cloud'}'>cloud</a>
 
I didn't do this because it's not finished, I wouldn't have even released those pages yet if it wasn't for those other two bugs that needed fixed more urgently. It's more of just a preview, if you choose to link to it, you can edit the PHCTags template, just add

Code:
<a href='{xen:link 'hashtags/cloud'}'>cloud</a>
I'll wait for the next update. :)
 
Back
Top Bottom