-
Author
-
December 31, 2014 at 04:46 #40758NormanParticipant
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/activityIs 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 ?December 31, 2014 at 11:54 #40769sharmstrModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 12:56 #40771NormanParticipantok. will do that and hopefully share some informations about that.
a hash tag system is super important. thxDecember 31, 2014 at 14:11 #40782sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 14:16 #40783NormanParticipantyes, HASHTAGGER might be the better choice, but it looks like there are problems since 4.1
https://wordpress.org/plugins/hashtagger/December 31, 2014 at 14:35 #40784sharmstrModeratorI 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 solutionThis 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.December 31, 2014 at 14:40 #40788sharmstrModeratorRegarding 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 14:49 #40789sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 14:54 #40790NormanParticipant@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.
December 31, 2014 at 14:58 #40792sharmstrModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 15:49 #40795NormanParticipantI 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=lifeisgoodnot reachable with
http://www.domain.com/tag/lifeisgoodi will contact the plugin owner. thx @sharmstr
December 31, 2014 at 16:18 #40796NormanParticipantsharmstr 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
December 31, 2014 at 16:49 #40797NormanParticipantno i checked it has to be a dynamic url redirect
December 31, 2014 at 16:57 #40800sharmstrModeratorAnd 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 17:00 #40801sharmstrModerator– 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 17:01 #40802NormanParticipantyes 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 improvementDecember 31, 2014 at 17:40 #40803sharmstrModeratorWell, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 31, 2014 at 19:00 #40805NormanParticipantMmmh 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 )
December 31, 2014 at 22:24 #40817NormanParticipantok. fixed it ! thx again. the plugin is really good . I recommend it to everyone who is looking for a hashtag system in KLEO
January 6, 2015 at 00:13 #41063stef418ParticipantHi @Norman,
How did you fixed it ? I had the problem…
ThxJanuary 6, 2015 at 00:21 #41064NormanParticipantI deinstalled hashbuddy, deleted all cache and scanned all articles with hashtagger again.
I also set the tag base to hashtagso 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 )
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.