Search Results for '+.+default+.+'
-
Search Results
-
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: User ID bug
Problem with inserting users.
Now, I am having a problem where my last insert id on the bb_users table is 10,000,000,430 and the user registration is broken.
So I have looked at the code in bb-includes/registration-functions.php
and I’ve found that this line in the bb_send_pass() function is causing trouble:
$user = (int) $user;
After this line $user is set to zero, where it was 10,000,000,430 before.
After examining further, I found numerous places where you had $user = (int) $user;
It seems like PHP cannot handle the type cast of 10,000,000,430…
Btw… I do not know why the last_insert_id is 10,000,000,430, seems like something done by the previous website owner. However, looking at the bb_users.ID column it looks like it is BIGINT by default – which is too large for php integers which is only 32 bit signed…
hello guys,
i have succesfully integrated bbpress and wordpress…i’m still working on the template integration, but is in progress…
but i also have some little problems…
1. i can only logout through the script i login…wordpress login -> only wordpress logout works
2. the side doesnt let me download files…wenn i click on a link to a pdf the following error occurs:
Fatal error: Call to undefined function load_default_textdomain() in /home/www/kunden/fsj-community.de/wordpress/forum/bb-settings.php on line 182
direkt link: http://zuhause-weltweit.de/files/2007/09/zwev-satzung-beitrittsformular.pdf
side: http://zuhause-weltweit.de
can you guys help me out?
jaithn
Topic: bbPress Theme Showcase
Please let me know if I missed any decent themes available?
http://bbshowcase.org/forums/view/available-themes
You can click on them to get a general idea what they look like in action. Themes reset back to default in three minutes (or use the theme switcher in the bottom right hand corner on any page).
Still needs a bug fix or two but I’ll release that as a “My Views” module along with the theme switcher probably this coming weekend.
Whew. That was a project and a half.
I couldn’t find anyone who made a bbPress theme switcher (not a style switch, but the entire template) so I modified (somewhat deeply) one from WordPress last night. Took some research and testing!
I’ve added it here, you can see the dropdown at the very bottom right:
(if you are willing to edit all your themes you can put the dropdown anywhere, otherwise it will default to that location on each theme automagically – a new feature!)
So give me your themes and I’ll add them to the list to see if I can find the bbPress breaking point…
Topic: Some general questions!
Hello,
A few silly questions:
Changing or adding hot tags. Whats the procedure?
Looked through dashboard and can’t seem to find how to change or add new topics. Forums can be added but don’t know about topics.
Last query: Again I ask about the changes made to structure in the html. I looked through all files and found nothing. Many scripts I have used in the past have one file called index or something that can be access to the html. Just creating or changing the style sheet does not allow for the changes I want to make. I like the default but some changes to reflect my website is key.
Excuse the lengthy text, but I find looking through the documentation much like chasing my own tail. Thanks to those who have replied to earlier queries. I have made some changes and it looks good so far.
I’ve tried hacking a couple wp plugins to bbpress to get better code preservation. But it’s not working.
What is used here? It seems to actually work somehow and that’s not the default technique in the core…
Does anyone feel like helping me?
I read your description here. I thought about that approach before but I like the time-based implementation, especially as my hosting is a bit creaky (and edit: having come to the finish of this post, I realise that it’s actually not that bad at all! Maybe it is a good idea, especially as it’s a lot more convenient). It’s good that you’ve done it though, and cool that you’re sharing it (in the face of adversity