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
144 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...
5 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
6 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...
7 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
2 years ago
26 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
26 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
26 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

  • Hiding statistics/latest new member section from guests

    By Web-be 6 days ago

  • wpForo Forum Loading Very Slowly After Reaching 1,000+ Members

    By Danieljohn 6 days ago

  • Prevent users from registering with spaces in their name

    By codings 1 week ago

  • wpForo widget and Ultimate Member integration

    By codings 1 week ago

  • I have a question regarding attachment permissions in wpForo.

    By Zygzak 1 week ago

  • first_name and last_name silently discarded on registration

    By jboz 2 weeks ago

Recent Posts

  • Sofy

    RE: first_name and last_name silently discarded on registration

    Sorry for the late response. This issue will be fixe...

    By Sofy , 3 days ago

  • RE: No login on Iphone

    I've run into similar login issues on iPhone before. If...

    By Thania_Edorra , 6 days ago

  • Sofy

    RE: wpForo Forum Loading Very Slowly After Reaching 1,000+ Members

    wpForo is designed to be very fast and to work with bot...

    By Sofy , 6 days ago

  • wpForo Support

    RE: Hiding statistics/latest new member section from guests

    Hi web-be, Great question! You're actually on the rig...

    By wpForo Support , 6 days ago

  • RE: Prevent users from registering with spaces in their name

    Thank you! It might be nice to have this as a setting i...

    By codings , 6 days ago

  • RE: wpForo widget and Ultimate Member integration

    This thread might be better in the wpForo Integration s...

    By codings , 1 week ago

  • Sofy

    RE: I have a question regarding attachment permissions in wpForo.

    Hi, Please note, all questions related to paid addons...

    By Sofy , 1 week ago

  • RE: Links within a forum post not opening in a new window

    @sofy Thanks I saw that threat from 2019. Was hoping t...

    By westcan , 2 weeks ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 19 Forums
  • 14.2 K Topics
  • 71.4 K Posts
  • 44 Online
  • 6,208 Members
Our newest member: afkfdad457
Latest Post: first_name and last_name silently discarded on registration
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.1.1

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