Search Results for '"wordpress'
-
Search Results
-
Topic: Naviagtion Bar in bbPress
I use a custom theme (heavily a modified Kakumei) and some custom plugins. The forum is new, so it doesn’t have activity, all our users are still using the Vanilla forum we had.
I didn’t hack any core files, all “non standard things” are donde via custom plugins.
Plugins i use:
– My own “Ajustes” (for sidebar, footer and navigation menu content, profile content, and some html tags).
– MD5 Insecurity (will be deactivated soon).
– Private Messaging Extended
– A custom Quicktags (ported from Vanilla)
– Ajaxed Quote
– Simple Online List (i also modified a lot this plugin, because it never worked for me ….).
– Unread Topics. I also modified this one, it was doing too many queries. I added some indices and reduced the overhead.
– User Photo. I ported the User Photo WP plugin.
– Human Test.
Also i indirectly use:
– Gaming Codes: each user can enter his gaming codes. They’re displayed on the user profile.
– Aleph: this plugin creates user lists (among other things). So i use it inside WP like a “member list”. The beauty is that i can easily create different user lists, so i created a list for each gaming code (in other words, users can see which users have a certain gamer code).
As i said, the theme is a heavily modified Kakumei. I replaced all topics/forum loops with my own, trying to mimick the Vanilla look. Also the css is based on the Tarski theme for WordPress. In fact, i import it directly from the WP installation.
For the forum/topic icons, i created a custom plugin which printed the css based on the slug of each forum, and then i added the resulting code to the style.css. I still have to create a lot of icons, those are temporary.
I hope you like my forums and if you have any questions or would like a plugin/theme release, just ask :p
Topic: bbPress call for the time
Topic: School History Website
I have used WordPress for a few websites but only recently stumbled across BBPress.
I just added a Forum to this School History site which was pretty painless.
I upgraded bbpress after upgrading my wordpress site to the latest version (2.5.1). The install complained that there were already forums/threads in the database, but said the install went OK. The problem I’m having, however, is that when I go to the forums, I get a t_string error referring to line 20 of the bb_config.php file.
This line is the prefix used for the tables.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
So, I’m guessing that it thinks it is a new install instead of merely an upgrade. How do I get the updated version to simply read in the existing forums and threads?
Thank you so much for any help. These are busy forums and there will be limited patience with this problem.
Topic: Redirects to old domain name
We previously setup WordPress/BBPress on a different domain. When we switched domains, I changed every reference of the old domain to the new one by exporting the database and doing a search/replace then reimporting the database.
Everything seems to work except for one minor issue: When you go to the BBPress main page, it redirects the URL to the old domain name. Everything works fine except it does not maintain the session. Once you click on a forum or topic title, it goes back to the new domain name. I cannot find any reference to the old domain name anywhere in config files, htaccess or the database – what else could it be?
I have the latest version of bbpress installed to my own server, and it is integrated with wordpress (also the latest).
I added one new forum a few weeks ago, but today I tried and it gave me the error: “Something strange happened. Try reloading the page.”
I did reload the page several times, but it still doesn’t work! I am completely stuck…I can’t add new forums or categories…please HELP!
These plugins I have installed and activated:
Use Display Name
Wordpress Integration
Allow Images
Avatar Upload
bbPress Avatars
bbPress Signatures
That’s all…anyone know how to fix this problem?
Thanks in advance!!!!
Topic: PHP Injection
I like the idea of adding a BB to a WordPress website and BBPress offers good integration but, having had one website previously screwed with a Visitor’s Book, I am a bit paranoid about PHP Injection.
Since there is actually an invitation to put code between backticks, how secure is it against injection?
Is there a simple hack to exclude backticks?