wpForo Community
  • wpForo 3.0 AI Edition
    • AI Features
      • AI Semantic Search
      • AI Topic Summary
      • AI Topic Suggestions
      • AI Translation
      • AI Chat Assistant
      • AI Bot Reply
      • AI Moderation
      • AI Tasks
      • AI Analytics
      • AI Knowledge Generation
    • Forum Layouts
  • gVectors AI
  • Support
    • wpForo Community
    • wpForo AI Service Support
    • wpForo Addons Support
  • Documentation
  • Addons
Download wpForo 3.0

  • Forums
  • What’s New
  • Members
  • Recent Posts
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Forums
Search
 
Notifications
Clear all

Search result for:  tags

 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:


Page 1 / 7 Next
RE: Updated wrong
How-to and Troubleshooting - wpForo 2.0
hipogrito
3 years ago
143 Relevance
... on line 33[29-Dec-2022 15:09:13 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/ls7uzn2chq35/public_html/wp-content/plugins/goodbye-captcha/goodbye-captcha.php on line 134[29-Dec-2022 15:09:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function wpforo_is_admin() in /home/ls7uzn2chq35/public_html/wp-content/plugins/go2wpforo/includes/functions.php:7Stack trace:#0 /home/ls7uzn2chq35/public_html/wp-includes/class-wp-hook.php(308): mg2wpforo_init()#1 /home/ls7uzn ...
View entire post
wpForo 1.5.2 is released!
wpForo Announcements
Robert
8 years ago
112 Relevance
... members and filter by administrator group, look for any suspicious administrator-level accounts that could be a backdoor and remove them accordingly Other Notes: If you have an old (1.5.1 or lower) customized copy of wpForo forum template files in your WP theme /wpforo/ folder please update them. After the update please delete all caches and do Ctrl+F5 on forum front. Main Changes 1. Topic tags, tags Widget, tags Search and tags Page Topic tags allow users to filter between forums and display topics with a specific topic tag. If topic tagging is e ...
View entire post
RE: Adding tags
How-to and Troubleshooting - wpForo 2.0
wpForo Suppo...
3 months ago
41 Relevance
@subpopet, In wpForo, you can edit tags after topic creation. The tags functionality is built into the core wpForo plugin, so no separate tags addon is required for basic tag management. Regarding missing tags after importing from Simple:Press, this issue may occur if the tags were not properly imported or synced. To fix missing tags after import, you should check the import process and ensure tags are included. Documentation for the Topic tags:
View entire post
wpForo Performance Analysis Report fix
How-to and Troubleshooting - wpForo 2.0
hmeonot
4 months ago
36 Relevance
... | Metric | Value ||--------|-------|| **wpForo TTFB** | 0.94 seconds (before optimization) || **Main bottleneck** | functions.php - 60.6% of load time || **Forum size** | Only 28 posts, 5 topics, 565 profiles || **Environment** | PHP 8.3, LiteSpeed Enterprise, Redis | The forum is **extremely small**, yet wpForo still takes nearly 1 second. This proves the issue is in the code architecture, not data volume. --- ## Issue #1: wpforo_is_bot() - Uncached Regex (High Impact) **Location:** functions.php lines 465-490 **Problem:** ```phpfunction wpforo_is_b ...
View entire post
RE: TAGS Problem in Wpforo
How-to and Troubleshooting - wpForo 2.0
Sofy
7 years ago
33 Relevance
Hi @ashish, Yes, Anonymous20 is right. You shouldn't use large tags. Make the tags as brief as possible. Please read the article Provided by Anonymous20. There is also a lot of information you can find on Google. The goal of using tags is that users can search through the forum for help or some information. The forum users can find a list of topics dealing with the issue or necessary information by clicking on the word that best categorizes their issues. This is just a suggestion not to use the large tags, but if you'd like to use large tags and you're a ...
View entire post
Re: HTML tags don't work
wpForo Integration
wpForo Suppo...
5 months ago
29 Relevance
@piligrim, In wpForo, HTML tags are allowed by default but only safe HTML tags are permitted. To enable or allow additional HTML tags in posts, you can use the "Allow extra HTML tags" setting found in wpForo > Settings > Posting & Editor Settings in the WordPress admin area. This setting lets you add new HTML tags with a specific syntax to allow them in posts. There is no BBCode support in wpForo; it uses HTML for formatting. This way, you can control which HTML tags users can use in their posts.
View entire post
RE: Tags letters limit
How-to and Troubleshooting - wpForo 2.0
CENTRAL4ALL
6 years ago
29 Relevance
why i cant put this tag Independent call girl Athens it takes it like this Topic tags Independent call girl At
View entire post
RE: Which PHP files should be customized to add certain Tags automatically when someone adds a new topic?
How-to and Troubleshooting - wpForo 2.0
Sofy
6 years ago
29 Relevance
... return $args;}); How to Easily Add Custom Code in WordPress (without Breaking Your Site). Just change the red marked part in the code.  Please note in this case you should increase the value of the "Maximum Number of tags per Topic" option. The option is located in the  Dashboard > Forums > Settings > Topics & Posts tab. As far as, for example, if the value of the option is set 5 and the user adds 4 tags the second tag (tag2) will not be included. So please set the value of the option mentioned above more than 10. 
View entire post
RE: TAGS Problem in Wpforo
How-to and Troubleshooting - wpForo 2.0
Ashish
7 years ago
29 Relevance
Yes, I understand Anonymous20 is right. You shouldn't use large tags. Make the tags as brief as possible. Please read the article Provided by Anonymous20. There is also a lot of information you can find on Google. But our site members are adding large keywords for 3-4 words. This is just a suggestion not to use the large tags, but if you'd like to use large tags and you're a developer wpForo provides a hook that allows changing the size of the tags. Using the hook you can change tags length as you like. $length = apply_filters('wpforo_tags_length', ...
View entire post
RE: A few RTL errors
Bug Reports - wpForo 2.0
Robert
3 years ago
28 Relevance
Hi @mustafamohsen, For tags, please try this CSS code: #wpforo #wpforo-wrap .wpf-tags a:before {float: left; left: -12px; border-width: 12px 12px 12px 0;} #wpforo #wpforo-wrap .wpf-tags a:after {left: 0;float: left;} #wpforo #wpforo-wrap .wpforo-tags-wrap .wpforo-tags-content tag a {padding-right: 5px;} #wpforo #wpforo-wrap .wpf-tags tag, #wpforo #wpforo-wrap .wpf-tags a {float: left;}
View entire post
Edit wpforo tags
How-to and Troubleshooting - wpForo 2.0
rjwhuang
1 year ago
25 Relevance
We use Blog to forum Cross Posting(Forums) feature which works quite well and the blog tags are also sync as wpforo tags. Howerver, I notice that when I change the blog tags, it won't update wpforo tags, how can I manually updat the wpforo tags or force them to resync? That's is: blog tag: example123 wpforo tag: example123 change blog tag from example123 to example456, but wpforo tag dones't auto updated, it remain as: example123.
View entire post
RE: Topic Tags
General Discussions
Robert
5 years ago
25 Relevance
@aima-forum, 1. You can edit a topic and delete or edit the topic tags. 2. You can install phpMyAdmin plugin and edit all tags in wp_wpforo_tags table 3. Also, you can check out wpForo Topic Prefix & tags Manager addon, it allows to fully manage tags and even convert them to topic prefix:
View entire post
How to fix this JavasScript to change the sequence of div tags on my webpage?
General Discussions
CarlisleMeye...
5 years ago
25 Relevance
... I will appreciate if someone can please point me in the same direction. Thanks. In case useful, I have wpForo like this and I am trying to move the tags field to be moved to show just before the Title field.
View entire post
Page 1 / 7 Next

