Search Results for 'bbpress'
-
Search Results
-
Hi everyone,
i have WP multisite v3.92, and bbpress 2.5.4. I am trying to put Marketpress Lite on there too, and they run fine on their own but i get this error message when i try to activate them both together:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/name/public_html/wp-content/plugins/bbpress/includes/admin/metaboxes.php on line 168
I changed the theme to Twenty Twelve, then i got this message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 80 bytes) in /home/sisadmi/public_html/wp-content/plugins/buddypress/bp-core/bp-core-buddybar.php on line 276
Here is a link to the site: http://www.sistahs.club/
i’d be grateful for any suggestions, thanks
The forum index page that has “[bbp-forum-index]” is using the test.php template, and it displays properly but when you click on a forum, and it takes you to domain.com/forum/your-forum-name the template isn’t working like it should. I took on this project from a developer who is no longer with us, and I assume he didn’t know how to fix it so he left it the way it was before he left. I downloaded the latest version, and I see the files class.wp.scripts, general-template, page, test outside of the bbpress folder, but I tried to place them in specific areas and still didn’t have any luck. Can anyone give me direction? Thank you.
Topic: Broken Breadcrumbs
WordPress 3.9.2 running Montezuma theme.
bbPress 2.5.4
There is no “Forums” landing page and the breadcrumbs don’t work for either forums or topics. You can see the individual forums from inside the admin and clicking view and then post a topic but you can’t see the forum from the public face of the blog. Follow the link and you’ll see what I mean.
http://ecopsi.org/forums/topic/the-codex-of-aman/Very frustrating. Is there something that I forget to do?
Topic: Cannot set user roles
Hello – I have successfully installed the plugin and created my forums, however i am having trouble getting the user roles set. When I try to save a user role such as moderator instead of participant, it will not save and just reverts back to participant.
Can you please help. bbpress Version 2.5.4, wd press WordPress 3.9.2 : Safarica theme version 1.5.0,
Thanks for your help!
Topic: Get User Role from ID
I’m trying to add a column to bbPress 2.x that lists the last person to reply to a topic and adds a specific class to the
if that person is a moderator or keymaster. Unfortunately, I can’t find any documentation on the template tags in 2.x. So far, I’ve been able to get the user ID for the last reply, but I can’t seem to find the function that would get the role information for that user based on their ID.
Here’s the code that gets the ID:$reply_author_id = bbp_get_reply_author_id( array( 'post_id' => bbp_get_topic_last_active_id() ) );Now how can I get their bbPress role?
ok guys nice to meet you all and forgive me about my poor English.
my site is http://www.lotyr.cc/ and It’s a Chinese one, bbPress entrance is http://www.lotyr.cc/bbs/.
I’m using WordPress 3.9.2, Customized Thematic 1.0.4 theme and bbPRESS 2.5.4.
Here comes my problem:
I want my bbs users to upload and insert images before submitting a topic, so I used a plugin named [bbPress Enable TinyMCE Visual Tab], I enabled the media upload button through it and it works.
The default role of my site is contributor so [upload_files]capability is on, I double-checked it through another plugin.
And that contributor have the access to “media” in dashboard, upload works.
but when the contributor uploads through the button in the forum, it said “An error occurred in the upload. Please try again later.” I checked the upload folder and there’s no new files.
is there any solution to it?
I’m having trouble outputting specific topic counts for individual forums into Google’s Geochart. I want to have the total topic count listed on the map for each region (each forum). I use the following code to try and print the value, but I know I’m missing something (limited PHP/Javascript experience). Please take a look below, what do I need to add in order to get the value to output?
<?php function my_geochart_script() { echo '<script type="text/javascript"> google.load("visualization", "1", {"packages": ["geochart"]}); google.setOnLoadCallback(drawRegionsMap); function drawRegionsMap() { var data = google.visualization.arrayToDataTable([ ["Country", "Popularity"], ["Canada", <?php bbp_forum_topic_count( '23196' ); ?>], ["Japan", <?php bbp_forum_topic_count( '23190' ); ?>], ]); var options = {backgroundColor:{fill:"transparent"}}; var chart = new google.visualization.GeoChart(document.getElementById("chart_div")); chart.draw(data, options); }; </script>'; } add_action( 'wp_head', 'my_geochart_script' );Any help would be much much appreciated! Thank you.
We have a couple of topics that have punctuation in them.
One of them: “Hello, I,m…”
If people are subscripted to this forum or post this is what they get in the subject line for the notification:
Hello, I'm…
Wordpress or bbPress is converting those characters to the html equivanant.
So, “‘” converts to ' and “…” converts to m…
This makes it really hard to read. Any way to fix this issue?
Topic: 404 error on user profiles
Topic: Can not see forums
Hi!
I’ve just installed bbpress following the guide available on documentation. Once everything set up I can register, login and see the forum root and threats (created from dashboard) but I can not see the forums hanging from the root.
Any idea? Thanks in advance.
Oriol
ps: http://www.mgb-snowculture.com/blog/foro/foro-reparacion-esquis-y-snowboard/
ps2: in permanent links this is my structure ../%category%/%postname%/
Hello! I’m using WP 3.91 and BBPRESS 2.54. My forum is at caravanguitars.com/forum
I’d love to add a colum to my topics list just like here… with the image being the main addition.
http://www.highexistence.com/discussions/latest/
Any ideas how to accomplish this? I’ve been searching high and low with no promising leads. Thanks for any help!!