the link to dashboard in moderation menu is goning to
moderator/index.php
not
moderators/index.php
i need to change that please help
the link to dashboard in moderation menu is goning to moderator/index.php not moderators/index.php i need to change that please help |
i had the same problem and couldent remember where in the sql this is placed so a quick work around is just Duplicate another folder call moderator with the moderators contents and upload it to the same location this way it will work no matter what this is a work around untill i find where the sql quary is or file path but untill then il try and keep you posted if i find anything |
i found it 1-Open inc/admin_design.inc.php 2- replace case 'moderator': $sUrlPref = $site['url'] . 'moderator/'; break; with case 'moderator': $sUrlPref = $site['url'] . 'moderators/'; break; 3-replace the other "if you have it" case 'moderator': $sUrlPref = $site['url'] . 'moderator/'; break; with case 'moderator': $sUrlPref = $site['url'] . 'moderators/'; break; |
i found it
1-Open inc/admin_design.inc.php 2- replace case 'moderator': $sUrlPref = $site['url'] . 'moderator/'; break; with case 'moderator': $sUrlPref = $site['url'] . 'moderators/'; break; 3-replace the other "if you have it" case 'moderator': $sUrlPref = $site['url'] . 'moderator/'; break; with case 'moderator': $sUrlPref = $site['url'] . 'moderators/'; break; So so So Simple when ya know how lol Many thanks that will get a few people out of trouble me included lol thank you so much Regards Wes |