Search Results for 'code'
-
Search Results
-
Hello everyone, we’ve started a forum about a week ago and decided to use a template to skin the board. After a good couple of hours, we managed to match the forums colors and feel to our main website. I’m not really well-versed with CSS or PHP but i’m familiar enough to experiment, tinker and achieve the results I usually want. And besides, i’m learning as I go!
But there’s one thing that’s sort of baffling me. I’m trying to add our “logo” image in the header, right where the normal forum name text would appear. Usually, that’s just as simple as going to the header itself and replacing the PHP code used to get the name of the forum with an IMG html tag with width, height, etc.. However, the image won’t appear at all! We’ve double checked the directory, made sure it was pointed to the right place, checked the chmod settings on the image and everything should be fine, but the image still doesn’t appear. The result is in the screen cap below:
http://marknine.com/image/ioforums.jpg
Is there something specific i’m supposed to be looking for? In the CSS file or the header.php file itself?
header.php
<div class="header-wrapper">
<div class="header pagewidth">
<!-- TITLE -->
<h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>
<?php if ( bb_get_option('description') ) : ?><h2><?php bb_option('description'); ?></h2><?php endif; ?>
<!-- END TITLE -->
</div>
</div>CSS
/* header & nav */
div.header-wrapper {
background:#222 url('images/header.png') repeat-x scroll left top;
}
div.header {
border-top:10px solid #E05900;
padding:40px 0 40px 10px;
margin:0 auto;
}Topic: Delimeter Separate Tags
Greets

I recently had a problem with my tag cloud, which I have not resolved. I landed up having to revert to the default tag cloud.
Now that I’ve done this, the tags look too close to eachother. So some tags look as if they are one, when they are actually two.
My idea is to separate them with bullets (•) of the same size. Once again, I don’t wanna go messing around with the core unless I know what I’m doing.
Any way to do this?
Peace, Michael
Topic: Tag Bug: MySQL error
Hi all
Hope you’re keeping well. 
I just picked up a bug (it may just be in my forum though) with the tags system. I was doing some tag cleaning today, so I needed to merge a few tags. I had two tags that needed merging: “User Interfaces” and “User Interface” (my fault).
After merging the tags, I received this error:
http://www.inniosoft.co.cc/devstation/tags
I am using the Hot Tags Plus plugin, but I don’t think it has anything to do with this error.
Running bbPress 1.0.2.
Any ideas?
Peace, Michael
Hi

I recenetly set up a forum at piloten.no/forum. I think i managed to get the cookies and all synced, because when i log in to my wp-admin i get logged inn at my forums as well. Only problem is that i can’t fint the bb-admin panel. It is supposed to be on /forum/bb-admin but that just redirects me to /forum.
When i’m logged in at the forums i cannot find the ‘ADMIN’ link that used to be there before…
