Skip to content
  • Home
  • Support
    • Community Support
    • Pro Support
  • Documentation
  • Addons
    • Addons Store
    • Addons Demo Forum
  • Migrate to wpForo
  • Home
  • Support
    • Community Support
    • Pro Support
  • Documentation
  • Addons
    • Addons Store
    • Addons Demo Forum
  • Migrate to wpForo

  • Forums
  • Members
  • Recent Posts
Forums
Search
 
Share:
Notifications
Clear all

Search result for:  Low-cost therapies https://simplemedrx.top"

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

 Sort Search Results by:


Page 4 / 7 Prev Next
# Post Title Result Info Date User Forum
Caching and wpForo   12 Relevance 6 years ago Anonymous20 General Discussions
  Today i did some tests with caching plugins, wpForo and also wpForo internal caching (3 options). The tests were done using several tools but i will post some that you can also try yourself easily. At you can test for free 25 virtual users against your forums and with registration you can do more (registration is free from what i see). My tests were done on a high quality shared hosting plan (semi-dedi with limited # of sites) under Litespeed webserver and cloud linux (cloud linux auto limits you when you exceed usage of cpu etc etc but doesn't shut you down). PHP 7.3 and MariaDB. My plan has 1 giga of ram, 25 entry processes limit and 1 cpu, 50mb/s IO usage and 500 IOPS. Also an optimizing plugin was used (fast velocity) but with wpForo assets excluded. My test website is a low traffic, with low topics but with several plugins and ads from external sources. I was not able to remove the external ads, since it was a huge job (not a disable/enable a plugin). I will post below my (interesting) findings and please comment only if you know what you are talking about. Try not to spoil this topic with OT. I would very much be interested by gvectors comments also. Maybe they can interprete better the results in the charts. Thank you for reading this.
RE: how to add a tab to top menu?   12 Relevance 9 years ago Robert How-to and Troubleshooting
  Hi forumfan, wpForo Top menu is a simple WordPress menu, please navigate to Dashboard > Appearance > Menu admin page and find menu called "wpForo Navigation (wpForo Menu)". You can add and remove any item you need. I attached screenshot. Only wpForo specific menu items have url-shortcodes , here is the list of all menu item url-shortcodes: /%wpforo-home%/ /%wpforo-members%/ /%wpforo-profile-home%/ /%wpforo-profile-account%/ /%wpforo-profile-activity%/ /%wpforo-profile-subscriptions%/ /%wpforo-register%/ /%wpforo-login%/ /%wpforo-logout%/   Attachment : wpForo-Top-Menu-Settings.png
RE: Some users can no longer read topics or posts and get the Apache error   12 Relevance 6 years ago Alias79 How-to and Troubleshooting
  @martin Hi! Thanks for the reply! 🙂 It should not be a memory problem; we have a VPS Cloud dedicated to our website with 8 GB of ram, and 512 MB of memory allocated to WP, which have never given us problems to execute any process. That is, it cannot be a problem with a server with low memory 🙂 My question is, if it can happen on any website, including servers with low memory, wouldn't it be good to have a maintenance option for force that action for all users? Or be able to select that value in the wpForo options? I don't think the best solution is to edit the functions.php file, since with each theme update this archive is updated, and it isn't a good idea to have to remember change this every time. Think that it can be happening to many websites with wpForo, without knowing what is happening to them.
A Top Ten Widget?   12 Relevance 3 years ago Cotner General Discussions
  One thing my users are asking for are top ten type of lists. They want to know who has the most posts or the most likes and whatnot. So I am suggesting that in a future version of wpForo is a Top Ten Widget. A widget that you can show the top ten users of a particular stat. Posts, Likes, Dislikes, Points, Topics and the like. Just a suggestion...
How to change my conversation thread orders by showing the latest at the top   12 Relevance 6 years ago oceanzhangdalian How-to and Troubleshooting
  Hi Everyone, If someone could help here, or give me a hint. that would be really appreciated. I would like to change the conversation thread showing the latest at the top firstly, am I able to do this in wp foro?? All the best Looking forward to your help here. Attachment :  latest-showing-at-the-top.jpg
Sidebar widgets display at top of mobile device   12 Relevance 6 years ago zeeshan333 How-to and Troubleshooting
  I managed to make some css to display the wpforo sidebar at the top of the page on mobile devices, I was wondering if anyone could help me develop it further such that I can pick specific widgets to display at the top, then choose which widgets go underneath the page content.  Would be really useful as I want the login widget in the sidebar to display above the page content, but I dont want to overcrowd the top of the page with the other widgets, so displaying them at the bottom would be good. At the moment I had to compromise and force the other widgets to go at the bottom by removing them from the sidebar and putting them underneath the forum content via a shortcode plugin. Here is the css @media (max-width: 768px) {.wpforo-main.wpft-forum {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;} .wpforo-content {-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2;}} Here is the forum I did it on:
RE: Changing the original url or slug good or bad?   11 Relevance 5 years ago Jesus How-to and Troubleshooting
  I know and I appreciated 🙂 Is that I cant be more clear as Im not understanding it myself LOL Lets try this: If you look into this very page at the very top, click in home icon: And in the top look to the left Unread post - forums - topics - What are that "forums" and "topics" for?. When I click on them, happens the very same as happens to me. Please try it, click on it, see what happens after, and may you understand what I mean What are these for? and why they dont work? Thanks 🙂 NO WAIT...... its not on this page... oh man its so confusing lol. Is there somewhere on the top left AND ALSO sometimes can be found an "RSS" (sometimes in the top right and other in the not so top-left) in which case, after pressed said word-link happens the very same thing. Either 3 of them take you a place which certainly its not working And so sorry confusing you guys
RE: How to add wpForo Menu to pages and posts   11 Relevance 9 years ago Robert How-to and Troubleshooting
  Thank you webauthor, you're asking for moving wpForo top menu-bar template code to your current active theme's header.php file. There is no way to load wpForo template files in other pages, it's only being loaded on forum page. If you want to get wpForo top menu bar on top of whole website then it should be integrated in WordPress theme's header.php. wpForo provides with all possible ways to manage menus, but the change you're asking for is not a menu management, it's a template customization. This can only be done by custom codding. You should copy the top bar code from wpForo theme's header.php and past in WordPress active theme's header.php. Also you should copy the top bar CSS code from wpForo style.css and past in WordPress active theme style.css file. This is the only way. I'm sorry, but this is not an easy task, and can't be fully described here.
wpForo 2.0 is released!   11 Relevance 3 years ago Robert wpForo Announcements
  We're excited to announce the wpForo v2.0 stable version is released. It's been one year since the last update! Thank you for your huge patience. Again, we apologize for this long delay. There were lots of interruptions, we didn't work for a long period because of three COVID waves and big holidays. wpForo 2 core is fully re-developed, so we created a brand-new forum plugin with improved existing features and plus lots of new ones. IMPORTANT! Please deactivate current addons or update them to 3.0.0 version before updating wpForo to 2.0.x This is a major update with fully changed forum theme. This update will remove forum template and CSS customizations. After the update, please delete all caches and purge CDN if you have. Please read the "Update to wpForo v2 Instruction" before updating the plugin. Main Changes Multi-Board System Allows to create multiple separate forum boards in the same WordPress website. You can create fully separate forums in different pages. Description: Multi-Language Support Using the multi-board system, you can create multiple separate forums for each language of your website. Each forum will have separate forum page, categories, forums and threads, but users will be the same for all forum boards. New Theme (2022) with Redesigned Layouts wpForo v2 comes with new 2022 theme and with completely redesigned forum layouts and style. It brings a modern and clean look to all 4 forum layouts (Extended, Simplified, Q&A and Threaded). Description: Extended Layout Simplified layout Question & Answer Layout Threaded Layout Topic Overview and Stat Panel This is a small panel on the top of all topics, which provides lots of quick information about the topic. Different statistic information and a quick tree of the whole topic with discussion threads and nested replies in one place. This makes it very easy and fast to find the posts you need in the topic. New Member Profile System It's fully changed with new features and modern design, becoming sitewide profile system, so in most cases you won't need to use other profile builder plugins. Description: New Dashboard Settings Page We've re-grouped and re-designed wpForo settings, now it's very easy to find the option you want, also you can search options using the live search field. So, managing of your forum has become very easy and fast. Description: Spam Protection New Registered User Approval: this feature will keep new registered users inactive until they are not activated by forum administrate. It's disabled by default, you can manage this option in the Login & Registration admin page. Minimum number of approved posts to be able to edit own profile: This is another great spam protection feature. In most cases spammers register and do their spam in the profile page, they create spam profile pages with lots of links and spam content. They use “About”, “Website” and “Signature” profile fields. This option will stop users editing their profile information unless they have more than the minimum number of approved posts. Thus, you can prevent creating of spam profile pages. Description: 2.0.9 Changes Core: SQL Optimization Core: More caching items (forum, topic, post URL caching) Core: Better built-in cache, better cache deleting control Core: Flush Redis Object Cache on activation Added: Clickable current forum link in the forums widget Fixed Bug: PHP Warning: trying to access key on null, line 228 / 235 2.0.8 Changes Added: Nickname on the profile page Added: More types of problem detection in Debug > Error & Issues Tab Added: Buttons to flush permalinks in wpForo > Overview admin page - Should be used if the forum page is changed - Should be used if the board slug is changed - Should be used if some pages are not accessible - Should be used if forum and topic links don't work - Should be used if forum paths are changed in General Settings Added: New color options for link colors in Colors & Styles admin page Added: Source and emoticons buttons in the signature and about editors Added: Allow auto-embed bmp, webp, svg and tiff files with URL Changed: Like button moved to the post bottom section in Extended Layout Fixed Bug: Missing colors, make sure all css files are loaded with https Fixed Bug: CSS issues if user avatars are disabled Fixed Bug: Correct canonical URL for Q&A topics with sorting queries Fixed Bug: Stop hiding moderation buttons when topic overview is disabled Fixed Bug: Fatal error: array_merge(): Argument #2 must be of type array Fixed Bug: PHP Warning at /2/forum.php 103 line Fixed Bug: Small CSS issues 2.0.7 Changes Added: Filter hooks to set minimum number of posts for Active and Hot topics Added: Missing phrases Added: Hook to disable topic suggestion requests: add_filter('wpforo_topic_suggestion', '__return_false'); Added: Post count information under the user avatar in the Simplified layout Changed: Search engine ping service URLs Fixed Bug: Problems with displaying login, register and profile pages Fixed Bug: Problems with displaying unapproved posts in moderation page Fixed Bug: Profile cover image saving problems Fixed Bug: Board settings saving issues Fixed Bug: Problem with remote avatar saving on the second time 2.0.6 Changes Added: Usergroup permission "Can upload cover profile image" Added: Display Tags link in forum footer Added: Favored button in member's profile buttons Added: Member paths in cache excluding admin notes Added: Admin notification when the default board is missing Added: Info in Errors & Issues tab when old customized template files are detected Security: Added wp_nonce and wp_send_json_error() to all AJAX requests Spam Protection: Minimum user level to display signature Spam Protection: Don't show profile fields for users who don't have content Fixed Bug: Classic theme issues (like button, search icon, profile page) Fixed Bug: Disable forum statistic using the corresponding option Fixed Bug: Duplicated information about points on profile and members page Fixed Bug: Icon issue in Member Title profile field Fixed Bug: Problem with password changing in forum profile page Fixed Bug: Using WordPress timezone for not-loggedin visitors Fixed Bug: The checkbox options of Admin Note don't work Fixed Bug: Cannot add forum cover image in non-default boards Fixed Bug: Problems with manual approval of new registered users Fixed Bug: Turn off topic suggestion when editing a topic Fixed Bug: Problem with saving the board description Fixed Bug: Stop loading UM css and other functions if UM is not installed Fixed Bug: Pagination dropdown background issue Fixed Bug: Remove nofollow links from the end of breadcrumbs Fixed Bug: Avatar overlapping issue in Simplified layout Fixed Bug: Avoid sending duplicated email on new reply and user mentioning Fixed Bug: Don't send email to the post approving moderator Fixed Bug: Email template and shortcode issues Fixed Bug: User Profile Synchronization Issue Fixed Bug: Filter by forums in Recent Posts widget Fixed Bug: PHP Note: Empty values in widget / Warning: Undefined array key Posts.php on line 655 2.0.5 Changes Added: Topic and Post dislike notification Added: ID’s to forum wrappers on forum home page Fixed Bug: Forum access “Can Like” doesn’t work Fixed Bug: Email shortcode rendering issue Fixed Bug: Loosing theme settings when the General Settings are updated Fixed Bug: WordPress author URL problem /participant/anonymous/ Fixed Bug: Admin note “wpForo Installation Status” Fixed Bug: User avatar issue in “Profile & Notifications” Widget 2.0.4 Changes Added: Separate navigation menu and Menu Location for each board Added: Limit suggested topics Changed: Hide suggested topics when user left the title field Fixed Bug: Language conflict with other plugins in AJAX requests Fixed Bug: JS/CSS file conflict in dashboard Fixed Bug: 404 error when Polyglot plugin is used with single board Fixed Bug: PHP Notice / Trying to get property ‘roles’ of non-object in hooks.php on line 22 2.0.3 Changes Fixed Bug: Problem with get_locale() function Fixed Bug: Deactivate old addons and don’t allow activating them to avoid fatal errors Fixed Bug: Revert the lost sidebar after updating to v2.0 2.0.2 Changes Updated: Deactivate old addons before updating wpForo to avoid Fatal Errors Fixed bug: Problems with Topics and Posts short URLs Fixed bug: Hide like / dislike buttons for non-loggedin users. 2.0.1 Changes Added: Redesigned Members Directory Added: AJAX powered profile actions and sub-tabs Added: Point based user reputation collected on new topic, post, like, dislike Added: User following with corresponding (following and followers) tabs in profile Added: User ban and edit buttons in users profile pages Added: User soft and full deleting option Added: Mute button to disable email notifications on user mentioning in posts Added: Profile cover image Added: Last login information on the profile page Added: Separated sub-tabs All/Topics/Posts in Profile > Activity Tab Added: Favored Tab with Bookmarks/Likes/Dislikes sub-tabs Added: User profile page without forum header and footer----- Topic Overview: on the top of topics with quick stat and a tree of nested replies Added: Topic specific statistics with participants and likes count Added: Topic suggestion while typing topic title in new topic creation form Added: Topic and Post bookmarking button allows adding them in "favored" list Added: Topic managing buttons are moved from the first post to the top of all pages Added: Topic and Posts Dislike button with new ui/ux Added: Topic/Post filter in Dashboard > wpForo > Moderation admin page Added: H1 headers in topic tags page----- Added: Forum cover image, available for all layouts Added: [Add Topic] button to all layouts on the forum home page Added: Forum Jump dropdown in topics footer area Added: Category and Forums widget with an option to display as dropdown----- Added: Settings boxes grouping related options Added: Settings live search field, jumping to found setting page Antispam: Check links in topic custom fields and in signatures for auto moderation Antispam: Option to set minimum number of approved posts to be able to edit own profile. Doesn't allow spammers to create spam profile pages with lots of links and spam content. Added: Toggle to keep collapsed wpForo menu shortcodes in Menus admin page Added: New social network meta tag "og:local" in forum and topic pages Added: Dashboard notification to exclude forum for 7 popular cache plugins----- Lots of options have been added in wpForo Settings Lots of bugs have been fixed The core is fully re-developed and optimized Great job has been done by Beta Testers! Special thank you to our Beta Testers who have worked hard during the last month and helped us find and fix lots of major and minor bugs: @dimalifragis, @verek, @tutrix, @kezeo, @wendell, @berndg, @lepalois, @fawp and others.
RE: Please add "sort by Likes" so that highest rated topics move to the top similar to Upvote system   11 Relevance 5 years ago Martin How-to and Troubleshooting
  Hi @kressie, This is in our to-do list, but we have a lot to do and I'm afraid this cannot be added within next 1-2 months. I'm sorry but this feature has a very low priority.
Strange jump down the screen when logged in...   10 Relevance 9 months ago Cotner How-to and Troubleshooting
  I am having a strange issue. When a user is logged and visit certain WPForo pages on my forum, the screen jumps down below the header. But only when logged in. For guests, this behavior doesn't happen. For instance on the Recent Posts Page... Here is how the top of the page looks for Guests/Logged out users. You can see the entire top of the site and there is no automatic scroll. Here is how the top of the page looks for Logged IN users. The top of the page becomes breadcrumb and you need to manually scroll up to see the main header/menu. What could be causing something like this to happen? I am a bit baffled on it. (And sick of manually scrolling back up to get to the header/menu.)
RE: html showing when replying to a post   10 Relevance 3 years ago dimalifragis How-to and Troubleshooting
  You have SO MANY errors in your pages, maybe it is because of that, press F12 to see them: Uncaught TypeError: e.indexOf is not a function load jQuery <anonymous> :1 <anonymous> :1 jquery.min.js:2:84932 Uncaught ReferenceError: input is not defined <anonymous> :457 the-superpower-of-hindsight:457:1 Uncaught TypeError: e.indexOf is not a function load jQuery <anonymous> :1 <anonymous> :7 jquery.min.js:2:84932 Uncaught TypeError: document.getElementsByTagName(...)[1] is undefined <anonymous> :215 jQuery 13 the-superpower-of-hindsight:215:10 Uncaught TypeError: wpf_tags.suggest is not a function wpforo_tags_suggest :44 <anonymous> :40 jQuery 13 ajax.js:44:74 wpforo_tags_suggest :44 <anonymous> :40 jQuery 13
RE: Sidebar left on mobile   10 Relevance 4 years ago Robert How-to and Troubleshooting
  Hi @percysgrowroom, I think you should use this plugin, put the widget before the shortcode in the forum page editor: You should contact this plugin developers and ask them to help you to only show this widget on mobile pages. Or you can put this code into the functions.php of your current active WordPress theme. This will add new sidebar in Dashboard > Appearance > Widgets admin page, so the widgets in this sidebar will be only displayed on the forum top area on mobile devices: function wpforo_custom_sidebar() { register_sidebar( array( 'name' => __( 'Forum Top Mobile Sidebar', 'textdomain' ), 'id' => 'mobile-sidebar', 'description' => __( 'Widgets in this area will be shown on forum top for mobile only.', 'wpforo' ), 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) );}add_action( 'widgets_init', 'wpforo_custom_sidebar' );function wpforo_custom_sidebar_area() { if( function_exists('is_wpforo_page') && is_wpforo_page() ){ if ( !is_active_sidebar( 'mobile-sidebar' ) || !wp_is_mobile() ) return; echo '<div class="wpforo-top-sidebar">'; dynamic_sidebar( 'mobile-sidebar' ); echo '</div>'; }}add_action( 'wpforo_top_hook', 'wpforo_custom_sidebar_area' ); BTW, you can use Code Snippets plugin to add custom codes.
Display "Search" but without top menu bar   10 Relevance 7 years ago Tim How-to and Troubleshooting
  Hi, Please see: I've tried to make the UI as simple as possible & I've disabled the top menu bar in WpForo. Please see screenshot. I want to retain the search facility. But I'm finding that the only way to have "search" is to enable "Top Menu". Any way around this? Thanks. Attachment : Screenshot-2018-11-23-at-2.32.30-pm.png
Page 4 / 7 Prev Next

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages  wpforo-advanced-attachments-128x128  wpforo-embeds-128x128 wpForo User Custom Fields addon  wpForo – Blog Cross Posting addon  wpForo Ads Manager
View All Addons
Addon Bundles

Forums

wpForo Community
wpForo Announcements
wpForo Showcase
FAQ Topics
Frequently Asked Questions
wpForo Support Forums
How-to and Troubleshooting
General Discussions
wpForo Integration
Bug Reports
Migrate to wpForo
Migrate from Other Forum Plugins
bbPress
Simple:Press
Migrate From Stand-Alone Forums
phpBB
MyBB
SMF

Recent Topics

  • changed to all capital

    By jean-marie 5 hours ago

  • Added section during registration

    By jean-marie 3 days ago

  • WPForo–Polylang integration issue on a trilingual site (FR/DE/IT)

    By Carteantennesuisse 3 days ago

  • wpforo speed problem

    By iwrtn45 4 days ago

  • How to get rid of Category: x

    By anonwpuser1 4 days ago

  • Notification d'inscription non recu

    By jean-marie 4 days ago

Recent Posts

  • changed to all capital

    Bonjour, Certains membres ont signalé que sur leur p...

    By jean-marie , 5 hours ago

  • RE: Added section during registration

    Salut J'ai intaller et activer l'extension, mais je n...

    By jean-marie , 6 hours ago

  • RE: We need an official Wpforo dark mode!!

    @sofy Hi Sofy, i tried this, and yes it made the text b...

    By Macky , 9 hours ago

  • RE: How To Use Custom Login / Register Page

    @wpforo-support hi,Thank you for your response. I follo...

    By Deep Line Digital , 12 hours ago

  • RE: Add verbiage to sign up page

    @sofy Thank you! Ill give these a try. Appreciate the r...

    By Mr Smith , 2 days ago

  • Sofy

    RE: Notification d'inscription non recu

    ok, @jean-marie There seems to be an issue with the ...

    By Sofy , 3 days ago

  • RE: Problem avatar on the home page

    Hi Robert, It's that, I don't know why, because befor...

    By Pierre999 , 3 days ago

Share:
Forum Information
Recent Posts
Unread Posts
Tags
  • 15 Forums
  • 14 K Topics
  • 70.2 K Posts
  • 338 Online
  • 12.4 K Members
Our newest member: FiltroSoft
Latest Post: changed to all capital
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  Powered by wpForo version 2.4.10

Copyright © 2025 | Powered by gVectors Team

Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538