Search Results for 'bbpress'
-
AuthorSearch Results
-
July 26, 2009 at 1:48 pm #77046
In reply to: bbPress Suddenly Breaks?
Perry
MemberThank you _ck_ I manually added a forum to the database and now it works fine.
July 26, 2009 at 1:04 pm #76924In reply to: Problems with Pretty Permalinks with version 1.0.1
incirus
Memberwell, I used excel. here is the dummy script for excel
trim(cell)
replace blank, and all other unwanted characters with the underscore
create your sql and you are good to go
I couldnt find the perfect converter but I am so happy that I convert to bbPress.
simplicity is the poetry
July 26, 2009 at 11:24 am #77108In reply to: Topic paging issue
_ck_
ParticipantI’ve now made a plugin to do a few kinds of fast recounting much faster than bbPress does it and with only a few queries vs the hundreds or thousands bbPress can do.
I highly recommend you backup your database first since I’ve only barely tested it (in theory if it went wrong you could do the recount the long way via the regular functions)
http://bbshowcase.org/plugins/fast-recount.zip
The new recount selections will appear under the regular recount menu.
DO NOT use this plugin under bbPress 1.0, it’s assumes bbPress 0.9 table structures.
July 26, 2009 at 10:51 am #29302Topic: cant delete permanently post?
in forum Troubleshootingonel0ve
Membercant delete permanently post?
and how to take database on 1.0.1 bbpress
July 26, 2009 at 7:20 am #77091In reply to: Mask bbPress Installation Directory
chrishajer
ParticipantLet’s say I have a WordPress site. I don’t want it to be http://www.example.com/wordpress/ – maybe I want it at http://www.example.com or maybe http://www.example.com/blog/. Making WordPress the root of your site is easy, and I think you’ve already done that.
To mask bbpress, just rename the folder to something other than the default when it’s unzipped of bbpress. Call it ‘forums’ or ‘discussions’. If you rename the bbpress folder before you start, you don’t need to change anything later. If you’ve already installed it, then there are a couple config hoops to jump through to move it.
You could also do a subdomain installation, like forums.example.com and not even show that it’s in a subdirectory at all. Then just map that subdomain to the directory where you’ve installed bbPress on the server. No need for directories at all in the URI/URL.
Masking is pretty silly, since one look at the source (if you even need to go that far, for WordPress and bbPress) will give away the secret (wp- and bb- anyone?) If you’re just trying to remain application-neutral, then I agree that this is worth doing (i.e. let’s say you want to use punBB or something later. If you used /forums for your bbPress installation, you can retain /forums and just install punBB in there.)
July 26, 2009 at 7:04 am #77103In reply to: Topic paging issue
_ck_
ParticipantThe way bbPress does recounts is horribly bad to this very day, even in 1.0
https://trac.bbpress.org/ticket/1146
It does a separate query for every topic instead of doing it all internally via mysql.
Be sure to only do one kind of recount per attempt, don’t check them all on an active forum or you’ll make your mysql cry and your php timeout.
I might have to try to write the special mysql query for you.
July 26, 2009 at 6:58 am #77036In reply to: Plugins being automatically deactivated?
_ck_
ParticipantJohn pointed out something interesting.
even though bbPress 0.9 doesn’t use bb_meta, there still could be corrupt bb_options, which would be topic 0 in the bb_topic_meta table in your database.
You are getting the poll error from your template because the plugin doesn’t exist anymore and the function is missing.
If you have phpmyadmin you can inspect under bb_topic_meta, meta_key active_plugins
In theory you could delete that and then you’d have to reactivate all your plugins.
(I would backup the db first)
July 26, 2009 at 6:54 am #77034In reply to: Plugins being automatically deactivated?
QuickD
MemberI am using Bbpress 0.9.0.4
July 26, 2009 at 6:53 am #77090In reply to: Mask bbPress Installation Directory
Sam Bauers
ParticipantJuly 26, 2009 at 6:52 am #77033In reply to: Plugins being automatically deactivated?
QuickD
MemberI get this message when I have deleted polls entirely from plugin directory.
Fatal error: Call to undefined function bb_polls_pre_poll() in /home/content/a/l/e/alexander9999/html/forums/bb-templates/blank2rbbpress/topic.php on line 2
July 26, 2009 at 6:38 am #77031In reply to: Plugins being automatically deactivated?
chrishajer
ParticipantQuickD – what version of bbPress are you using, and are you integrated with WordPress?
July 26, 2009 at 6:32 am #77030In reply to: Plugins being automatically deactivated?
QuickD
Memberit is the polls for bbpress that is deactivating. I have a lot of plugins, avatars, bavatars, polls, askimet, reputation plugins and several others
July 26, 2009 at 6:29 am #77029In reply to: Plugins being automatically deactivated?
johnhiler
MemberSometimes if there is a problem with bbPress data in general, certain plugins will deactivate on their own:
https://bbpress.org/forums/topic/bb_meta-corrupted
Which plugin(s) deactivated? And what other plugins are you using?
July 26, 2009 at 5:54 am #77045In reply to: bbPress Suddenly Breaks?
_ck_
ParticipantbbPress doesn’t run without any forums.
You have to have at least one configured or it thinks you aren’t properly installed.
July 26, 2009 at 5:52 am #68326niceblogger
MemberI used smi1ey method worked nice,thanks for explanation buddy
July 26, 2009 at 5:50 am #77028In reply to: Plugins being automatically deactivated?
_ck_
ParticipantThere isn’t a single bbPress plugin I am aware of that deactivates itself.
Any particular reason you didn’t mention which plugins were behaving like that?
There is an undocumented safe-mode option which deactivates all plugins but I can’t imagine why you’d have that activated in bb-config.php
July 26, 2009 at 4:26 am #77027In reply to: Plugins being automatically deactivated?
chrishajer
ParticipantWhat plugin are you talking about and is it a WordPress or bbPress plugin? Are you integrated with WordPress or WPMU? Maybe you are using an incompatible or unnecessary plugin.
chrishajer
ParticipantLink to the plugin please, and what version of bbPress are you using?
You might have gotten a quicker answer by just trying it in your installation. You’ll have to share more information here for us to be of any help.
chrishajer
ParticipantYou can safely delete all the bb_ tables, unless you happened to use bb_ as a prefix for something OTHER than bbPress. Normally, bb_ is just the prefix for bbPress tables.
Are you trying to remove EVERYTHING from a bbPress installation, or are there some users or posts that you want to retain?
July 26, 2009 at 4:00 am #76836In reply to: Integrating WP Menu in my bbPress template
chrishajer
Participant> I’m sorry mate but deep integration doesn’t slow anything down.
I think there would be many here who disagree with you. What sort of empirical evidence do you have that it does NOT slow anything down? Loading all of WordPress has to take some amount of time.
https://bbpress.org/documentation/integration-with-wordpress/#func
Doing this will add quite a lot of weight to your bbPress installation as it will cause WordPress to load in it’s entirety. Your best option is to try to emulate the functionality you require inside a bbPress plugin.
Tony did this the right way to get the functionality he needed.
July 26, 2009 at 2:59 am #77044In reply to: bbPress Suddenly Breaks?
Rohan Kapoor
MemberCan you please link us to your site, It would help with debugging.
July 26, 2009 at 1:47 am #77043In reply to: bbPress Suddenly Breaks?
Perry
MemberI get the same message.
July 26, 2009 at 1:45 am #77089In reply to: Mask bbPress Installation Directory
Rohan Kapoor
MemberSure there is. Go to the admin, general and then you will see the option bbpress address: change that.
July 26, 2009 at 1:30 am #28351Topic: Can't Post to Forums
in forum TroubleshootingDebraWomen
MemberI have just set up WPMU with BuddyPress and BBPress. When I try to post a test message to a group from BuddyPress, I get “There was an error posting that topic.” I have followed all the instructions in the set-up. Can anyone give me any ideas about what is going wrong?
July 26, 2009 at 12:50 am #28281Topic: Mask bbPress Installation Directory
in forum Installationteamamy
MemberHi,
I’m an old school computer person and feel it is very sloppy to display application subdirectories on your host site.
I’ve succesfully masked the URI of my WordPress 2.2 site to remove the ./wordpress/ subdirectory. I would like to be able to do the same thing with bbPress.
Is there a way to mask the bbpress subdirectory?
Thanks,
Amy
-
AuthorSearch Results