Search Results for 'test'
-
Search Results
-
Topic: Forum Moderators Not Work
Hello,
I created 2 foruns, called
“forum” and “forum2”.I created 2 users, called
“test” and “test2”.I added the user “test” as Moderator to the “forum”
and “test2” from the Moderator for “forum2”.The problem is that the 2 users are being able to create topics in the 2 forums, being certain that only the Moderators would be able to create in their forums, how can I solve?
Topic: CSS styling query
Hi
I have some queries and I wonder if you can help me get to the bottom of them. I would be grateful for your guidance. Here is the background.
I am using the latest bbPress plugin and I notice that the bbpress.css file is 1702 lines long.
I am using a premium theme (seos-video-premium) and even though I am using a child theme, I have noticed that my Support forum is actually using:
wp-content/themes/seos-video-premium/seos-video-premium/css/bbpress.css
I assume this is because there is no bbpress.css in my child theme css folder so it uses the themes one instead of the bbPress plugin’s one?
So I have two specific questions here.
1/ the bbpress.css file in the premium theme folder is actually 1408 lines of code. So it is 300+ lines shorter than the plugin version. To be honest, I was not expecting to find a bbpress.css file inside the theme. So what am I supposed to do? Simply replace the theme version with your plugin version?
2/ I have been trying to use a beta version of EnlighterJS Plugin (it is their beta that uses EnlighterJS v3. There was an issue with these styles:
#bbpress-forums div.bbp-topic-content pre, #bbpress-forums div.bbp-reply-content pre { display: block; line-height: 18px; margin: 0 0 24px; padding: 5px 10px; white-space: pre; overflow: auto; }In their classes they have this styling:
.enlighter-default .enlighter-raw { display: none; min-width: 100%; line-height: inherit; font-size: 12px; font-family: inherit; margin: 0; padding: 0; white-space: pre-wrap; word-wrap: break-word; border: none; box-shadow: none; }The HTML is:
<pre class="enlighter-raw">.textMaterial { /* Uncomment to hide the material */ /* display:none;*/ font-size: 10pt; font-style: italic; font-weight: 700; background-color: yellow; } .textMethod { /* Uncomment to hide the method */ /* display:none;*/ font-size: 10pt; font-style: italic; font-weight: 700; background-color: cyan; }</pre>Notice that ttheir CSS style uses
display: none;? The bbpress CSS filepreclass has adisplay:block;. This causes a problem with the plugin I am trying to use.The author does not want to use
!importantbecause he says it is bad design. So how do we fix this? How can we allow bbpress to do what it wants withpreand EnlighterJS do what it wants?Topic: Follow-up emails not working
Hi Good afternoon ….
I can see that this was a question before …. I have the same issue. I am a newbie to WP and bbPress.
This is clean WP install using Pagebuilder by SiteOrigin and Advantage theme running bbPress. No modifications. with bbPress style pack, Akismet Anti-Spam and using Easy WP SMTP for emails.
As administrator I get email notifications for new subscribers and for change of password requests so the email function is working.
I have set up a test user and some posts making sure the “notify me of follow-up replies by email” is checked then as the administrator have replied to the post. My test user is not getting any notifications.
Is there something I am missing that needs setting up or altering to send the reply notifications?
Thanks in advance for your help.
Topic: Forum statistics styling
Hi,
My forum stat widget looks like this: https://www.dailyenglishtests.com/forums/
How do I display the numbers and the text in one line?
Thanks
HI,
site: https://www.visionshe.com
admin@visionshe.comI checked and tested 4 times to register with the same account.but the site didnt noticed that cant register with the same account.and the user is not getting any registration email after each register.
and I(admin) didnt get any notification about a new user too.I (admin)had got notification email when I set up a topic yesterday.
I try but no luck.
Please help! thanksTopic: Allow users to align center
Hi!
I was wondering if anyone knows how to allow users to align text in posts/threads?
Right now it just comes out as raw code text:
<p style=”text-align: center;”>Test test test</p>I have been trying to mess a bit in /wp-content/plugins/bbpress/includes/common/formatting.php but to no success. Does anyone have a suggestion on how to allow p style and text alignments?
Thank you!