Search Results for 'forum css'
-
Search Results
-
Topic: CSS 500 error after upgrade
After I upgraded my forum to v0.8.1, the CSS for any theme no longer works. I get a 500 error when trying to access any CSS file for a theme. I have tried chmodding everything and I just don’t know what to do.
hi peoples.
My forum is right to left (rtl), and the css is broken under Internet Explorer viewing. any suggestions ?
(The problem – can’t see “log in” area)
The link:
What I’m probably going to do is, just use the CSS file codes that I had, for when using the Forum Category enhancement with my bbPress forums. It’s not going to be a big deal if those Forum Category CSS codes are in the stylesheet anyway.
For those running the Forum Cat enhancement, or not, I’ll release a Gathering theme version for either route. A) One for the plain Jane bbPress users, and
One for those that are already using the Forum Category enhancement.
Please note though, that this theme will be an AS-IS type of deal!!
I’ll try to give a helping hand, and try my best to provide “support” for it, but, I’m just a really, really busy person sigh. I barely have time to sleep and stuff…
Besides, if any problems arise, your answers should be, or, could easily be answered here, since it’s basically just a theme. If you happen to have issues with the Forum Cat enhancement patch itself, I’m sure Sam would be happy to help you..
Anyway, here’s what’s on my TO-DO list, starting now!
1) Delete all the current plugins on my forums, so I have a total plain Jane bbPress install to work with…
2) On the localhost/computer .. make up the “Gathering” theme on the latest Trunk files of bbPress. With, and without the files containing the Forum Cat enhancement edits… (Again, this theme should (generally) still work for .80, however, not sure about the backwards compatibility for the forum Categories enhancement though)…
3) Download the latest copies of the plugins I deleted, tweak the new ones, upload and install them…
4) Try and get some kinks out of the theme, which happens when using some certain plugins sigh..
5) Release two copies of the Gathering theme, one for plain Jane bbPress users, and one for those already using the Forum Category enhancement…
6) Then I’ll probably apply the theme I just spent the last 3 days on, non-stop, which I put up on my Vindictive Bastard blog… I’ll apply that on my spencerp.net blog then too.. and make it a theme for bbPress as well … whee! What you think? http://www.vindictivebastard.net/
7) I’ll try and actually get some sleep!! Geesh, I’m beat!
Anyway, I’ll keep everyone updated on this.. thanks for your time..
spencerp
Topic: No Stylesheet
I recently installed bbPress to localhost to experiment before I put it on a live site. Strangely, the stylesheet was being ignored. Looking at the source brought up this:
<link rel="stylesheet" href="http://localhost#support/bb-templates/kakumei/style.css" type="text/css" />
Edit: OK, I can’t seem to type a backslash here, but the # symbol in the above code snippet is actually a backslash (opposite of /)
I have no idea why the slash after localhost is backwards. It appears correctly in all other locations. For what it’s worth, here is the relevant section of my config.php file:
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = 'http://localhost'; // Example: 'http://bbpress.example.com'
// There should be both a leading and trailing slash here. '/' is fine if the site is in root.
$bb->path = '/support/'; // Example: '/forums/'Any help?
I just upgrade my bbpress to 0.8. Here is what I did
1. I download the new version and copied to my server to replace all the old files.
2. Then I copied my old directories: my-plugins and my-templates, and I follow the instruction and move all previous my templates files to a subdirectory called mybbpress under my-templates.
3. But my forum is using the default bbpress theme
http://www.travelsuperlink.com/forum/bb-templates/kakumei/style.css
4. and I login to my admin panel, only find Dashboard, Users, Content, cannot find any Presentation Admin panel.
Anybody could help? many thanks.
my forum is http://travelsuperlink.com/forum
Topic: WordPress Support Forums
We all know that the AutoMattic guys use their own stuff, but after each site has been skinned with all their CSS magic, sometimes it’s hard to see… I thought we should savour the moment the wordpress.org forums ran with the default bbpress theme
Topic: Unique Style Sheet?
Hi all,
I am currently configuring BBPress for my site at http://www.babyquestions101.com’s forum, and by the looks of it it’s very promising.
I am trying to figure out if I can call a specific stylesheet for a specific page by making that call in the body page.
For instance, I know how to call multiple stylesheets through header.php. However, I would like to be able to specify a stylesheet through a page like forum.php, so that it dynamically tells header.php to call the stylesheet specific (or unique) to that page. I want this so that I can lean up my code, instead of calling everything in one css file.