Search Results for 'code'
-
Search Results
-
Topic: Keymaster Role not available
Hi there
I upgraded to 2.5 this morning and, after noticing that some of my users were not assigned the participant role, ran the tool to remap users to default roles.
This had the unfortunate side-effect of setting both of my administrator accounts to Participant, and removed all Dashboard related links to bbpress.
In users, when I choose “Change Forum Role to” at the top of the user list, the highest level is moderator. Keymaster is no longer there.
Am I missing something?
I tried, in PHPMyAdmin, to change the wp_capabilities table from
a:3:{s:13:"administrator";b:1;s:14:"backwpup_admin";b:1;s:15:"bbp_participant";b:1;}toa:3:{s:13:"administrator";b:1;s:14:"backwpup_admin";b:1;s:15:"bbp_keymaster";b:1;}after looking at a few posts on here. But that actually stopped access to the site until I changed it back.Can anyone help?
Thanks
I am having some trouble figuring out how to change the font type on my forum. Everything looks good except the forum index, which is using a font that looks like it’s done with a typewriter. I want to use a bolder, darker font link the rest of the site has. I’ve copied the bbpress to the themes folder and made a CSS folder and copied everything to there. I was looking through the code and I couldn’t make heads or tails out of it. Can someone go to http://www.lowvisionrants.com/forums and tell me how to change the font of that main page so it looks normal?
Hey there, I just updated to the newest version 2.5. I still can’t see the forum subscriptions (when I go to my account, there is just
Subscribed Forum Topics You are not currently subscribed to any topics.Did I do something wrong?
Topic: Advanced user registration.
Hei there.
I would like if people who wants to register at my forum, can type a lot of info in about themselves, insteed of just username and email.
Is there a plug in or code for adding extra features?Second, i have a hard time getting the start new topic “button” to show, im using the formula [bbp-topic-form forum_id=$forum_id] on my specific forum page – nothing happens!?
Hope for some help ๐
How can i change bbPress to only show the ‘username’ instead of Nickname/First Last name?
I found some information, but it only allows changing type to name/avatar. With no control over the name being “Display name, Nickname, Username”: http://codex.bbpress.org/bbp_author_link/
<?php bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 14 ) ); ?>
I am using “BP Display Name” to do this on BuddyPress pages, and have hardcoded it on other templates. But just need to sort it on the bbPress forum to make it consistent across the site.
WP version: 3.7.1
bbPress version: 2.4.1
Site: http://www.veggie.co.nz/forums/forum/introductions/Thanks very much for your help.
i want to use bbpress forum in my native language telugu
but my native language not listed in
Topic: Custom topic list
Can anyone show me how to create a custom list of a forums topic for a section on my homepage? Essentially I’m looking for the bbpress equivalent of this:
<?php query_posts('showposts=5'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <li> <a href="<?php the_permalink() ?>"> <?php the_title(); ?> - <?php the_time('M Y'); ?> </a> </li> <?php endwhile; endif; ?> <?php wp_reset_query(); ?>It would also want to filter by forum and sort by “Latest” and “Hot” (Hot being most “Voices”). Basically mimicking the “(bbPress) Recent Topics” Widget.
Topic: Attached Image
Hi,
I just want to ask if there’s a php code or bbpress codex or hooks that can help me in adding an upload media or attached image in the bbp_the_content?
I really don’t want to use plugin for this feature.Thanks. I am hoping for your kind response soon.
Topic: Disable the avatar of groups
Hi,
I need to disable the avatar of groups of Buddypress… this is possible by editing the code or installing a plugin?
I do not want to see the group avatar.
I await answers.
Regards,
@ FedercolomboHello i really need help! I have Buddypres (1.8.1) and bbpress (2.4.1), and now Participant get error message:
ERROR: Your reply cannot be created at this time.when trying post new topic in forum or replay to post.
Everything was fine in this morning until how i think in groups someone make “Group forum” after that none can post anything accept Administrator.PLEASE HELP!