Thanks, I will give try

2

(1 replies, posted in Discussions)

Is there any extension available to display related post in 1.4 version

sorry , I didnt change the htaccess file.

Now its working fine.

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

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]';