# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Editing tags, adding tags to old topics, etc
|
15 Relevance |
7 years ago |
Robert |
How-to and Troubleshooting |
|
You just need to click on Edit button of the first topic post and change tags in tag field. Please press Ctrl+F5 on your forum front-end to load new JS files and CSS files and delete all caches. Without that you'll not see new tag field on edit topic screen. |
|
RE: Editing tags, adding tags to old topics, etc
|
15 Relevance |
7 years ago |
VeganOstomy |
How-to and Troubleshooting |
|
I thought I cleared all the caches but missed purging my CDN! Seems to be working now!
I would still love to see a bulk edit feature 😉 |
|
RE: Change tags color
|
14 Relevance |
3 months ago |
Sofy |
How-to and Troubleshooting |
|
@lux
Use this CSS code:
#wpforo #wpforo-wrap .wpf-tags a {background-color: #011935;}
#wpforo #wpforo-wrap .wpf-tags a:before{
border-color: transparent #011935 transparent transparent;
} |
|
RE: How to remove "Topic Tags"
|
14 Relevance |
1 year ago |
Tutrix |
How-to and Troubleshooting |
|
Hi @mak
Tip: Read the > documentation, you will find many answers 😉 tagsDashboard > wpForo > Boards > deactivate tags
SeoDashboard > wpForo > Boards > activate wpForo SEO
Private TopicDashboard > wpForo > Accesses > Can set topic private
Add Topic(button)Dashboard > wpForo > Phrases admin page, and change the phrase value as you like |
|
RE: Tags only from admin?
|
14 Relevance |
2 years ago |
Robert |
How-to and Troubleshooting |
|
@wanderingrayven,
I'm sorry, but the Topic Prefix cannot turn the tag inserting field to a dropdown or to a select only field. The tag field cannot work only in selecting mode, if it's enabled it'll allow inserting new tags or select existing tags.
You could use the "Multi-choice Autocomplete" field type of the wpForo Topic Custom FIelds addon. It allows creating new custom fields in the topic form to let users select multiple predefinded values without allowing them to insert new one. The custom field can be added in the forum search form as well:
... |
|
How to hide tags from the main page of Q&A?
|
14 Relevance |
2 years ago |
Artyr |
How-to and Troubleshooting |
|
1. How to hide tags from the main page of Q&A?
attached screenshot
2. How can I make it mandatory for users to fill out 3 tags? (Q&A)
Attachment : 11.png |
|
RE: Arabic comma for splitting tags
|
14 Relevance |
2 years ago |
Robert |
How-to and Troubleshooting |
|
@mustafamohsen,
It's added in the current version. It works fine in our test websites. And it only works for new tags. If you insert new tags you'll see it works.Make sure you use wpForo 2.2.0 and higher. |
|
Arabic comma for splitting tags
|
14 Relevance |
2 years ago |
mustafamohsen |
How-to and Troubleshooting |
|
Arabic language use a specific character for comma “،” (U+060C)
Currently, it's not possible to use to split tags in the Topic tags field, which requires switching back and forth between Arabic and English, which might be a little bit confusing for those who don't know how it works
Is it possible to add this feature? |
|
Need a way to strip html tags from posts before saved
|
14 Relevance |
2 years ago |
nomadic |
How-to and Troubleshooting |
|
Is there any filter to do this? I have searched the forums and the answer has been "we allow all safe html tags". But in my case, I really need users to only write in textarea style, meaning p and br tags only. How can I achieve this? |
|
Cross Post tags
|
14 Relevance |
3 years ago |
Hero Habit |
General Discussions |
|
In a future update of the cross post addon, it'd be cool if we had a menu of custom taxonomies to use for forum tags. Right now it only propagates based on the general tag so I have to go in and edit each cross post but if I could choose to include two taxonomies for those tags, it'd be much more efficient. The functionality would be similar to the post type selection options. |
|
RE: Topic tags counter not working
|
14 Relevance |
4 years ago |
Chris |
How-to and Troubleshooting |
|
@tmrques21,
We have deleted the broken tags, all other tags in your website were working with no issues. |
|
Topic tags counter not working
|
14 Relevance |
4 years ago |
tmrQues21 |
How-to and Troubleshooting |
|
Currently, the tags are appearing but the tags counter doesn't reflect the change. Hence I'd like to know how can we resolve this apart from looking into the cache plugins areas?
Remedy done
1. We have excluded the relevant components from the cache.
2. Read up error logs but to no avail. |
|
Topic tags after update to 1.9.8
|
14 Relevance |
4 years ago |
VereK |
Bug Reports |
|
Topic tags no longer auto fills from previously created tags; progress wheels spins, nothing drops down. Happens here too. |
|
How tod disable SEO meta tags from wpForo
|
14 Relevance |
4 years ago |
sheerazraza |
How-to and Troubleshooting |
|
There must be a code to add in functions which can disable seo yoast meta tags to appear on wpForo.
All is good but right now search engine is indexing is picking up topics as per SEO Yoast meta tags.
Title is being picked like this which makes it very long:. Title | forum name | site title
If I disable it - it will only show title then: TITLE ONLY.
Check: view-source: (Chrome) |