HashTagging

HashTagging [Paid] 2.2.2

No permission to buy ($25.00)
I requested this awhile back but any chance of being able to watch certain hashtags?

For example, if you are watching the hashtag #xfrocks - anytime someone posts that, you get an alert.
 
http://xenforo.com/community/threads/hashtagging-paid.55481/page-18#post-708207

If it will auto-tag words that are hashed, then I'll consider buying it.

I need some system which autotag words (that are saved as hashtag or something like that) when users publish new thread.

Example: someone publish a post with word "Name". The word name is hashtaged (or saved) so the system recognize it and make linked word of it (with link to certain hashtag).

Sorry, I don't know how to explain it well.

I think I get it, you want to have a list of keywords that you set in the admin panel. Any time someone mentions one of these words, it gets changed to a hashtag. Correct?

I requested this awhile back but any chance of being able to watch certain hashtags?

For example, if you are watching the hashtag #xfrocks - anytime someone posts that, you get an alert.

Definetely possible, I just have to make sure not to alert on old content when someone does a search index rebuild. I was more focused on making this add on perform a lot better before I added more features.
 
I think I get it, you want to have a list of keywords that you set in the admin panel. Any time someone mentions one of these words, it gets changed to a hashtag. Correct?



Definetely possible, I just have to make sure not to alert on old content when someone does a search index rebuild. I was more focused on making this add on perform a lot better before I added more features.
Just wondering, how can I download the updated version ?
 
Just wondering, how can I download the updated version ?

The price has been increased due, this doesn't effect existing license holders. If you bought this add on before, you don't have to rebuy it. If you can't download it, send me a message with your transaction id and email and I'll fix it.

Click the buy button in the top of the page. If you don't see a button that says download then you'll need to message me your email and your transaction Id.
 
Let us know how it goes please :).
All installed fine.

If you click on a hashtag in a thread that has been used a lot then it can take a while to load (around 10 seconds for the one I tried). However, if you click it again after it's loaded it seems to do it a lot quicker.

Does it show every time the hashtag has been used in the popup? Not sure if that is necessary. That list can be quite long.
 
Must've been about 30 mins. Possibly a little more.
Thank you for your feedback. Stinks about the inconvenience of big boards but it's definitely the most efficient method and at least it only has to be done once (until I add more content types and then you'll have to rebuild that content type but not the entire thing).
 
Thank you for your feedback. Stinks about the inconvenience of big boards but it's definitely the most efficient method and at least it only has to be done once (until I add more content types and then you'll have to rebuild that content type but not the entire thing).
No probs.

So for the other places I'd like hashtags to work (eg. profile posts) I need to rebuild the index?
 
No probs.

So for the other places I'd like hashtags to work (eg. profile posts) I need to rebuild the index?
Correct. I only have it working with 3 content types right now but I will add more as they're suggested. The 3 that it works with are:

- Posts
- Profile Posts
- Resource Manger descriptions/update descriptions
 
I've discovered a problem with the mechanism that tags content to be a Hashtag.
First it should avoid # in code Blocks cause in some languages like Python a comment looks like this:
Code:
#My Hello World in Python
print "Hello World!" #Hello World!
or if you use CSS code
HTML:
<style type="text/css">
ul#test {
    padding:0;
}
ul#test li{
    background-color:#ebebeb;
    border:1px solid #CCC;
}
</style>
Also it should avoid to put Hashtags in URLs.
The Text for the URL looked like this:
A Title of a Video | #000 #This_is_a_Hashtag_styled_title | Some other Text
The intended link
The link for the internal Hashtag
Unlinked Text
The User wanted to link the entire text with his link.
 
Good catches. I'll work on a fix. I got another beta coming out tomorrow. I'll try a new Regex pattern to ignore those elements.
 
Bugs fixed for beta 2 tomorrow:

  • Hashtags no longer acknowledged within hyperlinks
  • Hashtags no longer acknowledged in code tags.
  • Long load times when loading tag cloud overlays (and loading all tagged content instead of a limited number).
 
When you use a hashtag in a profile posts, it doesn't turn it into a clickable link like in posts. Is that possible?
 
It is possible, it's just happening because profile posts don't go through the bbcode parser.

All content that goes through the parser, even if it's not one that this add on supports, will be effected. The only difference is if it's not a supported content type, it won't appear in the hashtag cloud when you click on it.
 
Back
Top Bottom