# |
Post Title |
Result Info |
Date |
User |
Forum |
|
Manage Tags
|
25 Relevance |
5 years ago |
UHD |
How-to and Troubleshooting |
|
Where do I go to manage the tags that show up on forums? They are NOT the same tags that are in my wordpress tags manager. Thank you
Attachment : tags.PNG |
|
RE: How to add several thousand Tags in my forum?
|
25 Relevance |
5 years ago |
Robert |
How-to and Troubleshooting |
|
There is no any code to import tags. You can write some code to do that. wpForo tags are stored in the wp_wpforo_tags table. The tags which are associated with some topics are also stored in the wp_wpforo_topics table tags field : |
|
RE: Edit delete Tags
|
25 Relevance |
5 years ago |
VereK |
How-to and Troubleshooting |
|
@central4allgmail-com
Yes. I have a love hate relationship with tags. On the one hand they are fantastic for finding similar content on forums that cover technical stuff or are heavy on model names etc (and search engines love them), on the other hand users cannot spell or are clowns who stuff tags with piffle. That leaves you with only one option, disable tags for ordinary members which leaves admin and mods to edit in the proper tags which is a lot of work on busy forums.
Another option would be a json/table filled with predefined tags that users are res ... |
|
RE: TAGS Problem in Wpforo
|
25 Relevance |
6 years ago |
Anonymous20 |
How-to and Troubleshooting |
|
@ashish tags are just tags. Not sentences. tags are essentially keywords for each page/article you create. tags are intended to be words or very short two or three word phrases.
There is plenty of information on the net about howto. |
|
Can I restrict what Tags can be used?
|
21 Relevance |
1 year ago |
caseywhitcher |
How-to and Troubleshooting |
|
Can I restrict which tags can be used from a specific list of pre-created tags? seems like the tags will get out of hand otherwise if users can create them. mytag, my tag, my tags, atag, tag me, tagme etc. |
|
RE: Topic tags counter not working
|
21 Relevance |
4 years ago |
Robert |
How-to and Troubleshooting |
|
@tmrques21,
The case with Visa Related tag and other two tags are specific. I think the topics or the tags were added manually or with some database manipulation or during the migration. In any case you did a wrong work. You've only inserted the tags in the _wpforo_topics table, but you've not instead/updated the tag term in _wpforo_tags table. That's why wpForo shows 0. In other words, the database data is wrong. And the reason of this is not wpForo. We've nothing to fix here. You can add new topics and see that the tags works fine. |
|
Which PHP files should be customized to add certain Tags automatically when someone adds a new topic?
|
21 Relevance |
5 years ago |
mplusplus |
How-to and Troubleshooting |
|
Hi there
When someone adds a new topic, I need to save certain information (e.g. user's location which I can determine easily) along with the tags.Which PHP files should be customized to add certain tags automatically when someone adds a new topic? These tags will be in addition to the tags selected by a user.
Thanks. |
|
RE: How to add several thousand Tags in my forum?
|
21 Relevance |
5 years ago |
Anonymous20 |
How-to and Troubleshooting |
|
I responded to the "several thousands" tags.
And for what you ask, i have no idea. tags are used to display related topics and that is extra server work. But 500 is not that much. |
|
RE: Cross Over Tags from Wordpress
|
21 Relevance |
6 years ago |
Sofy |
How-to and Troubleshooting |
|
Hi
Is it possible to have the forum tags, and the wordpress article tabs sync up together?
I'm really sorry, but no.
Or is there a way we can edit tags in the forum?
Sure you can. As a forum admin, you can edit the topics and add the tags. Right now I'll edit this topic and add a new "tags" tag here. |
|
RE: Related topics by topic and not by web tags
|
21 Relevance |
6 years ago |
CrisW |
General Discussions |
|
Hi@hector .
(1) - These topics can appear in the "Forum Search" since by default, it uses "Search Phrase" = whatever the search keyword typed and "Search Type" - "Search Entire Posts".
As an example, try to type "CrisW" in the Forum Search box, and you will see all the posts I have posted or topics that I have participated in, or mentioned. (And I have not added any tags in my posts here.)
The wpForo Search Box is pretty robust and useful and it works out of the box. 🙂 |
|
RE: Email Template - New Topic Notification-Font Size is not saved
|
20 Relevance |
3 years ago |
Chris |
Bug Reports |
|
Hi @steffeng,
Emails are filtered for HTML codes. The <span> tag is not allowed in email content as it is not a Post content. It should be secure and clean. This will help emails to pass more antispam systems of Email servers.
The default WordPress emails doesn't have HTML tags, we added a few secure tags (formatting tags and link).
By default, allowed tags are: 'a', 'img', 'blockquote', 'h1-h5','hr', 'br', 'p', 'style', 'strong'.
However, you can use the below code to allow all tags to work.
Put this code in your active theme functions.php file: ... |
|
RE: When I cut/past HTML into post it breaks the forum
|
20 Relevance |
4 years ago |
Robert |
Bug Reports |
|
@gnomebe,
This is a result of copy and pasting some content with HTML time. Next time use the [T] button to paste copied content. We cannot help you this issue because we cannot go through all tags of your post contents. Try to delete this topic and create the same topics again. Also make sure the signature of the users doesn't contain unclosed tags.
Or, you can install phpMyAdmin plugin, brows wp_wpforo_posts table, find the body of these posts and edit them. Don't forget deleting all caches in Dashboard > Forums > Dashboard admin page after each c ... |