Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress and jQuery UI
Is bbPress really loading bunch of jQuery UI files?
<script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.mouse.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.resizable.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.draggable.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.button.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.position.min.js?ver=1.10.3"></script> <script type="text/javascript" src="http://localdollars.ge/wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.10.3"></script>I only see them loaded on bbPress boards.
Can somebody confirm this? Or do I need to continiue searching for this dependances in my theme?
Because bbPress now does not really have anything fancy and jQuery style to load so many libraries.In fact everything is done with PHP.
If this is true, can somebody also point me to places where it uses one.
Topic: topic contents not displayed
Hi,
using the bbpress theme inside a modified 2012 theme, I get to see the topic in the topic list: http://www.ausstellungpro.de/Foren/forum/adressen-ausstellungpro/ “Infos für Erstnutzer/innen”
However, clicking on it, brings me to http://www.ausstellungpro.de/Foren/topic/infos-fuer-erstnutzerinnen/ where the headline and the contents of the topic disappear.
Which file of the theme is handling this? What should I change?
(It would be great, if the developers would be able to put more up more documentation regarding the bbpress theme, especially a flowchart, which file calls which other file and a list of the files with a short explanation what they are for.
Alternatively a stripped down bbpress theme would be great with just five basic files – less sophisticated, with less functions but easier to understand for starting upfront.)And did I say, thank you for providing this plugin open source? I hope so.
Francis
Hi –
I am running the All-in-One Event Calendar by Timely, and it seems to be causing a conflict with bbPress. The problem is, the calendar is a very integral part of the site currently, and I do not have a choice of deleting it.
Is there a way around the conflict.
I am getting the “You do not have sufficient permissions to access this page.” error that some others have been getting.
Thanks in advance.
Daniel
My bbpress search widget doesn’t work. When i search anything it shows 404 error.
Here is my site link
http://www.namechangetips.com/forums
ThanksI followed the instructions for installing the WordPress plugin of bbPress.
However, doing this invariably puts the live bbPress forum in the following directory:
/mysite.com/blog/forumsClicking the /blog breadcrumb will drop my users into the weblog. Ideally, I’d prefer to have the nesting as follows:
/mysite.com/classrooms/forumsBut if that’s not possible, having it exist as /mysite.com/forums would also work.
The most recent thread I could find on this issue was four years ago, and suggested using freestanding bbPress, which won’t work with my membership software (MemberMouse).
Thanks for any help you can offer on changing my setup.
Current site is password-secured DEV: WordPress Version 3.6.1, bbPress v.2.4
Site URL available privately if necessary.WP Version: 3.6
bbPress version: 0.2.2.1
Link: http://genvines.com/discussionI am having a weird problem with my forum, and I can’t find too many other people who are having the same issue.
What are the basic troubleshooting steps I need to go through to try to figure it out?
If I am not logged in, I see my forum home page just fine. If I am an admin, I see it just fine. You can see it here: http://genvines.com/discussion/
However, if I am logged in as anything but an admin, it looks like this, with the title only, no forum structure:
http://genvines.com/wp-content/uploads/2013/09/problem.png
I have not been able to try it in TwentyTen or TwentyEleven, that’s next on my list.
I tried saving permalinks again, I disabled most of my plugins, there are still a couple I need to try to disable and see what happens but need to make sure everything is backed up first.
I would like to reset the forums but can’t figure out how. How do you do that?
Anything else I need to try?
Thanks…..
Topic: bbpress sidebar
Hi all, i ask if is possible to have a function to show status online/offline for the users in topic replies…
For example a green/red little sphere on image avatar, or a simple text online/offline after user role…
I have found this for buddypress but it do not works for bbpress…
Have some idea to have this function in bbpress?
P.s I don’t want a plugin useronline but only a simple link or image in topic replies..
Hi all-
I am pretty new to WP and am sorting through many things, learning a lot.
I’ve built a site in WP using bbPress “inside” the OptimizePress 2 theme (if that’s the right language). I am trying to figure out how to make entering a username and email address mandatory for my forums, and how to link that email field to MailChimp.
I’ve done some searching in the forum and online and can’t find anything – basic or otherwise – to help walk me through this. Either simple instructions or sending me towards a particular tutorial would be awesome.
Thanks in advance,
MatthewI want to style the bbpress colors, but I am not seeing my changes when I add custom CSS to my Genesis child theme (Dynamik Website Builder).
It is odd because I am using Firebug to isolate which parameters need to be changed, I can alter them within the firebug window and see them change to what I’d like to happen… then when I put that code in Genesis>Dynamik Custom>CSS (my child theme’s area to add to the CSS) it does not display.
Things like this have no effect:
#bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #222222; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: #444444; }Any advice?