thank you dear DelphiVillage,
I'll try it now..
Regards
Announcement
Collapse
No announcement yet.
Search Result
Collapse
32 results in 0.0304 seconds.
Keywords
Members
Tags
-
Conditionals is it moderator?
hello,
on template (forumdisplay) i would like to show some special text to the moderator of that forum (just to moderator of that forum (not all moderators group),
i try ..
<if...
-
you need to changes the owner to nobody ..
ssh
cd ... to your forums,
Code:chown -R nobody:nobody customavatars
Leave a comment:
-
Hook the SHOWTHREAD template..
Okay i would like for some reasons to customize the postbit for some special forums, so i do
PHP Code:plugin Hook Location: postbit_display_complete
if ($this->forum['forumid']==XX){
-
-
on config.php we can use something like this
PHP Code:if (THIS_SCRIPT == 'SOMETHING') //ex. search
{
$config['Misc']['debug'] = 1;
}
Leave a comment:
-
add rel=nofollow to external link on forums?
How to add
rel="nofollow"
to external links (users add) on forums ?
-
-
(is_referral) is present ??
Hello,...
we would like to redirect users referred from some site to special pages..
Like when some one fined our site by Google (so the referrals URL are google.com or so ..) the getLast edited by Dr_HUS; Sun 17 Sep '06, 12:46pm.
-
how to make the Debug results Admins only!
so i use debug as True,
PHP Code:$config['Misc']['debug'] = 1;
Leave a comment: