Thanks, I will give try
1 2018-09-18 17:37
Re: if posted user is not admin or not moderator then return not url (2 replies, posted in Discussions)
2 2018-09-18 17:37
Topic: Related Post? (1 replies, posted in Discussions)
Is there any extension available to display related post in 1.4 version
3 2018-09-16 16:35
Re: Forum Folder fancy url showing not found (1 replies, posted in Discussions)
sorry , I didnt change the htaccess file.
Now its working fine.
4 2018-09-16 16:21
Topic: Forum Folder fancy url showing not found (1 replies, posted in Discussions)
Hi,
when I was using punbb with wordpress forum sub folder..
Example: https://sambalpuruniversity.net/forum/forum/1/
but its thowing as page not found anyone faced this kind of issue
5 2018-09-16 14:12
Topic: if posted user is not admin or not moderator then return not url (2 replies, posted in Discussions)
hi i want to change like if only admin or moderator post the url then display the url or return text.
How to achieve it. please help thanks
i have tried this below code
if ($username != 'admin'){
return '<a href="'.$full_url.'" rel="nofollow">'.$link.'</a>';
}
else
//return '[url]'.$full_url.'[/url]';
return '[url='.$full_url.']'.$link.'[/url]';