Search Results for 'bbpress'
-
Search Results
-
Problem 1:
Using builtin importer, whole system is being imported by phpbb3. Anonymous users who does not have any accounts are allowed for posting but they are showing up as anonymous, in the system.
I have collected theusernames_of_the_visitorsfromposts_from_current_usersand created those users, using a query:INSERT INTO wp_current_visitors (using_the_login) SELECT DISTINCT usernames_of_the_visitors FROM posts_from_current_usersStep 2:
I am creating multiple tables (in this case:3), some of the code is:SELECT ID FROM wp_current_visitors INSERT INTO current_live_posts(author_current_posts) WHERE current_live_posts(post_time_and_date) = posts_from_current_users(posted_time) AND posts_from_current_users(usernames_of_the_visitors) = wp_current_visitors(using_the_login)You can see this is not the correct way contain syntax errors. First I have to correct it. Second, I have to find a way to tell the mySQL that ID is connected with ‘using_the_login’ (see the first line). Am I right?
Please help in this regard?
Queries after up-gradation:
SELECT ID FROM wp_current_visitors SELECT post_time FROM posts_from_current_users = post_time_and_date SELECT post_username FROM posts_from_current_users = using_the_loginThe are working in the correct way. But, I don’t know where to insert the WHERE information correctly.Only possible solution in my mind is to create sub-queries.
Problem 2:
I am installing bbpress on my own(for the first time on a client website, as an evaluation task). I am creating a simple forum, with necessary plugins for login and flow control. But, an important requirement, I am unable to configure is that client wants to create a new page for each directory page. And whenever a new page is added, he wants to add a forum page, automatically. Like, if the directory page is Directory page of militarybases – Cheyenne mountain Air Force base Colorado Springs Colorado. When, he made the page using wordpress, it’s forum page like website/forum/cheyenne-mountain-air-force-base-colorado-springs-co automatically created.Is this possible? If yes, how will achieve this? Please don’t tell codes other than javascript and php. Please only provide the full solution, in case of others.
Hello I noticed that bbPress isn’t PHP 7.0 compatible :/
FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/parser.php
—————————————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 4 LINES
—————————————————————————————————————————————–
83 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
1149 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1150 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1386 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
—————————————————————————————————————————————–FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/converter.php
———————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————–
310 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
———————————————————————————————————–Hi , we want to increase our forum community and traffic, which ways do you usero get more members and join into your bbpress forums?
Our bbpress forum topics; http://gameslopedy.com/forums topics are not indexing by google we have all the topics in our sitemap but why its not indexing?
Hi,
I installed bbPress for my site which uses hueman theme.
But when I create the forums page including bbPress shortcode, the layout of the forums page is quite messy. But for another theme thentyfifteen, bbPress works fine.What can I do to solve this problem with hueman theme?
This is the forums page: https://trainsova.pitt.edu/forums
Topic: SWITCH BY PAGE TYPE….
where am I wrong?
How do I select the type of page?forum
sub-forum list
Mice list of sub-forum
and topic-post<!– IF HAVE A PASSWORD–>
<?php if ( post_password_required() ) : ?>
<?php bbp_get_template_part( ‘form’, ‘protected’ );?><!– IF NOT HAVE APASSOWORD –>
<?php else: ?><!– => LOOP CATEGORY –>
<?php if ( bbp_is_forum_category() && !bbp_has_topics() ) : ?>
<p>ITS A MACRO-FORUM (category)</p>
<?php include “common/forums_category.php” ?><!– => LOOP FORUMS –>
<?php elseif ( bbp_is_forum_category() && bbp_has_topics() ) : ?>
<p>ITS A SUB-FORUM</p>
<?php include “common/forums_topiclist.php” ?><!– => LOOP TOPIC OF FORUM –>
<?php elseif (!bbp_is_forum_category() && bbp_has_topics() ) : ?>
<p>ITS A TOPIC LIST</p>
<?php include “common/forums_topic.php” ?><?php endif; ?>
<?php endif; ?>
sorry for my unfamiliarity with php and bbPress …
thank youThis page is a great initiative to make explained each part.. but for me still has a problem…
I can’t identify those parts in the layout… could someone do a visual scratch for elements over some “twenty” template?
I really, really appreciate 😉
Hi guys and gals,
I’ve searched up and down for this and haven’t been able to find anything.
Is it possible to set up bbPress to show the latest post/reply when you click on a thread?
Currently, if I have say 3 pages, clicking on a discussion will take me to the first page and the first post. I’d like it to take me to the latest reply in the thread when I click on the thread topic.
Possible? Thanks for any help on this!
Hi guys and gals,
I’ve searched up and down for this and haven’t been able to find anything.
Is it possible to set up bbPress to show the latest post/reply when you click on a thread?
Currently, if I have say 3 pages, clicking on a discussion will take me to the first page and the first post. I’d like it to take me to the latest reply in the thread when I click on the thread topic.
Possible? Thanks for any help on this!
Topic: Problems with permissions?
Hi all i’m new to bbpress. I read lot of docs but i was unable to solve this issue
I’m setting up a forum for my website, i installed bbpress, created a forum, created a page with bbpres shortcode and now i’m able to see forum root clicking on the link in menu.
I can create discussions from backend but when i try to create a new topic from frontend, logged in as admin, i got “you don’t have permission to post”.
How could it be?
Hi, I’m pretty new to everything and I’ve been pretty much enjoying the first couple of days.
One thing that I’m trying to accomplish with bbpress is in the threaded replies section and its’ layout.this is how a new topic currently looks – it keeps the author avatar separate from the content(this is mainly in order to maintain a decent readability-level on mobile devices)

The reply section also behaves the same until I enable threaded replies but
when threaded replies is enabled, it loses that layout(probably because of how my bbpress css is currently setup)

I would like some help to achieve the same ‘author-content-separated’ layout in the threaded replies.
I hope I have given enough detail for everyone to understand my situation 🙂
I’m currently using all the latest versions of everything.
My theme is twenty-fourteen and I am working with a child theme