Search Results for 'bbpress'
-
AuthorSearch Results
-
February 27, 2007 at 11:56 pm #55090
In reply to: Intergrate my current weblog with the forum?
john24
MemberI have custome made theme and template, so it probally going to take me a lot of hours to manually change everything in bbpress to wordpress. I am thankfull that you posted the above links. Hopefully it will save me some time.
February 27, 2007 at 11:55 pm #55089In reply to: Intergrate my current weblog with the forum?
Trent Adams
MemberYeah John, it would be nice for sure! The thing is that most people use bbPress standalone and not WP integrated. It isn’t too bad just getting used to CSS and editing the template of your theme at bbPress. Just changes to header.php, footer.php, front-page.php and style.css mainly! Good luck!
Trent
February 27, 2007 at 11:52 pm #55063In reply to: WordPress + BBpress vs. WordPress + Vanilla
Trent Adams
MemberI am not sure of the actual path, but I would imagine that it will be in webspace formatting with forward slashes off localhost or whatever and off the actual server (web server that is) host. Better wait for someone else who has installed on a localhost to answer I guess, but I would imagine that path is not right in your config.php
Trent
February 27, 2007 at 11:48 pm #55088In reply to: Intergrate my current weblog with the forum?
john24
MemberThank you Trent. It would be great if bbpress did this automaticly. I am going to try those methodes.
February 27, 2007 at 11:44 pm #55087In reply to: Intergrate my current weblog with the forum?
Trent Adams
MemberHere are a couple of good places to start (I have never done this, just edit CSS and template to match myself):
http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/
http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/
Trent
February 27, 2007 at 11:36 pm #1489Topic: Intergrate my current weblog with the forum?
in forum Themesjohn24
MemberI just installed bbpress and now how do I get it to work within my current wordpress template?
February 27, 2007 at 11:30 pm #54907In reply to: Integrating Aggrss into bbPress theme?
CMoseley
MemberI’m not sure exactly what your asking. I copied and pasted the code in my WordPress template into my bbPress template. Works fine in WordPress, gives me the above error in bbPress.
The code I used was:
<?php
if ($rs = aggrss('http://onctalk.com/wp-commentsrss2-custom.php'))
{
// dump the structure
//echo "<pre>";
//print_r($rs);
//echo "</pre>";
echo "<a href='" . $rs[link] . "' style='color: #000000; font-weight: bold;' >" . $rs[title] . "</a>";
echo $rs[description] . "<br />";
foreach ($rs['items'] as $item)
{
echo "<p><a href='" .$item['link']. "'>" . $item['title'] . "</a><br/>" .html_entity_decode($item['description']). "</p>";
}
if ($rs['items_count'] <= 0) { echo "Sorry, no items found in the RSS file <img src='http://www.soderlind.no/wp-includes/images/smilies/icon_sad.gif' alt='
' class='wp-smiley' /> "; }
}
else
{
echo "<!-- It's not possible to reach RSS file -->";
}
?>February 27, 2007 at 11:29 pm #54547In reply to: New Release: bbPress 0.8.1
Trent Adams
MemberI don’t know if I fully understand. You have your own template in /my-templates/kakumei2/ and that is all you should have to do. If that is your ‘bug free’ version of default theme, then you don’t have to copy over the default theme to /my-templates/ as it is the constant one that changes (hopefully bug free) into /bb-templates/kakumei/ and you shouldn’t worry about that one. Just the templates that you work on or change in your /my-templates/ directory.
Trent
February 27, 2007 at 10:40 pm #54546In reply to: New Release: bbPress 0.8.1
mirce
MemberI’ve copied bb-templates/kakumei/ to my-templates/kakumei2/ and started my own template in my-templates/kakumei2/ .
The kakumei2 template is basically bb-templates/kakumei/ so it will have the same bugs.
What to do now?
February 27, 2007 at 10:36 pm #54843In reply to: file attachments….
mirce
MemberLol,
I am preparing to switch from PHPbb to bbPress.
PHPbb has indeed many more MODs but its a nightmare when it comes to security and spam.
February 27, 2007 at 10:35 pm #54545In reply to: New Release: bbPress 0.8.1
Trent Adams
MemberAs long as you have your plugins in /my-plugins/ and your template folders in /my-templates/ then you should be able to go and just overwrite the files from the download into your bbPress folder. The download files don’t have the things you need to protect:
.htaccess
config.php
/my-plugins/
/my-templates/
As long as all your changed files are in the folders, you can go ahead and upload!
Trent
February 27, 2007 at 10:24 pm #54544In reply to: New Release: bbPress 0.8.1
mirce
MemberI have my template in my-templates and made some changes to
I’ve made some changes to some files. The biggest changes are to the template files. How should I update now and not to loose the changes?
Thanx.
February 27, 2007 at 10:02 pm #55084In reply to: “/” Escaping issue within my posts
chrishajer
ParticipantThis sounds suspiciously like:
https://bbpress.org/forums/topic/670?replies=7
https://bbpress.org/forums/topic/90?replies=25
I think it was narrowed down to integration with WP by member: baptiste.
I don’t know if it was solved yet or why it happens, but it seems like we’ve talked about it before.
February 27, 2007 at 9:39 pm #55062In reply to: WordPress + BBpress vs. WordPress + Vanilla
flatworm
Memberif ( !defined('BBPATH') )
define('BBPATH', dirname(C:AllProgramingphp&mysql SERVERwordpressbbpress) . '/' );
require_once( BBPATH . 'C:AllProgramingphp&mysql SERVERwordpressbbpress' );
?>Are this last lines correct if the path to my bbpress is: “C:AllProgramingphp&mysql SERVERwordpressbbpress” ?
February 27, 2007 at 8:37 pm #55082In reply to: “/” Escaping issue within my posts
CMoseley
MemberJust tried renaming the plugins folder and doing a test post, and the same thing happened.
I’m running bbPress 0.8.0.
Around a week or so ago, I ported over an RS Discuss forum to bbPress (which is what you see right now). Did it using just SQL Queries, so I don’t think it should have effected anything in bbPress.
February 27, 2007 at 7:44 pm #1488Topic: “/” Escaping issue within my posts
in forum TroubleshootingCMoseley
MemberI’ve setup bbPress succesfully and all that good stuff, but now I have this weird issue. Any normally “escaped” characters are showing up in all my and my users posts.
Example:
http://onctalk.com/bbPress/topic.php?id=165&replies=1
Not a clue whats cuasing it, but its pretty annoying, so any help would be appreciated.
Also, if I attemp to edit the post, then delete the slashes, they just reappear again, and if I left any existing slashes, more of them appear to escape the new “/” that was written in my edit post. (Which is why you see ///” instead of /”).
February 27, 2007 at 7:40 pm #54973In reply to: WP “Profile” fields in BB?
macwise
Member*bump*
Does anyone know how this can be achieved without doing a custom query. (using built in bbpress or wordpress commands)
February 27, 2007 at 7:40 pm #54343In reply to: Updated to Desmond But Theme Not Working
ccmve
MemberI think my problem is slightly different though since bbpress is incorrectly mixing the directory path with the URL and adding extra slashes.
February 27, 2007 at 6:44 pm #54673In reply to: Import SMF to bbPress
vedmak
Member>>The only thing I can say is: have you deleted all occurrences of ut8_encode? There are more than one.
I deleted all ut8_encode. You can see my script.
>>If so, please send it to antiswen at yahoo dot es (yep, es, not com).
I don`t know spanish (yahoo dot es?), that is why i put it on my blog.
Download my script and SMF db
February 27, 2007 at 4:28 pm #54543In reply to: New Release: bbPress 0.8.1
fel64
MemberI just got about a dozen links to comments made on bbPress New Version Release posts on the front page of my wordpress dashboard. They are also appearing on planet.wordpress.org – I assume it’s a bug?
February 27, 2007 at 4:14 pm #53889In reply to: Bozo problem
Trent Adams
MemberThe TRAC version of bbPress has a fix in it that has it so Akismet doesn’t filter trusted users. The ticket is here. If you don’t feel comfortable upgrading at least the 2 files in question to the TRAC version, all you can do until this fix gets put in a release is set Akismet as false in config.php. I am not 100% if you can just take:
/bb-includes/akismet.php
/bb-includes/functions.php
Those 2 files out of changeset 722 and apply them and have this fixed, but I would backup those 2 files you have already and then try it out! If you are adventurous that is!
Trent
February 27, 2007 at 8:21 am #55061In reply to: WordPress + BBpress vs. WordPress + Vanilla
fel64
MemberHave you entered all the right details in your
config.php? Since you’re sharing databases it should have the same database info (name, user, password) as wordpress’swp-config.php.Yeah I call this a debugged version – Chrishajer sums it up nicely.
February 27, 2007 at 4:14 am #54342In reply to: Updated to Desmond But Theme Not Working
kirkk
MemberTo fix this, i have uploaded all my files and directories without installing them on localhost… First, i uploaded wordpress to my web server and installed it then uploaded bbpress and installed it on web server…
… before of that “above” , i had installed both of them on my localhost then i had uploaded them to my web-server, but that moment i had problems with slashes. Because there is an confusing section about slashes between the normal windows and web server…
And i recommend that do not change the folder name of your “bbpress” after u upload it to your web server . I tried it two or three times after i installed both of my wordpress and bbpress on my web server, it caused slashes to head backwards…
Now i have solved all my problems

forward to hearing from you with the same

(sorry for my english if i made any mistake, it is not my first language)
February 27, 2007 at 2:33 am #55009In reply to: Is there an Approve Registration plugin?
Trent Adams
MemberThere has yet to be a user registration approval plugin and hopefully there is one soon! In the meantime, some users have been using the admin create user plugin so that they can turn off registration and only have the admin create users through the admin. This is the only thing even close right now!
Trent
February 27, 2007 at 2:26 am #55060In reply to: WordPress + BBpress vs. WordPress + Vanilla
chrishajer
ParticipantFlatworm, yes, they should use the same database if you want integration.
And I thought we covered the graphics not working, which is likely due to a path issue on localhost, in your other thread.
Regarding “debugged”: it is debugged, but as I stated before, all software has bugs, and you also need to accept the fact that you are using beta software.
Also, I have offered to help you off list but I have not heard from you…
-
AuthorSearch Results