Join Us!

Recent Topics

  • Forum UX Greyed Out Unlimited Bundle Expired Same Time?

    By Pepper Guru 1 day ago

  • memphisguru

    Version 3.0.6, missing icons and forum menu has many extra links.

    By memphisguru 3 days ago

  • AI chat not surfacing Wordpress content

    By Singletrackmark 3 days ago

  • 3.0 is awesome. I wonder if this is possible now?...

    By JohnnyFive 3 days ago

  • Failed table migration; forum content missing

    By gokuuu 4 days ago

  • Old category and forums move to new board

    By Steven007 4 days ago

Recent Posts

  • Robert

    RE: AI chat not surfacing Wordpress content

    @singletrackmark, Please update to wpForo 3..0.8 vers...

    By Robert , 4 hours ago

  • Sofy

    RE: Version 3.0.6, missing icons and forum menu has many extra links.

    @memphisguru This appears to be a CSS conflict w...

    By Sofy , 13 hours ago

  • RE: Old category and forums move to new board

    Moving forum content between boards in wpForo can be a ...

    By Thania_Edorra , 14 hours ago

  • RE: Forum UX Greyed Out Unlimited Bundle Expired Same Time?

    I managed to fix it. I simply enabled divi visual build...

    By Pepper Guru , 1 day ago

  • RE: wpForo 3.0 is released!

    The new wpForo forum is one of the best modern forum de...

    By marsccp , 1 day ago

  • RE: 3.0 is awesome. I wonder if this is possible now?...

    No worries. I figured it out and removed the grey bar a...

    By JohnnyFive , 2 days ago

  • Ricsca

    RE: URGENT: Private forums showing up in searches

    Work 👍

    By Ricsca , 3 days ago

  • RE: Failed table migration; forum content missing

    thank you we dıd

    By gokuuu , 4 days ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 19 Forums
  • 14.2 K Topics
  • 71.2 K Posts
  • 17 Online
  • 6,080 Members
Our newest member: goldbathroom
Latest Post: AI chat not surfacing Wordpress content
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

 Powered by wpForo version 3.0.8

wpForo

The most advanced WordPress forum plugin with powerful AI features for modern communities. Build engaging forums with cutting-edge AI technology.

AI Edition

  • AI Features
  • Forum Layouts
  • gVectors AI
  • wpForo Addons

Support & Docs

  • Documentation
  • Support Forum
  • AI Service Support
  • Addons Support

Legal

  • gVectors Team
  • Contact Us
  • AI Features Privacy Policy
  • AI Features Terms of Service

© 2026 wpForo. All rights reserved. Made with ❤️ by gVectors Team