Search Results for 'forum css'
-
Search Results
-
Topic: problem with config file?
After I installed and got into the first page I noticed there was no styles.
Seems every link points to: http://www.kensavage.com/forums/forums/
I figured I added a trailing slash or something but it seems ok. When I take the extra forums/ out of any link it works fine including the css. Any ideas?
My config file:
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// 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://www.kensavage.com/forums’; // 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 = ‘/forums/’; // Example: ‘/forums/’
// What are you going to call me?
$bb->name = ‘Making IT in Massachusetts Forums’;
// This must be set before running the install script.
$bb->admin_email = ‘ken@kensavage.com’;
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = ‘true’;
// The number of topics that show on each page.
$bb->page_topics = ’30’;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = ’60’;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = ‘-5’;
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ‘false’;
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave the rest as it is.
$bb->wp_table_prefix = ‘ks_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://www.kensavage.com’; // WordPress – Options->General: Blog address (URL) // No trailing slash
$bb->wp_siteurl = ‘http://www.kensavage.com’; // WordPress – Options->General: WordPress address (URL) // No trailing slash
/* Stop editing */
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
I had to borrow a function from the great Alex King and his mobile edition for WP, but I have created a plugin that will allow mobile phones and other common mobile devices to access a page designed for them.
Download: BB-Mobile
All the directions are in the readme.txt file in the download file, so it should be quite self explanatory. It has 2 files and you need to edit your header.php file in your templates, but has no core changes.
NOTE: I don’t think the mobile CSS will validate and I need people to test this out to find any bugs and corrections, but it seems to work well enough for me.
If you need a demo, you can view my forum with a mobile:
Trent
Topic: Plugin – Avatar *UPDATE*
New release of my Avatar Plugin (version .73a). Core files no longer have to be adjusted! Just drop the file into your plugins directory, adjust your css file (as shown in the readme) and you’re good to go.
Get the new release here: http://faq.rayd.org/bbpress_avatar/
View use of the Avatar Plugin here: http://www.rayd.org/forums/
My first bbPress Template:
http://www.borderline-hacks.at/borderline-hacks-forum/
The image of it:
http://www.weirdtherapy.com/images/borderline-green-01-shot.jpg
If you want to download it to (change and) use it, you can do so here:
http://www.weirdtherapy.com/zip/borderline-green-ads-01.zip
There is (commented) space where you may place ads, I added the psd file for the logo, and the text in the header is random (to be truth I only added it because I couldn’t think of anythink else and I wanted it to be finished
) and easy editable(… i think / hope). There is also a seperate ie.css for the internet explorer.
Two of the ads would be shown on every page because they are in the header – I only ad this information cause I think I read somethink in the forum here that there might occur problems with google .. well something like that – so keep that in mind pls.
grretings
Was wondering if someone wouldn’t mind making up a plugin for Forum Catagory (blocks)..? Like phpBB has..
Example:
General (forum cat block 1) >
–Latest news (forum under general cat)
–General Discussions (forum under general cat)
–Site Feedback (forum under general cat)
Website Design (forum cat block 2) >
–HTML Basics (forum under website design cat)
–PHP Coding (forum under website design cat)
–CSS (forum under website design cat)
Is anyone up for doing this maybe? I think it would be nice to have this option though, rather then having ALL the forums listed under ONE Section only..
spencerp
so here’s my first attempt at tweaking bbPress for my own purposes:
http://www.joebaronedesign.com/forum
wondering if I should keep hacking away at the hard code to change the layout and overall appearance, or if i should just wait to upgrade when the new version of bbPress is released… because I have no idea what I’m doing in CSS and PHP…drrrr
Hi,
Well at the main page of the forum you have: Latest Discussions and underneeth it: Forums. My question is about this last part. The main themes are all in each row underneeth each other like:
Forum 1 – bla bla
Forum 2 – bla bla
Farum 3 – bla bla
Is it possible to let these appear in 2 columns like in a news paper? Like:
Forum 1 – bla bla Forum 2 – bla bla
Forum 3 – bla bla
And this goes automaticly ofcourse… I know they work on this with css 3 but it will take years when thats is finished. So how to get this done now?
Thx
Sorry about having to make a change in functions.php, I just don’t know how else to do it.
You can see it in action at http://www.rayd.org/forums2/
You can download the file at http://faq.rayd.org/bbpress_avatar/ (link goes to readme which has link to file).
Don’t forget to change your css file in the described fashion. By default (which, I like this) anything that goes beyond the bounds of the author box is hidden.
I’ve played around with the default theme a bit, and came up with something that keeps the general feel, but adds a prominent link to the RSS page (using CSS), and made the “tag” heading link to the tags page for a bit of added spice. Oh, and I’ve added snazzy stripes to the tag background ala hoodwinkd as a nod in their general direction.
Here’s the URL to the forum posting (also give you a preview of the theme):
Topic: need help
Ok so everyone is aware of the login form and when someone logins it gives them a message that they are logged in and view their profile and so on. http://www.talkaboutdesign.com/forum/
im tryin to integrate just the message part, after someone logs in. Tried doing it but not successful. I would also like to fix the css problem with internet explorer 6, where the alt tags dont show up correctly. background colors are screwed up in ie6. but work everywhere.
Topic: css problem
Ok so someone pointed out to me that when they view my site in ie 6 every 2nd line shows in dark grey. I checked it and indeed found this to be ie problem. I tried everything even removing alt tags from css file , tried changing color and nothing works. Any ideas.