Forum Replies Created
-
In reply to: Need A Project ShowOff
I browse the bbpress forums from time to time. In the dark cold winter I hope to work through a few books and try them out.
In reply to: Need A Project ShowOffI’m impressed, it looks very good. The only problem I can see is that it reminds me that I need to learn more about coding and I don’t have the time
In reply to: Bulk action bozo deleteThanks, I’ll take a look. A mass delete function sounds a bit drastic though! What would be useful is a filter, to select registered who have never posted too. So select members – over e.g. 1 year registered – no posts and check select all-delete.
In reply to: bbPress 1.0 alpha looks interestingLooking good. Perhaps one day optionally link the bbpress admin into WordPress in a ‘all in one place kind of way’.
In reply to: bbpress update soon?Appreciate these things are always developing and improving, though the integration of the two is an important part of their dual improvement, so perhaps some notification via the WordPress panel which says, do NOT upgrade yet if you are using the current version of bbpress perhaps…?
In reply to: bbpress update soon?…If you are using bbPress, you are considered an “early adopter”
I have noticed of late that early users of bbpress are now being categorised as ‘early adopters’ whereas one of the reasons I used it was that it was described thus:
- Light and fast
- Tired of getting your forum hacked? etc
- Integrates easily with WordPress
- If we could re-write WordPress, it would be a lot like bbpress
All of the above suggesting that it was a ‘finished product’ and technically superior to WordPress in some respects.
What features will the ‘released version’ have and will there always be integration problems? Will bbpress adopt common forum features or develop unique features of its own?
In reply to: bbpress update soon?Think I will stay with 2.5.1 for the time being. Thanks
In reply to: bbPress 0.9.0.2 releasedThanks, I have upgraded OK, though I have a login/logout integration problem now with WordPress and bbpress. I’ll ask someone I know with more technical expertise for advice.
In reply to: bbPress 0.9.0.2 + WordPress 2.5.1 cookie conflict?I unfortunately have the same problem
In reply to: bbPress 0.9.0.2 releasedI’m currently running bbpress vs. 0.9.0.1. Do I have to rename the config file for bbpress when I upgrade?
In reply to: Broken integration with wp 2.5?I have xammp (installed on a USB key) and upgraded to WP 2.5 and since then the forum no longer works. Will test on localhost first before I go live I think
In reply to: Integrated registrationsThe solution I think is to wait for the full and tested new version of bbPress to become available and use that.
In reply to: Integrated registrationsNo help I’m afraid…sorry. But am I to understand, that when I upgrade to the latest versions of WordPress & bbPress, integration (functioning correctly or not) is already built it, without the addition of plugins etc….??
In reply to: auto-installer (completely automated) coming soonIf you make it too easy then everyone will have one, and what will happen then?
Before long it will be possible to talk to bbpress instead of type….
In reply to: 404 Errors in Internet Explorer OnlyI had a problem with WordPress in IE7, and I installed the latest version of IE7 which cured the problem. There has been several beta versions of IE7, and it could just be that you are running an old version. Worth a check….
In reply to: bbpress & wordpress integrationthanks for the info. Have installed and sync’ed WordPress and BBpress on xammp now. Really there is nothing like an install you can play with without worrying about it all crashing
Re the integration plugins with security issues, what is the situation with those?
In reply to: bbPress versus PunBBbbPress looks great on a mobile phone. Well it does on my Nokia N95 8gb anyway Downloads quick too. The future is mobile!
In reply to: What are the future plans for bbpress ?‘I (sambauers) am in the middle of finishing a major release of my own open source project…..’
Impressive looking work.
In reply to: post customisation ideaMaybe the tabbing was a bad idea, but I’ll hang on to the other two as being sound, and I’ll add the option for users to add more to their profile page. Perhaps a mini blog.
These are merely suggestions for further dev.
In reply to: post customisation ideaTabbing like Firefox. Several forum headers like installation -FAQ -Help! and tab between them.
In reply to: simple way to add TinyMCE to BBpressfel64 wrote: How did you make it work?
Its easy to install really. You have the main tinymce folder which I opened and uploaded the contents to the ‘my-plugins’ folder. This is the mistake I made.
- Just upload the jscript folder within the tinymce folder to my-plugins
- Edit header.php in your bbpress template, adding the reference to the javascript
This is part of the code which I copied, which you put before the </head> closing tag in header.php.
<script language=”javascript” type=”text/javascript” src=”http://example.com/bbpress/my-plugins/jscripts/tiny_mce/tiny_mce.js”></script>
Change to:
<script language=”javascript” type=”text/javascript” src=”my-plugins/jscripts/tiny_mce/tiny_mce.js”></script>
The FULL code you put in header php is the top of the page, but this bit is important.
In reply to: simple way to add TinyMCE to BBpressSince my last post (panic?) I realised my mistake. It works OK now. Problem is the ‘guy who knows more than me’ is beginning to worry me now hmmm.
In reply to: simple way to add TinyMCE to BBpressTried adding the TinyMCE to bbpress and it didn’t work. Asked a guy who knows more about this than I do, and he couldn’t get it to work either. Browsing for an answer, its suggested
- a javascript conflict with a plugin
- , or template.
I’m using the latest version of WordPress in case there is a conflict there. (Windows hosting)
In reply to: bbpress futureIt’d be better as a plugin for WordPress, with the obvious option not to activate it, and the opportunity to deactivate it without affecting the function of WordPress.
It’d share all the benefits of WP too.
In reply to: Login errorApparently it was a software glitch, all resolved now thanks