That's great, Brad. In that case, do I need to change any templates?
I found two references to index.php in the footer template. Do they need to be changed with the new cricket-forum-index.php name?
<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
Update: I copied index.php and renamed to cricket-forum-index.php Both copies are now in the root folder so I don't need to change the above conditionals to access the admin and mod cps. The forumhome URL is now showing mydomain.com/cricket-forum-index.php
|