Published on July 4th, 2016 by theredheadhenry
I’ve seen a few people post about this issue I can’t seem to find a resolution however. I’m using 2.5.9 and when you click on a users profile it shows the date they joined as January 1, 1970. However, when I look at my profile it shows the correct date. What could I be missing?
This is a snippet of code I have in the user-profile.php page.
<?php
echo '<b>Joined:</b> '.date("F, Y", strtotime(get_userdata(bbp_get_reply_author_id())->user_registered));?>
Does that look correct?
Published on July 3rd, 2016 by sergekata
I am trying to add forum on my site, however I cannot see my homepage now.
It says:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /home/sergekata88/public_html/wp-content/plugins/revslider/includes/slide.class.php on line 53
Published on July 3rd, 2016 by darkoned12000
Hello Everyone
I just recently installed bbpress 2.6 alpha build because I heard there was some more improvements to the database importer. I was trying a test run of converting my IPB v3.47 forums to bbpress 2.6a and I put in all of the info into the script and it looks like it was working and I went away for a few hours and came back and it was still running. I thought this was odd because the forums/users are not abnormally large.
I opened up the forums link inside the WP admin and noticed that it had created several duplicates of each forum area and replicated posts more than once. It’s almost like it didn’t know it finished and restarted the process all over.
Is there any logs or debugging that I can turn on that would provide help into troubleshooting this issue as to why the importer never stops processing? If there is mods installed on IPB could this mess with the importer at all?
I did find an error_log file and here is some of the issues I saw in it:
[03-Jul-2016 17:18:48 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/darkone/public_html/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 319
[03-Jul-2016 17:18:48 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/darkone/public_html/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 320
[02-Jul-2016 17:10:39 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wp_bbp_converter_translator (
meta_id mediumint(8) unsigned not null auto_increment,
value_type varchar(25) null,
value_id bigint(20) unsigned not null default ‘0’,
meta_key varchar(255) null,
meta_value varchar(255) null,
PRIMARY KEY (meta_id),
KEY value_id (value_id),
KEY meta_join (meta_key, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by do_action(‘wp_ajax_bbconverter_process’), call_user_func_array, BBP_Converter->process_callback, BBP_Converter->sync_table, dbDelta
Any help is appreciated, thanks.
Published on July 2nd, 2016 by SignalWarrant
Forum Root Slug – forums
Single Forum Slug – PCSCalc
Dynamic forum page – http://www.pcscalculator.com/Forum/
My custom page – http://www.pcscalculator.com/forum/
If you look at my custom page, can someone tell me how to unscrew the breadcrumbs? The bbpress breadcrumbs link back to the default dynamic page.
Anyone have any ideas?
Published on July 2nd, 2016 by SK
How can I change the size and shape of the avatar without writing whole template files?
It seems like height-width etc are hardcoded.
<img alt="" src="http://domain.com/photo.jpg" class="avatar avatar-14 photo" height="14" width="14">
Published on July 2nd, 2016 by khunmax
Problem:
I want a New Topics page and a Top Ten Topics page for my forum.
What I have done already:
I used Robins shortcode to create the New Topics page set as follows:
[bbp-display-topic-index show=’25’ template=’short’]
It displays nicely with no search bar, breadcrumbs, viewing x topics, or pagination.
I have reviewed Robkks code provided here:
table with most popular topics
The code is as follows:
function rk_top_five_view() {
bbp_register_view( 'top-five', __( '5 Most Popular Topics' ), array(
'meta_key' => '_bbp_reply_count',
'posts_per_page' => '5' ,
' max_num_pages' => '1',
'orderby' => 'meta_value_num' ),
false );
}
add_action( 'bbp_register_views', 'rk_top_five_view' );
Unfortunately the resulting page output includes breadcrumbs, viewing x topics, and pagination. The pagination also links to spurious pages.
What I need help with:
What code do I need to add to Robkks snippet so that the output page is styled the same as the output from Robins shortcode with no breadcrumbs, viewing x topics, or pagination?
Thanks in advance for your assistance.
Kind Regards
Max
Published on July 1st, 2016 by Patricia Taylor
I’m running WP Version 4.5.3 & BP Version 2.5.9. My site is: http://14dayreset.biz/.
I’m also using S2Member(Pro).
I’m having an issue that my register page is not storing/creating new users. This just started happening, so I’m not sure if it’s a BP bug, a WP bug or S2 bug.
Cross posting on S2Member.
Published on July 1st, 2016 by newbiezo
Hey community!
I just joined BBPress a day ago, and completely alien to it. I basically want to understand how can you increase font size for the forums as its pretty small. Also if you are telling me to do with CSS. Please tell me where can I find CSS and how can I do it? Where to paste codes, I am in urgent help, please support!
Heres my community https://www.evilgamers.gq
Published on June 30th, 2016 by khunmax
I have found a rather nasty bug:
Details:
If you right click on the (reply #number) in the top right of a topic reply, you can then click to copy link address.
If you then paste this address into a new reply form and submit, the result is a screwed up blockquote of the Topic name and some random graphics.
It appears to be conflict between bbpress and the WordPress 4.4 content embed feature.
On my local host installation it also causes screen flicker in a loop.
I discovered this when trying to look for a quote replies solution.
Any chance we can do something to block/stop/patch it.
Kind Regards
Max
Published on June 30th, 2016 by rda5009
Hello,
I am on WP version 4.5.2 and am trying to create a way to link directly to the user’s group’s forums. I am using Buddypress for the groups. Ideally, I would like the navigation menu to update with their group forum. For instance, if the user is a group member of Car Club, on the navigation menu you would see Forums>Car Club Forum, where Car Club Forum is the forum associated with the Car Club group.
Is there any way to dynamically pull the user’s group’s and then display all of the forums associated with those groups in the menu as a dropdown? I’m at a loss as to where I can even start to wrap my head around this!
Thanks!