Search Results for 'code'
-
Search Results
-
I’m currently adding content to my membership page, using the memberlist plugin. I have added a few extra details to the sign up page e.g. About, Skills etc… I had found the following line
echo "<a>user_url."">".$member->user_url."</a>";so modifying this toecho $member->about;It thought it should work but doesn’t, any ideas?v1.0.2
Even though by technicality you are on your profile page, when I’m viewing my ‘manage favorites’ page (bb-templates/blah/favorites.php) I’m getting ‘profile-page’ returned by
bb_get_location()instead of ‘favorites-page’ as I would expect. This also meansbb_is_favorites()is of no use to me for this page.
If that’s not the favorites page, what is?
Topic: Google Analytics
Is it possible to add Google Analytics code to a bbPress forum? Did not see Editor under Appearance.
Thank you.
I’m trying to install a new bbPress forum at http://forums.morganwick.com. The “wrapper” div is set in style.css (the only file I’ve changed) to have position:static. It appears to be absolutely positioned, and I don’t see anything in either style.css or in the code that appears when I “view source” that would overrule style.css (the only places in style.css where anything is absolutely positioned either have “display” set to “none” or don’t appear on all pages) unless I have to go hunting through JavaScript. Having to deal with absolutely positioned elements is a pain for an amateur developer like me, and I’d much rather have elements appear as part of the normal flow, like I can do in WordPress; what’s the problem here?
UPDATE: I just removed the background image from “wrapper” and added it to “header”, but it doesn’t show up at all. I’m trying to make it look as much like http://www.morganwick.com as possible.

