AI Search
Classic Search
Notifications
Clear all
Search result for: infinite scroll
Hi,
I used WpForo on one of my pages and want to hide all post before I have allowed it. But the moderation is not working. The posts are showing up also for other Users although I didn´t approve them. I unchecked the option
Can pass moderation and Set post count for moderation to 100 posts (in Spam settings)
When you scroll up, you can see a white page behind it then it follows back with a slight delay whenever you scroll up or down on any page
unitedstudy.co.uk
< span style="color: #666;"> Attachment : gap.png
Hi @igork,
wpForo has its own built-in features that allow controlling the Guest Posting in your forum.
First of all, you should enable the "Can pass moderation" for Guest usergroup.
Then navigate to Dashboard > Forums > Tools > Antispam admin page, and configure the options for New Registered User:
User is New (under hard spam control) during first X posts
The value of the "Posts must be manually approved" option should be set "Yes"
We've found some changes that should be done. Please follow the steps:
In the wp-content/plugins/wpforo/wpf-includes/class-members.php file,
find the public function get_guest , scroll to scroll to $post_args = array(
replace with the following code:
$post_args = array( 'status' => 0, 'email' => $args['email'], 'orderby' => '`created` ASC, `postid` ASC' );
The changes will be included in the next version release.
Hi @123toid . I checked out your website. If I may suggest ... 🙂
1) You can Hide the Forum Page Title. You can do that by going to
1.1) Forum Settings1.2) Click the Features Tab1.3) On the third row, where it says "Show Forum Page Title" - select NO1.4) scroll down and click the Blue "Update Options" button.
2) You can also put the CSS Code below at:
2.1) Forum Settings2.2) Click the Styles Tab2.3) In the Custom CSS Code box, copy the code below:
#wpforo #wpforo-wrap {font-size: 13px; width: 100%; padding:0px 15px; margin:0px;}
2.4) scroll down and click the Blue "Update Options" button.
The above Custom CSS Code is what I use on my Forum and the margins align with my WP theme. (I'm attaching screenshot of how that code looks on my Forum). You might want to try it. But, it will follow the margins as set by your WP Theme. I think the "blank spaces" seem more pronounced because you are using the dark theme for your forum. Your site looks great!
I hope that helps. Good luck and God bless you! 🙂
< span style="color: #666;"> Attachment : ForumMargins_100Percent_FollowingWP_Theme_Margins_Tweak_CustomCSS_Code_TRY_THIS.jpg
< span style="color: #666;"> Attachment : ForumMargins_100Percent_FollowingWP_Theme_Margins_Tweak_CustomCSS_Code.jpg
Now, I don't know if this is a bug or something else.
These pages are perfectly fine and stay aligned at the top.
Forum, posts
Members
Recent posts
The following pages however seem to have a glitch.
My Profile
Account
Subscription
Activity
Messages
Although they display well, these pages always "jump" down when first loaded rather than stay aligned at the top.
This only happens at the initial load of the page, afterwards I can scroll through the page no problem.
I create a short video to demonstrate. In it you'll see that
I click on "member" and page loads fine and in proper position.
I click on "account" and page jumps down upon loading so I have to scroll back up.
I click on "subscription" and same thing happens.
Here's the video for it.
Thank you!
Alain
PS: Awesome work on this forum. Thank you for it!
Yes, this is designed to work that way. The profile page header is big so it automatically moves your screen to the profile tab content. If you click on Activity menu you're going to see Activities not the top menu so it's better to scroll your view to activities. Without this function you'll always see your website header and scroll it bottom.
Thank you for creating wpForo 😀
I have a couple of questions, which I can’t find the answers to. I’m sure I must be doing something wrong somewhere!
I have three Classes: A, B, and C. All students are Subscribers to the WP site.
I have two Forums: Red and Green.
Class A (25 users) needs access to the Red Forum.
Class B (30 users) needs access to both the Red and Green Forums.
Class C doesn’t need to access the forums.
I have set up two Usergroups as follows: Forums->Usergroups->Add New->Usergroup Name: Red Group; User Role: Subscriber; Default Forum Access: Standard; Other options: unchecked->Add. And the same again for the Green Group.
I have set Forums->Settings->Features->Role-Usergroup Synchronization: No so that I can see my new Usergroups.
If I look at an individual user via WPAdmin->Users->Select my user->Edit and scroll down to Forum Profile Fields – wpForo, I can see the option to manually assign the user to a Usergroup. I can select the Red Group or the Green Group.
So my questions are:
Is it possible to assign a whole class/group of students to a Usergroup without having to go into each user/student manually via WPAdmin->Users->Select my user->Edit and scroll down to Forum Profile Fields – wpForo, select Usergroup? And if so, how? Should I be seeing something under WPAdmin->Users where I can click on a box and assign the user to the Usergroup?
Also, is it possible to assign one student to two different Usergroups so that they can access both forums? And if so, how?
Thank you!
I want to change the location of the Massenger button
Usually the "Warning: Cannot modify header information - headers already sent by" COULD be the result of a modified php file (by hand) and inserting some White Space.
Have you modified by hand anything in WP or wpForo PHP files ?
No I have not modified anything. Neither on the wordpress install nor on the forum software. I have a managed wordpress server and therefore not even the possibility to modify it.
The add topic button is not working but I'm also not 100% confident that I set-up everything correctly. If I hit the add topic button when I am at the top of the page, nothing happens, if I scroll down just a bit, the blue bar appears with 'Please login or register'- that is issue 1 because I doubt anyone will know to scroll down before hitting 'add topic'.
This is theme CSS conflict. Navigate to Dashboard > Forums > Settings > Styles admin page and put this css code in Custom CSS Code textarea and save it. Then delete cache and do Ctrl+F5 on forum page:
#header { z-index: 0!important;}
Hello,I'm having the same issue. The add topic button is not working but I'm also not 100% confident that I set-up everything correctly. If I hit the add topic button when I am at the top of the page, nothing happens, if I scroll down just a bit, the blue bar appears with 'Please login or register'- that is issue 1 because I doubt anyone will know to scroll down before hitting 'add topic'. Issue 2 is that I've tested registering and nothing happens, it just resets, no warning, success message, no email sent. Here's the page:
#3 would be how to add a reCaptcha to the login page- but I can start a new post for that.
I'd appreciate any help, I'd like to get this to work, so far it's the best plug-in ascetically.
< span style="color: #666;"> Attachment : Screen-Shot-2017-03-06-at-3.23.27-PM.png
the "Next" and "Prev" arrows need to be vise versa
The position of the batons is correct, only the direction of the arrows need to be reverse.
Thank you.
And please add: "Subscribe to this topic."
to the POT file
Can you add also:"Reply with quote"
I tried to add it to phrases and it did not work.
Thank you
I'm not sure if this is in the correct forum to post but it applies to both expended and simplified screens.
The attached screen print compares 2 forums. woForo on the left and the other one on the right.
As you can see, on the right it is like an executive summery where I can see few forums at glance with a one liner topic in each forum and the stats including un-read topics that are highlighted.
On the left I have to scroll and scroll...
I'm not sure if this feature exists in wpForo that I missed or perhaps an idea for a new template to be included in the future.
Thank you
Hi Raider,
It might be a problem with your WP Theme but on a side note, I wouldn't worry too much about Microsoft Edge. Less that 6% of the human population use it simply because it is one of the most dangerous programs ever created. Microsoft knows this and since there are millions of Windows users who are clueless, they figured... hey let's just change the name of Internet Explorer (IE) to Microsoft Edge and hope that no one notices.
Go to this link and scroll down to December of 2002. At the time about 84% of all humans used IE. Then scroll up to Sept. 2016. Look at the stats!
The reality is that 73% of the human population uses Chrome. My suggestion to you is to do the right thing and instead wasting time trying to get your forum to work for IE (Edge) users, instead help them out and redirect them to a page explaining what I'm explaining to you right now. Do them a favor and get them to use Chrome as their default browser. Better yet, inform them at the definition of true love is a Mac and sway them to never again buy another Windows PC.
You want your users to be savvy and less prone to viruses and malware so maybe this a great opportunity to install a script that sends everyone who is using IE or Edge to a page informing them they're playing with fire and get them to install Chrome. Don't forget that almost every virus or malware ever created, was designed to infect a PC using IE. That's why it's considered one the most dangerous programs on Earth and why no one uses it any more.
Hopefully Robert of another mod can help you get to the root of the search problem you're having but at the end of the day - consider what I'm telling you. Help your customers (visitors) and pay if forward.