Search Results for '\"wordpress\"'
-
Search Results
-
Hello everyone,
I would like to know if and how I can assign a default role in bbpress for users who registered. I have my forums set up that people who are not registered at all cant see or access some forums, while registered users can see and access those forums. Right now I have to manually assign every new registered user to that specific group. Is there a option I can link the wordpress role of participant to a group in bbpress?
Hello,
I operate a WordPress Network on WordPress version 3.5
I have installed bbPress 2.5.4
When an user that is “admin” for the specific site goes to the dashboard, the forums, topics, and replies buttons in the leftcolum appear.
The forums, topics, and replies buttons in the leftcolum dashboard disappear if you double click on the top left dashboard icon unless I make the user a “Super Admin” for the entire WordPress network.
What do you suggest to fix this?
Thanks,
Hi
im trying to import my XenForo to my BBPress and im having trouble as this is coming up:
WordPress database error: [Table 'db502829828.user' doesn't exist] SELECT convert(user.user_id USING "utf8") AS user_id,convert(user.username USING "utf8") AS username,convert(user.email USING "utf8") AS email,convert(user_profile.homepage USING "utf8") AS homepage,convert(user.register_date USING "utf8") AS register_date,convert(user.custom_title USING "utf8") AS custom_title,convert(user_profile.status USING "utf8") AS status,convert(user_profile.signature USING "utf8") AS signature,convert(user_profile.location USING "utf8") AS location,convert(user_profile.occupation USING "utf8") AS occupation,convert(user_profile.about USING "utf8") AS about FROM user AS user LEFT JOIN user_profile AS user_profile USING (user_id) LIMIT 0, 100 No users to convert Starting ConversionMy forum link: community.gamingordinance.com
Topic: Mass spam attack
Hi there
We are experiencing a ‘mass spam attack’ that is overloading the database on our web host server. Our web hosts SGIS have looked into this and have deleted 75,000 spam attacks this week that have taken place from May to August 2014 (there were only a few hundred in the 14 months preceding this).
Investigation has seems to show that the spam attack is linked to the bbpress forum plugin in our website. We have the latest version of Akismet installed and the latest version of bbpress. We don’t allow guests to start topics or posts or to reply to posts. All users have to be registered to reply to posts and only a few users are allowed to start new topics and posts. We are also using the latest version of WordPress which is 3.9.2. Does anyone have any thoughts or ideas about why this may be happening? Look forward to any reply.
Our website address is: http://www.tenantcentral.org.uk
Cheers – Dane
I have a weird bug going on with my Static Homepage.
We are using the plugin called Store Locator (http://wordpress.org/plugins/store-locator-le/) to show office locations. It’s a fairly simple plugin called by a shortcode in a page to display a map and list of offices.
When I installed bbPress in addition to this Store Locator plugin, my static homepage was no longer working and my homepage reverted to a generic list of recent posts. (The static page was set in all settings correctly).
This happens on every theme, including twentyfourteen, only when both plugins are activated at the same time.
Is there any hook or reason that these two plugins would affect the static homepage?
Thank you!
Wordpress Version: 3.9.2
bbPress Version: 2.5.4
Website: http://209.240.4.6/Topic: Forum theme not working…
Thanks Stephen Edgar for the help, in request by him, I am posting this here and starting this new topic:
So basically on the forum, when someone clicks edit my profile at the top of the page, it goes to the backend. Even though, it would be preferable to go to the front end. Currently, the only way a user can go to the front end is by clicking their name next to a post or in a topic/replies sequence.
I am using the mesocolumn theme and am new to wordpress. site: http://www.astronomertalk.com
I also moved template-full-width.php, to my child theme, and called it bbpress.php. After doing this, nothing has changed except now the forum specific sidebar, that came with the theme, does not show up.
Source code from bbpress.php:
<?php /* Template Name: Full Width */ ?> <?php get_header(); ?> <?php do_action( 'bp_before_content' ); ?> <!-- CONTENT START --> <div class="content full-width"> <div class="content-inner"> <?php do_action( 'bp_before_blog_home' ); ?> <!-- POST ENTRY --> <div id="post-entry"> <section class="post-entry-inner"> <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> <article <?php post_class('post-single page-single'); ?> id="post-<?php the_ID(); ?>"> <h1 class="post-title entry-title"><?php the_title(); ?></h1> <div class="post-content"> <div class="entry-content"><?php the_content( __('...Continue reading', TEMPLATE_DOMAIN) ); ?></div> <?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?> </div><!-- POST CONTENT END --> </article> <?php endwhile; ?> <?php comments_template(); ?> <?php else : ?> <?php get_template_part( 'lib/templates/result' ); ?> <?php endif; ?> </section> </div> <!-- POST ENTRY END --> <?php do_action( 'bp_after_blog_home' ); ?> </div><!-- CONTENT INNER END --> </div><!-- CONTENT END --> <?php do_action( 'bp_after_content' ); ?> <?php get_footer(); ?>Thank You,
JBTopic: Question & Course of Action?
This is the HiddenCity website that I want to rebuild completely in WordPress/bbPress.
http://ecopsi.org/This is plain a vanilla copy of Twenty Ten theme modified with the bbPress forum plugin.
http://ecopsi.org/journal/I started out with html/css/javascript to skin the domain it’s loaded on. With WordPress added on a few years later and the bbPress added last year. To say the least I am not happy with the result. My work is conceptually flawed and poorly executed. The only good thing is that I learned a lot about WordPress and bbPress.
With the 2015 presentation of a rebuilt HiddenCity website I intend to adopt the style of Montezuma theme while keeping the data and livery (colors and logo). The following link is an example of how I want the prototype bbPress forums on my personal site to look except with the Montezuma theme. After I’ve got it worked out on my personal site I’ll use what I’ve learned to upgrade the HiddenCity site.
http://cultivators-forum.com/forum/growers-forums/This is the only part that I’m not sure is possible. I want to make the following modifications.
- forum topic to be the posts
- categories to be forums
- comments are replace by replies to the post
In this case the the beginning of the last three or four replies showing with the topic again which appears as a post. The unregistered User can only see a static page and a forum for newcomers. I shouldn’t have to do anything to the Montezuma theme aside from the mods needed to make WordPress/bbPress execute the list above and tweak its colors to match the corporate livery of The HiddenCity Foundation.
Thank you.
PS — I don’t mind compensating someone for their time and attention in order to get this done.
Topic: bbP Signature – Development
Hi folks,
As you all know, the plugin bbP Signature received it’s last update almost two years ago. I’m not actively updating the plugin, though I recently stumbled upon a WordPress mailing list thread regarding abandoned plugins, and I thought of writing this post.If any of you guys are looking forward to contribute to the plugin, I can provide you with commit access, so that the plugin is live.
The source is also available on GitHub, so you can even make pull requests.
https://github.com/arjunskumar47/bbp-signatureHi, How do I make my forum fill the entire page? Right now it only covers around 50%. I have used widget logic to hide all the widgets and I have also done some research on this and tried editing the bbpress.css file but nothing works. Any help is much appreciated.
Heres a link to the page with the problem
WordPress 3.9.2
bbPress 2.5.4Hi
I am using the latest wordpress and bbpress
i have my own login form, (for people to upload images to their portfolios) how do i synchronise bbpress with that form rather than having to have 2 login forms which seems silly
Thank you in advance
MelanieI am attempting to use the shortcode [bbp-forum-form] to allow users (keymasters) to be able to add new forums as needed. I set up a new page and added this shortcode. The page looks great and the shortcode pulls up the form to add a new forum (as desired). However, when I test it by filling out this form and clicking submit, nothing seems to happen. The page does seem to refresh but a new forum is not added.
Am I missing something? I am new to bbpress so perhaps I just missed a setting somewhere? I am running the latest version of WordPress (3.9.2) and bbPress 2.5.4. My site URL is http://wwcustomercare.azurewebsites.net.
Thank you in advance for your help!
Lora