Search Results for 'code'
-
Search Results
-
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!
Im having a really hard time finding any information about creating unique titles. Everytime I search for it, I get lead here: http://bbpress.org/forums/topic/post-count-plus/
In addition to unique titles, I was hoping to find a plugin or code that will mimic other forums with options for topic and comment counts per user. Maybe even some handy little badges that will show under their avatar.
Any help in pointing me in the right direction is greatly appreciated.Topic: Forum Index Customization
When looking at the settings, I see that I can “customize” the forum index with shortcodes. I did that, and when its just its own page, then it works. When I try and change the settings to display that page as the forum index, it overwrites it with a weird looking search result instead of the index.
All I want it to do is to display the forums that I have, and to be the forum link that is displayed when you go into a topic.
Here is the page with the shortcode (and not yet assigned to the forum root):


Topic: Not all forums shown
Hello,
iยดm using shortcode [bbp-forum-index], but not all forums are shown.
I have ober 130 forums but after 126 no other forum is shown.
Why? Does anybody has an idea?
Kind regards



