This topic has 23 replies, 3 voices, and was last updated 9 years by Norman.

  • Author
  • #40758
     Norman
    Participant

    Hi in my system I set the tag base to domainname/tag/

    The problem is, when I use plugins like hashbuddy or hashtagger the hashtags in the activity feed ( attached in posts) are never pointing to the
    correct location with: domainname/tag/

    instead they all point to:
    domainname/activity

    Is there a way to use the WP hashtag system in a way that I can set the url for the #hashtags ?
    Than: Is there a way to reanalyze all old hashtags in order to activate them ?

    #40769
     sharmstr
    Moderator

    You need to ask the developer of that plugin.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40771
     Norman
    Participant

    ok. will do that and hopefully share some informations about that.
    a hash tag system is super important. thx

    #40782
     sharmstr
    Moderator

    I was looking at the hashbuddy code, and its always going to direct hashtag links that were clicked in the activity stream to /activity. That’s the point of it. “Adds hashtag links to BuddyPress activity and bbPress topics.”

    When publishing a new post, an activity is also created. Hashbuddy intercepts that activity and creates a hashtag link for content found within that new activity, not the actual post.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40783
     Norman
    Participant

    yes, HASHTAGGER might be the better choice, but it looks like there are problems since 4.1
    https://wordpress.org/plugins/hashtagger/

    #40784
     sharmstr
    Moderator

    I made some edits the the hashbuddy plugin. As I mentioned, when you publish a post, hashbuddy intercepts the activity that is created and creates the hastag link. I’ve changed that bit of code so that it wont append /activity to the url and instead creates a /tag/thehashtag url. So now, when you click on hashtags that are in a “wrote a new post” activity update, it will direct those to the /tag/.

    Thats all fine and good, but the issue is that you can’t do the same with user activity updates. The /tag/ page is an archive page. Activities do not show up in archives. See my attachment.

    I dont think there’s going to be any plugin that will show all posts, topics, pages AND activity hastags on the same page. If they did, then you’d get duplicate entries on the archive page. One for the post and one of the activity of the post. Hope that makes sense.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    Attachments:
    You must be logged in to view attached files.
    #40788
     sharmstr
    Moderator

    Regarding hashtagger. It claims to work with 4.1. It does not work on activities. So if you used Hasbuddy first, you’ll have linked tags left over from the plugin that will point to /activities/. Its important to understand that those links aren’t created “on-the-fly”. They are created and written to the database when the activity is created. So maybe thats why you think Hashtagger isnt working? Just a guess.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40789
     sharmstr
    Moderator

    I just installed hastagger. I’m almost positive now that your /activity/ links are left over from Hashbuddy because Hashtagger works perfectly for me.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40790
     Norman
    Participant

    @sharmtr about hashtagger etc.

    All my users are writing update messages in the activity feed, and because they are used to twitter and facebook etc. they automatically get frustrated because they add hashtag keywords and those only link to activity actions, in my case a 404 page shows up.
    hasgtagger also offers a regeneration option, it basically scans all content and if it finds a hashtag it activates it- in my case not all hashtags where activated.
    for example in one post #word1 #word2 only #word2 was turned into a functional hash tag.

    If it doesn’t work with activities that would be a bummer, because basically the plugin seems to be really great.

    #40792
     sharmstr
    Moderator

    It does work. I just tested it. All of my activity hashtags link to /tag/. But again, activities wont show up in archive pages. Maybe you can find a plugin that will do that.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40795
     Norman
    Participant

    I see,

    in my case:

    – after writing a new post in the activity feed I have to refresh the page to make the new hashtags work
    – only hashtag that are used in previous article turn into hashtags with link to the permalink with
    /tag/
    but it works

    – yes the only problem is that the article archieve is using ?s= instead of /tag/

    for example the articles for the tag #lifeisgood are here
    http://www.domain.com/?s=lifeisgood

    not reachable with
    http://www.domain.com/tag/lifeisgood

    i will contact the plugin owner. thx @sharmstr

    #40796
     Norman
    Participant

    @sharmstr

    sharmstr is there a way of linking in the permalink

    instead of /tag/

    to something like /?s=%hashtag%

    wouldn’t that solve it ? since in the end is always to end here: http://www.domain.com/?s=hashtag

    #40797
     Norman
    Participant

    no i checked it has to be a dynamic url redirect

    #40800
     sharmstr
    Moderator

    And it still wont show you activities.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40801
     sharmstr
    Moderator

    – yes the only problem is that the article archieve is using ?s= instead of /tag/

    If you’re talking about Hashtagger, this is not true. Its using /tag/ for everything.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40802
     Norman
    Participant

    yes but at least people will not get dissapointed, because when they click they will see all articles for this hashtag instead of a error page.
    it is not perfect but a big improvement

    #40803
     sharmstr
    Moderator

    Well, mine is not throwing errors. The plugin works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40805
     Norman
    Participant

    Mmmh weird, my TAG ARCHIVE pages are all empty.

    ( I also believe the plugin works, but I don’t know what the problem is. Will share if I find something )

    #40813
     Norman
    Participant

    @sharmstr do I need a tag.php ?

    #40817
     Norman
    Participant

    ok. fixed it ! thx again. the plugin is really good . I recommend it to everyone who is looking for a hashtag system in KLEO

    #41063
     stef418
    Participant

    Hi @Norman,

    How did you fixed it ? I had the problem…
    Thx

    #41064
     Norman
    Participant

    @stef418

    I deinstalled hashbuddy, deleted all cache and scanned all articles with hashtagger again.
    I also set the tag base to hashtag

    so all my hashtag files are here http://www.domainname.com/hashtag/nameofthehashtag

    ( but it is impossible to show also activity post in this tag archieve, but in the activity feeds all hashtags are turned into links by hashtagger to the archieve -and that is really great )

    #41065
     stef418
    Participant

    Thank’s @Norman ((:
    But it seems it doesn’t work with bbpress to.
    The search doesn’t give any results from the forum.

    #41067
     Norman
    Participant

    @stef418 sorry not using bbpress – cannot comment

Viewing 24 posts - 1 through 24 (of 24 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?