Search Results for 'code'
-
Search Results
-
Topic: Cookies and WPMU
i managed to get bb and mu working from mu’s users tables THANK GOD. Now, i need them to have the same sessions,
“name $bb->usercookie USER_COOKIE
name $bb->passcookie PASS_COOKIE
path $bb->cookiepath COOKIEPATH
path $bb->sitecookiepath SITECOOKIEPATH
domain $bb->cookiedomain COOKIE_DOMAIN”
(documentation)
SO, what would the code look like in my config.php?
$bb->passcookie = $wp->{‘PASS_COOKIE’}; ?
..
This is not workig as nice. any clues?
Giving someone moderator rights across the whole site seems a bit generous. Is there any way I can restrict Moderator privileges to specific forums?
i.e.
Fred moderates Forum A,
Jim moderates Forum B,
Sheila moderates Forum A and C, etc…
EDIT: Moderator, this is probably better suited to “Requests and Feedback”, but I can’t move it… be my guest if you agree
Topic: tagsize plugin
I hacked up this little plugin that lets you change the size of the tag cloud without hacking any core files. (And, yeah, that’s all it does.)
It does, however, require you to change some code in your template to call the function.
(I took the code from template-functions.php line 1150 or so, the tag_heat_map.)
See it here or download it here.
You can comment about it on my site if you wish. My Release Annoncement.
Has anyone got bbpress to integrate either with WP or WPMU off a second database? Yes, I read the documentation, which isn’t clear as to what I’m supposed to do. I tried many different things, resulting in different errors each time, none of which actually used the wp_users table in bbpress. The last change almost did it, but it somehow horked my WPMU install when I went to add a user to see which db it plunked it in (neither, as it turns out – it seems to be in limbo).
To start, I had a local copy of MU working, and I got an install of bbpress working as well. It’s just getting the two of them hooked up is where I run into issues.
Any ideas? Tips? Step by step instructions?
Topic: Can I do this…?
Hey all,
Not really sure if this is the right area, sorry if not.
I’m thinking of using bbPress on a new site. Theres a couple of things I’d like to figure out first:
– Is there any way of dictating a ‘banned words’ list?
– I want to include a tag cloud type thing but instead of using tags, using post titles.
Any info/ideas much appreciated
Cheers,
-Mark