Coroner
23 Dec 2009, 13:28
I wrote this article, 'cause when I started with CMS, I didn't found were to change the layout.
After a long of searching, reading and asking, I found it in the frontend.
But ... there is a way to change it in the AdminCP.
This change will add two more options inside the section-menue. See images (before/after).
OK, let's start.
Open the file packages/vbcms/contentmanager.php
at the line 3416 you will found this code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change it into:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
a few line later, at 3485 you will found the following code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change those lines into:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
All those changes were done in the RC4 (I don't know if it's disabled in the 4.0.0PL1, I can't get the suite at the moment).
After a long of searching, reading and asking, I found it in the frontend.
But ... there is a way to change it in the AdminCP.
This change will add two more options inside the section-menue. See images (before/after).
OK, let's start.
Open the file packages/vbcms/contentmanager.php
at the line 3416 you will found this code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change it into:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
a few line later, at 3485 you will found the following code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change those lines into:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
All those changes were done in the RC4 (I don't know if it's disabled in the 4.0.0PL1, I can't get the suite at the moment).