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.