Search Results for 'code'
-
Search Results
-
Hello!
I don’t know whether my site has had this from the beginning or not, since I haven’t used
<!-- nextpage->
before, but…Paging works on normal pages (post_type=page), but on forums paging causes the “too many redirects” error (even with a post with just text, no links, no images).
My site has a DV certificate from the web host provider (they took care of everything), Settings → General has the same
https
address for WP and the site.WP 5.4 and bbPress 2.6.4
Topic: index page is gone
Hello,
after about 3 years of using bbPress without any issues, we have an issue with the index page – the standard one that is specified in settings -> forum is not working. There is just the header and the footer displayed from the theme, no content at all.
When I create a new page using the shortcode [bbp-forum-index], it is working fine. And all the threads and posts as well, they work fine on the original URLs. So it is really just the index page.
I haven’t done any changes in the forum in the last year or even more.
It is password protected, happy to share the password via a direct message.
Thanks,
Jan
Hi, if someone could assist I would appreciate it.
I have a new bbPress install here: https://classthink.com/forums/forum/microsoft/
I’ve created a new page with the [bbp-forum-index] shortcode here: https://classthink.com/forums/
But when I visit https://classthink.com/forums/ all I get is the Forums Archive.
It’s my — possibly incorrect — understanding that if you create a page with the same address as the forum slug, it should redirect to the page (in this case the forum index) rather than the archive.
Can someone please point me in the right direction?
Thanks,
Hello all,
I have been running BBpress for more than three of years, but started getting feedback that ‘Participants’ could no longer post or reply a month ago.
The user error message gives me no clue as to what’s behind the issue ‘ERROR your reply/post cannot be created’, and there’s nothing in the settings that gives a clue either.I paid up to get ‘Pro tools’ to contribute something financially to the developer pot, but found no new clues in the tools either.
So this morning I thought I would chance a deactivation of the plugin and reinstall.
The moment I pressed deactivate, I got the message in the title of the post. My entire site is out of action – nothing public except the error message in the title. I can’t access the wp-admin only the FTP, but what to do? My site is out completely.
I believe I am up to date on all WP software (as flagged by the WP admin zone)… and anyway, I cannot offer any other info now.The source code behind the message says:
Line 1: <div class="error"> <p>This Plugin needs BBpress to work, pls. install it first and activate.</p></div>
Please help. It’s my busy time of the year.
http://www.abeillessauvages.comTopic: Learning curve?
Hello, sorry first of all I am not a full on developer so forgive any basic questions, I have only just considered using bbpress for a forum I want to setup, I am familiar with WordPress and working with various plugins, can modify basic code etc when I need to, however it’s not my main job. I’ve installed bbpress and am looking at getting a theme to work well with it. Am willing to pay for a pro theme that is simple for users, nothing that special is required.
I just want to ask how hard is it as a fairly competent end user with some technical know how to set up a basic bbpress site, add a fairly functional user friendly theme, and get a forum up and running? It’s not wordpress.org, it might have max 100 users, closed/private forum.
I had assumed like most plugins bbpress would work fairly well “out of the box” and adding a template and maybe a few additional plugins to improve functionality would not be a big deal.
However I’ve just been quoted $2500 by a developer to do the above, to say my jaw hit the floor would be an understatement! Is bbpress THAT hard to implement that I need to pay mega bucks to get something simple up and running with it?? 🙁
PS the only reason I considered paying someone was to get it done in a few days rather than a few weeks as I have my main work to be getting on with as well… Otherwise I’d sit down and work through it step by step usually!
Hey everyone,
I am currently setting up a new bbPress Forum and I made a custom template page which works fine but I can’t figure out why the forum injects in the wrong place (or if it works like this at all).
I have the tagdiv Newspaper Theme installed and I usually layout my pages with the tagdiv composer.
For the custom page template I took the code from the page.php from the tagdiv Composer directory adjusted it for my needs and then saved it to plugin-bbpress.php inside the Template root directory.I also created a page with tagdiv Composer with a layout with three columns, bbPress is supposed to be in the middle one. When I do a static page and add the bbCode shortcode [bbp-forum-index] it works fine and as expected. I have three colums with different content to the left and right and the bbPress forum in the middle.
What I tried now is to use the same shortcodes from the tagdiv composer to create a custom template for the whole bbPress forum (in. So my code in the plugin-bbpress.php file looks like this:
if (have_posts()) { ?>
<?php while ( have_posts() ) : the_post(); ?><div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="<?php if (!td_util::tdc_is_installed()) { echo 'td-container '; } ?>tdc-content-wrap">
<?php echo do_shortcode('[tdc_zone type="tdc_content"][vc_row full_width="stretch_row_1400 td-stretch-content"][vc_column][vc_row_inner][vc_column_inner width="1/3"][td_block_list_menu menu_id="14949"][/vc_column_inner][vc_column_inner width="2/3"][vc_column_text]'.the_content().'
[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]'); ?>
</div></div> <!-- /.td-main-content-wrap -->
<?php endwhile; ?>
<?php
}
On the frontend the shortcodes are renderd fine by the tagdiv Composer but bbPress injects over or before the columns and not in the middle one as I want it to (and where the the_content() function should place it).
Any ideas how I can get this to work or any other ideas how to achieve this?
Thanks!
Newspaper Version 10.1
bbPress Version 2.6.4Here’s the link to the static page: https://prime-surfing.de/profile-copy/
And here’s one with the custom page template: https://prime-surfing.de/prime-surfing-forum/forum/prime-surfing/P.S.: Please don’t mind the mess with the other pages, still under consutruction.