Search Results for '+.+default+.+'
-
Search Results
-
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…
hi again
)
al of you know that notification email is very important for tracing a post
i am using post – notification plug in
but it need to be better:
don’t send any email until you visit the post from your email link
i got crazy this month because for every new post i will give notification email and the trafficked of my forum is high
many other forum systems have this feature
so i recommend this:
an option for users to select didgist summary or per post or until he/she visit(default!)
I had a user write a post with this title:
This creates a post like this:
* http://www.kosmosity.com/forums/topic/?replies=1#post-2
I’m using the “slug” option on this test forum which uses the default theme and bbPress 0.8.2.1. It looks like the
is being sanitized to “” (an empty string), which confuses bbPress and leads to that topic resolving to an error page. On the test forum to which I just linked, I have no plugins except WordPress Integration.
Has anybody else run into this bug? Is there an existing workaround? If other people can replicate this bug, I’ll create a ticket in Trac. Also, if there’s no existing workaround, I’ll try to create a plugin workaround.
Thanks,
Bob
Topic: Problem with SMTP port
I installed bbPress version 0.8.2.1 on Windows XP Pro SP2 with Apache 2.2.4 and PHP 5.2.3. I installed a few plugins, and everything worked fine. However, when I tried to register a new user for testing, I couldn’t receive the e-mail with the password.
I checked the error log and found this:
[Sat Aug 18 21:18:09 2007] [error] [client 127.0.0.1] PHP Warning: mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in
\Program Files\Apache Software Foundation\Apache2.2\htdocs\forums\bb-includes\registration-functions.php on line 105, referer: http://127.0.0.1/forums/register.php
Most things on Apache and PHP are set to default, so I’m not sure if I skipped any processes. I’ve been having trouble with SMTP for a long time now.