Search Results for 'bbpress'
-
Search Results
-
Topic: Continuing Topic Icons
Hi. I have read the posts saying that deep integration has issues with cookies and authentication when logging in through the wordpress login, on wp versions 2.7 and higher (I am using 2.9). I am wondering if anyone has been able to do this, and what steps were taken. I can’t just “login through the bbpress side” because the wp-authenticate hook in my auth plugin won’t run. I’ve been racking my brain on this one and any help would be appreciated.
I have a similar challenge to the earlier topic “Linking back to main website”. It is for a site I have configured for someone, who has asked for the same ability for their logo to have a link associated to it, that will take the user back to the home page of site that pointed them to the blog / forum.
I have installed bbpress 1.02
You suggested the following;
in header.php where the body tag starts.
===========================
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
How do I locate this logo in the top right hand corner of the header where the default bb_emblem was located?
“<a’x’ href=”http://www.reflexology-uk.net/site”><img src=”images/iior.jpg” alt=”ITEC” /><‘x’/a>”
===Note===== ‘x’ === added in string above to break code so it will print =====
At presentI have a logo situated in the CSS file as a background, which you suggest is not the right way to go about achieving this.
Any pointers will be useful. Thanks.