Search Results for 'code'
-
Search Results
-
OK so i successfully completed a BBpress / WPress integration…logins are all synced and i can successfulled login to bb or wp…thats all straightened out and everything appears to be working great..
one bug im noticing now is in WP, in my Visual Editor [write post], all the icons that were once there (Bold, Italic, Font, Font Size, Add Link, Add pic…etc.) that hole graphical bar dissappears…
i’ve narrowed it down to some kind of caching problem…because i deactivated the integration pluggin in wordpress.. removed the line of code in my wp-config.php…cleared my cache and the visual editor re-appears
now when i went back in to re-activate the bbpress integration plugin and got the bbpress back up, and go to check out my visual editor in WP, its there ! great!!! but just to be sure it wont go away, i clear my cache, refresh the page, and its gone again….any ideas?!!!?!
THANKS FOR ANY HELP MY NINJAS
I’m using the ThemePress theme, that uses the header/footer from the integrated wordpress install as well co-mingles the various template functions. What I’m trying to do is put code in the wordpress sidebar (not widget) that will show the bbpress profile link/login ONLY when the user is in the forum, otherwise it will show a link to go to the forum.
In the sidebar, I’ve tried
<?php if ( $forums ) :
login_form();
if ( is_bb_profile() ) profile_menu();
endif; ?>Thinking that, since I can supposedly use each other’s functions, the if if ($forums) would work. I was wrong.
I also tried trying to set $is_forum = 1; in front-page.php and in the sidebar:
<?php
function show_bbmenu() {
if ( $is_forum ) :
login_form();
if ( is_bb_profile() ) profile_menu();
endif; ?>
}
show_bbmenu();
?>Among other things and apparently I’m overlooking something stupid and easy but I’m afraid insomnia is not being kind to me this morning.
(Did I mention I got stuck in an elevator at my office for an hour last night? grrrr)
This is at adultaggregator.com/forum (warning, not safe for work.)
Topic: Installation Problem
During installation when I go to step 2 I get the following access violation message
PHP has encountered an Access Violation at 0AF7B927
bbPress
Second Step
Now we’re going to create the database tables and fill them with some default data.
1. Created table dvdgbb_forums
2. Created table dvdgbb_posts
3. Created table dvdgbb_topics
4. Created table dvdgbb_topicmeta
5. Created table dvdgbb_users
6. Created table dvdgbb_usermeta
7. Created table dvdgbb_tags
8. Created table dvdgbb_tagged
At this point the tables have actually been created in the database but I can’t go forward with the installation. So if I start again I get the following.
First Step
We found Steve who is already a “Key Master” on these forums. You may make others later.
First Forum
Forum Name:*
Description:
Double-check that username before continuing.
From here everything goes fine and I get this
Finished!
Now you can log in with the username “Steve” and password “*Your WordPress password*”.
Username
Steve
Password
*Your WordPress password*
Login address
Diver Forums
Were you expecting more steps? Sorry to disappoint. All done!
Unfortunately, I never got a valid password in the process so I can’t login. So I tried the password reset and the send me the password features but to be able to email from my server I need to put 2 ini_set statements before the mail statement so it knows which smtp account to use (this is for server security). the problem is that I will have to search all the files looking for the mail function.
Can you help me out here.
Here is my System Info
PHP Version 5.0.4
mySQL Versions:
Server: 4.1.12
Client: 4.1.7
Steve
I’m adding to this because I have since found and edited the registriation_functions.php file so it would send emails. I used the reset password functions to get a new password via email. The first step had me go to a url with a key at the end. Once I got the password I tired to login and got a Key Not Found error. So I took the key part of the url from the first email and forced it into the user meta table in the database. After that, I could login successfully. However, now when I create a topic and post it and then try to view it or any other things like edit users or forums it always returns an unable to locate page error. Well that’s where I’m at now. Its 2am so I going to bed.
Topic: VBulletin vs. bbPress
Hi there… I’m a vBulletin veteran, but am considering a switch over to bbPress to use in tandom with wordpress. Can anyone out there tell me the advantages of using bbPress compared to vBulletin? Is it just as powerful? Does it tie into WordPress seemlessly?
I also need to know if some features I require are available in bbPress… Here is my shortlist:
– Ability to act as forums admin (edit everything)
– Ability to add moderators to specific forums
– Custom avatars and signatures for users?
– Spam and ‘bad word’ filters?
– Private email/messaging system?
– Can I create categories/subcategories?
– Can I create little thumbnails for these categories?
There’s more but that’s a short list… Any help anyone can give would be greatly appreciated