- Posts: 134
- Thank you received: 0
Disable positions?
-
felipergueza
Inactive member -
Topic Author
- Member
-
Less
More
13 years 7 months ago #10389
by felipergueza
Disable positions? was created by felipergueza
Continuing with the design of my site and am using the template Destinations.
I would like to disable the logo position, and user4 user4, is this possible you ask?
I would like to disable the logo position, and user4 user4, is this possible you ask?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #10403
by ivan.milic
Replied by ivan.milic on topic Re: Disable positions?
open index.php of template. FInd this:
<jdoc:include type="modules" name="logo" />
and remove it.
You can find similar for user4.
After that if you want to remove them from administration so they don't appear. Open templateDetails.xml and remove:
<position>logo</position>
and
<position>user4</position>
prom <positions> element.
<jdoc:include type="modules" name="logo" />
and remove it.
You can find similar for user4.
After that if you want to remove them from administration so they don't appear. Open templateDetails.xml and remove:
<position>logo</position>
and
<position>user4</position>
prom <positions> element.
Please Log in to join the conversation.
Time to create page: 0.147 seconds