inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 5, 2015 18:04:34 GMT -8
Yeah I had to change it from just # to [#] because it just kept messing up people's layouts no matter what I tried
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Jun 20, 2017 1:03:54 GMT -8
Hey Wormopolis I was wondering if there is anyway to make the Hashtag in Posts plugin affect the widgets on a custom page? I have a custom home page, with the 'Recent Posts' widget front-and-center. The hashtags displayed in the posts in it all display as [HASH]exampleword(it doesn't really say 'exampleword', it's just an example), and are not clickable. abetterplace.boards.net/If it can't be done or is simply too much trouble, that's cool.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 20, 2017 3:24:11 GMT -8
Hey Wormopolis I was wondering if there is anyway to make the Hashtag in Posts plugin affect the widgets on a custom page? I have a custom home page, with the 'Recent Posts' widget front-and-center. The hashtags displayed in the posts in it all display as [HASH]exampleword(it doesn't really say 'exampleword', it's just an example), and are not clickable. abetterplace.boards.net/If it can't be done or is simply too much trouble, that's cool. The hashtag code specifically looks for td.content div.message when parsing posts but the widget uses a few different classes and all DIVs and no tables so what you could try is to wrap the widget in a table with properly referenced classes to get the code to pick it up (this assumes the plugin itself is not editable). On the HTML tab of the custom page try wrapping the zone in the table: This could cause false positives in other codes which is why I emphasize the word try
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Jun 20, 2017 4:02:30 GMT -8
Hey Wormopolis I was wondering if there is anyway to make the Hashtag in Posts plugin affect the widgets on a custom page? I have a custom home page, with the 'Recent Posts' widget front-and-center. The hashtags displayed in the posts in it all display as [HASH]exampleword(it doesn't really say 'exampleword', it's just an example), and are not clickable. abetterplace.boards.net/If it can't be done or is simply too much trouble, that's cool. The hashtag code specifically looks for td.content div.message when parsing posts but the widget uses a few different classes and all DIVs and no tables so what you could try is to wrap the widget in a table with properly referenced classes to get the code to pick it up (this assumes the plugin itself is not editable). On the HTML tab of the custom page try wrapping the zone in the table: This could cause false positives in other codes which is why I emphasize the word tryThe Plugin isn't editable at all. There aren't even any setting to change. But...This worked! Thank you! No sign of any problems/conflicts yet, but I will keep an eye out.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 29, 2017 15:01:46 GMT -8
Yeah I never really thought of a need to have it scan custom pages. I can look at adding that in as long as the custom page constructs arent too unique
Thank you Eton for stepping in
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Nov 14, 2017 19:54:33 GMT -8
Yeah I had to change it from just # to [#] because it just kept messing up people's layouts no matter what I tried Can we get a button for this somehow? I have the plugin that lets me put buttons in the quick reply area, but I can't make it insert a simple [#]. Here's a button image you can use.
|
|
inherit
223366
0
Jun 20, 2024 5:38:45 GMT -8
mikemcd
176
July 2015
mikemcd
|
Post by mikemcd on Jan 23, 2018 19:44:17 GMT -8
Wormopolis I get the following console error when I load Hashtag in Posts plugin. proboards.combined_457.js:27 An error occurred during a document.ready call: TypeError: Cannot read property 'replace' of undefined
While executing: ƒ (){
if (gfrm.length>0) {
gfrmid=gfrm.attr('id');
gfrmmsg=$('textarea#'+gfrmid+'_message_input');
gfrmmsgval=$('#'+gfrmid+'_message_input').…
(anonymous) @ proboards.combined_457.js:27
o @ jquery.min.js:2
fireWith @ jquery.min.js:2
ready @ jquery.min.js:2
B @ jquery.min.js:2
|
|
qq
New Member
Posts: 34
inherit
244821
0
Feb 11, 2019 0:07:18 GMT -8
qq
34
May 2017
qq
|
Post by qq on Oct 5, 2018 11:25:13 GMT -8
I love this plugin, but I am finding if posts are tagged later, they don't seem to get indexed. For example, if I make a post and then a week later add a hashtag, it doesn't add it to the tag list, even after waiting a few days for it to index. Edit: Hashtags that are added/altered through editing an existing post will not index correctly without a support request to reindex a forum, but that problem may be fixed later by Proboards Devs.Support from this thread:I am finding that editing existing posts and adding new text to them will not result in the posts showing up in searched for the new text. For example, if I made a post at 6am, then came back at 11am and added the term 'guitar', the post will not show up in searches for posts that include 'guitar', even weeks after the edit was made. This is especially frustrating while using the incredibly useful hashtag plugin, as it means that hashtags cannot be added or altered after threads/replies are posted. - Is this normal search index behavior to ignore edits?
- Can I refresh what is indexed to include edits?
- Will I have to constantly request to do that for it to properly index edited threads?
Hi, There is no trigger for a search reindex when you edit a post, therefore editing a post will not have the edit indexed. Mostly I think this is due to the fact that most people don't go back and edit posts often. You make the post and then you simply reply if you're providing more information (or more likely responding to another post). However I think its fair that they should be indexed. I'll mark this thread as a feature request for the future. There is no way for you to trigger a reindex of an existing post. Since reindexing ALL of the post content is "expensive" in terms of server activity. A request would be the best way to make this happen.
|
|
inherit
259045
0
Jul 26, 2019 6:34:36 GMT -8
SUNFOX
1
July 2019
sunfox
|
Post by SUNFOX on Jul 26, 2019 5:57:21 GMT -8
I have a huge need for tags on my forum and I'm ever so grateful for this plugin! However, I have a problem with it... When clicking on a hashtag link (I also use HashCloud, by the way) when not logged in, it goes to the search page and not straight a way to the page listing all the posts made by that specific hashtag. I can move forward from there by clicking the "Search", but then it requires me to fill in captcha - this is very annoying and takes time before I can actually see the result for the tag search (that would go there without a problem if logged in). I have users on my forum that are visitors and not registered, so I would need the tag search be a bit more fluent. How can I make it go to the listing page immediately when clicking on the hashtag even if not logged in? Or at least - how to delete captcha questioning involved within the search? Thanks in advance for help!
|
|