Search Results for 'updated'
-
AuthorSearch Results
-
March 15, 2007 at 1:53 pm #54357
In reply to: Updated to Desmond But Theme Not Working
nanome
MemberLast time I checked (about a minute ago
) I was still a man.Glad it worked for you as well.
Since I only downloaded BBpress today this hack comes with “use at own risk warning”. Don’t know what other effects it may have on other parts of the script. Saying that, it works ok for me so far.
March 15, 2007 at 1:42 pm #54356In reply to: Updated to Desmond But Theme Not Working
ghoulash
MemberNanome, UBD Man! (or woman, whatever)
That fix, as path-to-url.php in the my-plugins directory, did the trick immediately. Thanks for the hack.
March 15, 2007 at 1:32 pm #54355In reply to: Updated to Desmond But Theme Not Working
nanome
MemberTesting bbpress on localhost (xampp, windows) and viewing with firefox I get the same error in the stylesheet link.
<link rel="stylesheet" href="http://localhost/leebbpress/bb-templates/kakumei/style.css" type="text/css" />Created the plugin as Trent suggested but that didn’t solve the problem. Played around with the code a bit and now it does work.
Here is my hacked version.
<?php
function fix_bb_path_to_url( $url ) {
$url = str_replace(array('//', '\\', '\'), array('/', '\', '/'), $url);
return preg_replace( '|
([^/])|', '
/$1', $url );
}
add_filter( 'bb_path_to_url', 'fix_bb_path_to_url', 1, -1 );
?>Only difference is adding ‘\’ to the str_replace.
March 15, 2007 at 12:36 pm #55686In reply to: Plugin: Latest Replies
LMD
ParticipantPlugin updated!
Now you can also display an individual user’s latest replies on their profile page.
March 14, 2007 at 9:44 pm #54354In reply to: Updated to Desmond But Theme Not Working
chrishajer
ParticipantIs there a problem on Windows servers, or just on localhost on Windows?
Of course my suggestion is only a temporary solution. But I am of the belief that the QA or dev server should be the same configuration as the production server, to eliminate the possibility of bugs being introduced when you go live. Installing this on localhost on a Windows desktop machine and ‘making it work’ when your production site is on a linux server seems to me like too much work.
With bbPress still being beta, I’m not too worried about it. WordPress 1.0-RC1 was released somewhere around Jan 1 2004. Their version before that, 0.72 beta1 was released in August 2003. There’s certainly time to get it right.
March 14, 2007 at 8:49 pm #54353In reply to: Updated to Desmond But Theme Not Working
Fakey
MemberHow about installing a linux distro in house since your server is linux also?
That’s a temporary solution, but once bbPress goes final and gets publicity the likes of WordPress, this Windows/localhost problem will need to be addressed.
March 14, 2007 at 1:31 am #54352In reply to: Updated to Desmond But Theme Not Working
spencerp
MemberDo you have any issues transitioning from a desktop environment to a server environment (as I did, with MySQL and PHP versions and configs and such)?
To tell you the truth, I didn’t have any issues going from my Xampp Lite localhost copies, straight to my live servers. I just find it odd though that this whole time of running that bbPress on the localhost, and just applying the SVN updated files from time to time. It was fine..
It was only when I installed it fresh, with the latest copies of Trunk that it gave me this problem. I SVN CO the trunk on my other new domain via SSH and it went smoothly… no troubles though, I guess that’s to be expected. Hmm.. I’ll have to look into the problem a little deeper.
I’m trying to when I have the time, but with being so busy.. it’s hard taking a gander at it…sigh.
How about installing a linux distro in house since your server is linux also?
Geesh, didn’t even think of that, or try it. Thanks for that, I’ll have to give it a go then.
spencerp
March 13, 2007 at 8:36 pm #54351In reply to: Updated to Desmond But Theme Not Working
chrishajer
ParticipantDo you have any issues transitioning from a desktop environment to a server environment (as I did, with MySQL and PHP versions and configs and such)?
How about installing a linux distro in house since your server is linux also?
March 13, 2007 at 6:52 pm #54350In reply to: Updated to Desmond But Theme Not Working
spencerp
MemberHere’s one site’s informations:
Yeah, I’ve played on the live environments before. Sub domains and such. However, I’m also on crap dial-up connections and don’t always have time to be online. Also, since there is only ONE phone line in the house and the family using the line .. it sucks.
But this issue wasn’t that bad before, it just started up I think the past few times of fondling the bbPress software. They need to fix this shit, and once it’s working good.. leave it the hell alone! LoL!
spencerp
March 13, 2007 at 6:30 pm #54349In reply to: Updated to Desmond But Theme Not Working
chrishajer
ParticipantWhat OS is the live site/server running? I have always had problems testing on platforms other than the final one, even from linux to linux, with things like PHP and MySQL versions. So, the testing I did never seemed worth it. Why not set up a subfolder or subdomain on the live host and play there, to eliminate variables?
I think the developers could better use their resources making bbPress work in production environments (MS and *nix) rather than on localhost. There seem to be quite a few path/slashconfig issues getting it running on localhost.
March 13, 2007 at 5:55 pm #54348In reply to: Updated to Desmond But Theme Not Working
spencerp
MemberYeah, I setup Xampp Lite on my computer to be able to run WordPress and bbPress. Then I modify things, and play with it on the localhost before uploading things to my live sites/forums..
spencerp
March 13, 2007 at 5:32 pm #54347In reply to: Updated to Desmond But Theme Not Working
chrishajer
ParticipantWhat is bbPress used for when installed locally on a Windows machine? Is that just a test environment?
March 13, 2007 at 5:05 pm #54346In reply to: Updated to Desmond But Theme Not Working
Fakey
MemberI’ll second that, spencerp, the paths are all screwy on localhost installs on Windows machines. It works fine on linux, though.
March 13, 2007 at 4:43 pm #54345In reply to: Updated to Desmond But Theme Not Working
spencerp
MemberDang, I just re-read what I said last time. I swear folks… I wasn’t drinking when I wrote that lmao! But yes, It’s still borked gerd damn its!!! Anyone with a possible fix (solution) … thanks?!
I’d like to get Chelsea working here soon!! Wheee!
spencerp
March 13, 2007 at 11:49 am #55480In reply to: swedish letters in the plugin quote
Michael Nolan
MemberThanks also – I’ve updated the plugin and tagged 0.2.
March 13, 2007 at 7:24 am #54344In reply to: Updated to Desmond But Theme Not Working
spencerp
MemberJust a note, and it would be nice if this was FIXED in core soon please! I currently just did a fresh install of the TRUNK on localhost, and have the same problem as Kirkk here:
https://bbpress.org/forums/topic/700?replies=36#post-4849
Stylesheet URL is this:
<link rel="stylesheet" href="http://localhostforum/bb-templates/kakumei/style.css" type="text/css" />That plugin Trent posted is applied, and is NOT working… Please, fix this issue soon guys..
And by the way, no, my localhost copy of the forums are still borked.. >_<And course! My config.php file settings are right.. I’ve done this numerous of times before.. wheee! Even used the original config.php file from before, when it was installed before and working.. she still borked regardless sigh..
spencerp
March 13, 2007 at 12:57 am #52642In reply to: Plugin: [REL] Signature
ardentfrost
MemberI thought the updated plugins allowed you to adjust it in the plugin file. I know my avatar plugin works that way.
March 4, 2007 at 3:12 am #55167In reply to: bbpress v. other forum software
macwise
MemberMy friend, this is the ONLY way to go. I previously had used PhpBB, and I was in the same boat. I wanted something simple, powerful, yet it HAD to integrate with WordPress. I was reluctant to go down this path, but I was swayed by two things:
First, I love WordPress, the community, the customizability, etc. I was impressed with the simplicity available, with more complexity/power possible depending on what the user needs. Second, I was extremely enticed by the prospect of a “seamless” integration. I won’t say that it’s been a total breeze, but compared to the PhpBB/4Images integration I did last year, integrating BBPress with WordPress was a breeze…AND A HALF! Don’t be fooled, though, this can be as simple as installing it and adding two plugins. Just depends on what your needs are.
95% or more of what I’m modifying is template based files, NOT core files. This is quite different from my PhpBB/4Images integration, where I had to hack the core to the point that an update would have been disastrous. (Consequently, I never updated it, though it didn’t matter since the site never really went live.)
So, yes, this is a beta product. And yes, some of the administration options and a few specific features present in other bb systems aren’t here.
Would I use something else if I could do it over again? NO
Do I miss any features from PhpBB? NO. In fact, what I suspected is exactly what has happened, that being that I’m as happy with what BBPress DOESN’T do as I am with what it does. Anything that I’ve needed so far has already been addressed in the forums, usually with a plugin. That makes modifying core files safe and simple. Bottom line, it works great, and I haven’t looked back.
Hope this helps.
Ron
Check my site at http://www.babyquestions101.com. And here you can see the Pregnancy Forums. Let me know what you think, and feel free to ask any questions/comments there on the contact page.
March 3, 2007 at 8:13 am #54276In reply to: Patch: Categories for version 0.8
spencerp
MemberSam, just curious, is there going to be a new patch for this added soon? After last big SVN Commit, the patch719 didn’t work, it gave bad merge errors or whatever?
I’m going to have to delete all my current forum files and folders.. re-svn it all up. Then, wait until a new Forum Categories patch is made sigh. I just wish this Forum Cat was implemented into the trunk soon, and updated as need be… Wouldn’t have to worry about this all the time lol..

spencerp
March 2, 2007 at 1:27 am #54410In reply to: REQ: Theme demo switcher like phpBB
lonemadmax
MemberBut the server doesn’t know when a theme is added. It can be done, of course, by checking the existence of the zip when the list of themes is created. But then, you don’t always have writing permissions. And the theme may be updated without erasing the generated zip. It can probably all be worked out by checking permissions, change times, etc. and choosing the appropriate behaviour.
I’m excited with this and will work on it, but I’ll have to learn a bit of PHP first and then find some time to do it, so don’t hold your breath. I haven’t even started with the cookie expiration time yet.
Thank you for your comments.
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 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 12:54 am #54341In reply to: Updated to Desmond But Theme Not Working
ccmve
MemberI’m having a similar problem.
I’ve uploaded my custom theme to /my-templates/mytheme
The default theme is in /bb-templates/kakumei/
The site is working fine, but I see this error: “Theme not found. Default theme applied.” And I cannot switch to my custom theme. The reason is in the URL to the custom theme in the presentation>themes panel:
http://
forum.mybbpress.com/bb-admin/themes.php? theme=C:\WWW\PUBLIC\forums.mybbpress.com/ bb-templates/mytheme/&_wpnonce=36ec0251ebObviously that URL won’t work. I’ve uploaded both plugins above. Neither worked. How do I fix the URL to mytheme?
February 25, 2007 at 11:41 pm #54340In reply to: Updated to Desmond But Theme Not Working
Trent Adams
MemberSorry, I should have done this sooner for you (just been crazy busy!). Create a file called whatever you want, but I recommend path-to-url.php and put the following in it and upload it to /my-plugins/ directory:
<?php
function fix_bb_path_to_url( $url ) {
$url = str_replace(array('//', '\\'), array('/', '\'), $url);
return preg_replace( '|
([^/])|', '
/$1', $url );
}
add_filter( 'bb_path_to_url', 'fix_bb_path_to_url', 1, -1 );
?>That might work with the stylesheet issue. Let me know
Trent
February 25, 2007 at 11:35 pm #54339In reply to: Updated to Desmond But Theme Not Working
kirkk
MemberTomorrow i will try it on a different server and with different directory path. If i can, i will write you the reason …
Thanks everyone…
-
AuthorSearch Results