Hello
i have an issue regarding role of forum in BBPRESS the “moderator” role doesn’t see the “Forum” menu in the WordPress back-end
regards
Adeel Ahmed
Hello
i have an issue regarding role of forum in BBPRESS the “moderator” role doesn’t see the “Forum” menu in the WordPress back-end
regards
Adeel Ahmed
Hello,
if you look at our latest topic, you will see the blue notice bar. In in, the time is formatted incorrect. There should be a comma, or even better, the word “und” between the hours and the minutes, not a full stop. I tried to change it in the translation, but there is only a code for the whole timestamp. I would suggest to update bbpress in this regard, so the timestamp becomes localizable.
Best
Manuel
Hello there,
I use WP 4.4.2, bbpress 2.5.8, this is a post in our forums.
To insert a link in my copy, there is this popup window. Apparently, it gets its styling from various sources, including my theme’s settings, where for regular text, I set the font-size to 17px, while line-height of 26px is hard-coded into the theme. As you can see (if you click the link-button in the reply form below the sample post given above), this disturbs the styling of this popup.
Is there any way to a) make this popup draw its styling from the back-end CSS (where the same window is used, and looks fine), which in any case I would like to suggest for future updates of bbpress, or b) style it with custom CSS?
Thank you
Manuel
Is it possible to assign posts that were posted anonymously to another forum member?
Hi guys,
So thhis is the a portion of the code right now for the sign up pop-up on my site. Its for the username, email, password and email.
<div class="six columns">
<input type="text" id="reg-username" name="signup_username" class="inputbox" required placeholder="<?php _e("Username", 'kleo_framework');?>">
</div>
<div class="twelve columns">
<input type="text" id="reg-email" name="signup_email" class="inputbox" required placeholder="<?php _e("Your email", 'kleo_framework');?>">
</div>
<div class="six columns">
<input type="password" id="reg-password" name="signup_password" class="inputbox" required placeholder="<?php _e("Desired password", 'kleo_framework');?>">
</div>
<div class="six columns">
<input type="password" id="confirm_password" name="signup_password_confirm" class="inputbox" required placeholder="<?php _e("Confirm password", 'kleo_framework');?>">
</div>
In this same sign up form I want to have a dropdown menu where you select your age because it didn’t come included in the theme. The age options being from 18-99.
How can I implement this?
Thanks
Regards
I would like to know how I can put up a ‘forum cover image’ on the page of each of my forums…..
I was hoping to use the ‘featured image’ function and display a landscape image on top of the page.
For example, if i am running a fitness forum community with a cardio workouts forum, and put up a cover image showing pple doing cardio….. and then for the weights forum, i’d have a weights cover image.
How could I do this?
FYI My knowledge of wordpress, bbpress, buddypress is beginner – intermediate. I know how to edit files, but not write code myself.
Finally I have the forum looking pretty good. URL is www.paloaltoenergy.org From another PC I was able to register at WordPress.org and get username/password. But when I try to login with this new username and password, I get message that username and password don’t exist. How can I fix this.
Hi there,
I want bbpress being displayed in spanish. My wordpress page is usually in english. I found a topic about the same problem already in this forum, where one of you guys said that the homepage language has to be spanish if you want that bbpress is in spanish. So I changed the language in the general settings in wordpress to spanish but the forum sentences of bbpress are still displayed in english (for instance: “This forum is empty.Oh bother! No topics were found here!Create New Topic in…”). I also put the .mo and.po files in my ftp manager like its recommended here in the forum. Nevertheless it is not working. I hope you can help me.
Thanks in advance and best regards
Currently creating my site and decided that I would like the initial forums and topics I created under the keymaster to be authored by my own name.
The ability to reset post dates would also be appreciated.
Thanks
I am using BuddyPress with BBPress, and, if I create a topic, I get a notification that someone commented in the topic, but, as a participant of a topic, I don’t get a notification if someone replies to my comment in a topic. There are a couple bugs I’m working out on my site (allianceofhealth.com), and I’m not sure if this is one of them. Is this a feature that I might have to program into BBPress or BuddyPress (whichever one’s responsible for the notifs).