Heyt here how do I fix this issue? When I click back to discussions, it takes me to my home page and not my forum page?
http://prntscr.com/4h8qwl
Heyt here how do I fix this issue? When I click back to discussions, it takes me to my home page and not my forum page?
http://prntscr.com/4h8qwl
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.
Hi
I am currently using this code to show the last topic on the main index.
<a href="<?php bbp_forum_last_topic_permalink(); ?>" title="<?php bbp_forum_last_topic_title(); ?>"><em><?php bbp_forum_last_topic_title(); ?></em></a>
I was wondering if there is a way to make the title of bbp_forum_last_topic_title a max amount of characters, so the title is smaller.
Thanks
Hi guys,
I need your tip on how to make registration form a bit more appealing. I think that currently “Register” link is not that visible to the visitors who came for the first time. Lots of visitors are not joining my forum, I think the reason is register link.
Do you have any ideas on how I can make my registration form attractive for people to register?
Are there any examples of other sites?
Should I create a widget area above the forum as well?
Thanks a lot.
Hi there,
I set some of my widgets to “hide” if,
– page is forum (static page)
– page is forum (post type)
This works on my forum’s main page and topic pages as well.
However, it doesn’t work on post pages. Widgets that were hidden, are being displayed on the sidebar (purple and green ones)
How can I resolve this?
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?
I’ve searched these forums for days and I can’t seem to find an answer that resolves my issue. I’m using a child theme for Ward (recommended as a bbPress ready WP theme) and everything’s set up great, except the user profiles. All profiles return 404 errors when trying to view, but when I for some reason I can edit the profiles clicking on the WP Toolbar in the very top right corner.
Example: http://aysa.org.za/project2013/index.php/forums/profile/megs/edit
The theme has been set up in a subdirectory of the domain, but this or that I’m using the child theme shouldn’t be a problem, should it?
Megan
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%/
Hi
All quotes on our site are shown under text we enter (or signatures if user have one assigned)
How to make quotes appear on top?
Thanks
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!!