Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
So, as a shortcut to getting all of my pages to show up in the admin panel, I just copied the same file over and over and renamed them all then uploaded (the extensions are PHP, and they have the lines of PHP needed as shown in the tutorial) but for some reason, only about 6 pages show up in the admin panel, and I have about 10 - 12 pages.
Hi and welcome :)

Are you sure you have also visited the renamed templates as super-admin?
Please see viewtopic.php?f=4&t=8059 to make sure you are doing this step right.

Hope this helps.
KK wrote: Hi and welcome :)

Are you sure you have also visited the renamed templates as super-admin?
Please see viewtopic.php?f=4&t=8059 to make sure you are doing this step right.

Hope this helps.

Yep, I already tried. still no success.
The following debugging tip is mentioned in the post I referred you to but I'll copy it here. Please put the following in the template that is not getting registered -
Code: Select all
<cms:if k_user_access_level ge '10' >
  <p><a target="_blank" href="<cms:admin_link />">EDIT</a></p>
<cms:else /> 
  <h3>You cannot edit!</h3>
</cms:if>

Now please visit the template in your browser - you should see the 'EDIT' link for the changes to be persisted (as it'd be visible to only super-admins). If you don't see it you are not visiting as super-admin.

If, however, you do see the link but are still unable to persist the changes - perhaps something is wrong with the way you have coded the template. Please do a view-source and see it any error is being reported.
If not, please PM me the template and I'll try to see what is going wrong.

Please let me know how it goes.
4 posts Page 1 of 1