AI Search
Classic Search
Notifications
Clear all
Search result for: infinite scroll
Hello, is there a way to customize the display of the user profile in the post view?
< span style="color: #666;"> Attachment : Bildschirmfoto-vom-2024-03-14-09-40-25.png
I would like to hide the "Leave a reply" section when while I am editing topics. It's confusing to hit the edit button and have it show the reply form. I first thought my content disappeared not realizing I needed to scroll up. It also doesn't scroll to the top of the topic to edit; it just reloads at the bottom where the edit button is.
Hi @artyr,
It scrolls to the first unread post, it doesn't scroll to the last post. You can enable the "Jump to the first unread post" feature in wpForo > Settings > Action Logging & Views admin page. Then go to wpForo > Overview admin page, scroll down and click [Delete all caches] button.
Hi @reitonas
If you want to truncate all wpForo database tables, focus on tables with prefixes starting with wp_wpforo_. There's no need to truncate the wp_users table, as doing so may break your WordPress website.
If you require assistance with migration, consider hiring a developer from our Pro Support team. Professional developers can handle the migration job for you at affordable prices.
P.S.
do not forget to back up the entire database before performing any truncate actions.
@sergido
If the email appears blank, please ensure that the template for emails has not been accidentally removed in your Dashboard > wpForo > Settings > Email Settings.
@danniee
You can achieve this in three ways:
Add the forum rules and include a checkbox in the registration page. Dashboard > wpForo > Settings > Privacy & Forum Rules > Forum Rules
Add an admin note for the entire forum pages. Dashboard > wpForo > Tools > Admin Note
Install the "wpForo User Custom Fields" Addon and include any necessary information inside this form, such as HTML text or custom fields.
@danniee
You can simply change the layout and choose the one that suits you best. Alternatively, you can add the CSS property "display: none;" to hide that block.
@savagedevs,
Your forum has no chance to work under the hard cache of W3 Total Cache plugin. I see this:
<!--
Performance optimized by W3 Total Cache. Learn more:
Page Caching using memcached (Requested URI is rejected)
Minified using memcached
Database Caching 33/116 queries in 0.034 seconds using memcached (Request-wide modification query)
Served from: savagedevs.com @ 2023-07-05 16:10:00 by W3 Total Cache
You should properly exclude wpForo from this plugin or remove it. wpForo has it's own cache and it should not be re-cached. These are the steps you should do:
Please navigate in Dashboard to Performance > Page Cache admin page
Go to Advanced Tab, scroll down to Rejected URL Strings option scroll to Advanced section and insert the URL path(s) of your forum page(s) one per line in the "Never cache the following pages" textarea:
/community/
/participant/
/sign-up/
/sign-in/
/change-password/
Save it and delete all caches.
if it doesn't help then remove the cache plugin and use other once. And again you should exclude wpForo from any cache plugin according to this instruction:
Hi @annushka,
You need to enter PhpMyAdmin.
Select the Website Database(Left Side of the screen)
Check all the tables with wpforo_ prefix, also check wp_users, wp_usermeta, wp_can be different in your DB.
After checking the needed tables, scroll down to the bottom and press With Selected Dropdown Choose Export
From Export Method: Select Custom - display all possible options
In the Tables: field, you will see all selected tables, disable Structure Checkboxes and let enabled only data. scroll Down to Data creation options, and Enable Truncate table before insert
Press GO from the Bottom
Hi,
After updating to 2.1, editing a topic or post has some (visual) issue.
When i select edit, the post is not presented correctly. I't is "shifted" down in the page. And i must scroll a bit up to see it.
I mean the editor area is not show right in my browser. I must scroll up ....
I use Kadence theme. Any one else has that issue? I tried it here and i can't replicate.
So i went back to 1.9.x and it seems the issue is gone.
Here is what i mean:
< span style="color: #666;"> Attachment : 2022-11-09-21_05_00-Mozilla-Firefox.png
Hello Hassan.
I faced the same issues on my site Shakeworldonline.com, after multiple tries and errors I was able to solve it.
To change the base URL, create a page on your WordPress, and name it forum then paste the wpforo shortcode on the page. If you don't name it forum you will face other challenges like page not found, when users want to view their profile.
Once you have created the page copy the page ID, Goto wpforo settings then scroll down to boards. click on it. then you can choose to create a new board or edit the existing one.
Then change the board slug to forum. also, change the page ID to the one you copied from the page you created. Then click save. Done!
If you want the whole WordPress site to be a forum. scroll down from the board page you create and choose Enable. the entire site will be a forum.
< span style="color: #666;"> Attachment : wpforo-entire-site.png
@thoand
If any parent/ancestor of the sticky element has any of the following overflow properties set, position: sticky won’t work.
overflow: hidden;
overflow: scroll;
overflow: auto;
Example here on wpforo.com
#page {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 14px;
overflow-x: hidden;
}
then replaced this with
overflow: visible;
or
overflow: unset;
and use z-index to make the menu scroll over the other items
watch the video >
Hi @jasontoth,
Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
#wpforo #wpforo-wrap .wpf-navi select.wpf-navi-dropdown {
font-size: 20px;
height: auto;
line-height: 26px;
}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button {
font-size: 19px;
}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button {
font-size: 19px;
}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info {
font-size: 16px;
}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap i.fa-chevron-left {
font-size: 16px;
}
#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap i.fa-chevron-right {
font-size: 16px;
}
I'm sorry but I don't have any solution for this.
You just need to click the reply or quote button, and it'll show you the reply form, you don't need to scroll page.
Hi @dimalifragis, You can also try this:
1) Go to Forum Dashboard
2) Settings
3) Click the Features Tab
4) scroll down and find:
Stop Sending Emails to Admins on New User RegistrationIf you have enabled this option, after registering, the admin will not receive an email notification for newly registered user.
5) Set to NO.
6) scroll down at the bottom and click the Update Options.
I think doing this will send emails to you when a New User registers. As far as the existing users who have registered on your forum, and have not posted anything yet, you can check each one and then just delete those who have not posted anything yet. If they register again, then you will receive notification. (That's what I do on my forums once I cross check IP addresses with known spammers). Also, make sure you have your Anti-spam active. woForo and Robert has documentation and tips on that in the link below.
Fake registrations, will eventually post spam, and so it's good to guard the "door" to your site early. 🙂
I agree with Sofy, all of us forum admins should read:
Good luck and God bless you! 🙂
For what usergroup you've unchecked it?
Also enabled the "Posts must be manually approved" option in Forums > Tools > Antispam Tab: