We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

what is the oxwall index page name? | Forum

Topic location: Forum home » Support » General Questions
omer
omer Aug 28 '15
what is the oxwall index/mainpage name?


i will write here 


<?php if ( is_home() ) { ?> <div id="header">This is the header</div> <?php } ?>

Oxwall Tips
Oxwall Tips Sep 1 '15
Omer to give your index page another look and feel you will need to follow one of the solutions given here http://www.oxwall.org/forum/topic/36370. . They are for profile page, but logic is the same.
omer
omer Sep 2 '15
no look... just i want to show header pic only in oxwall index page...
The Forum post is edited by omer Sep 2 '15
Taissa Team
Taissa Sep 7 '15
Omer, you can edit Index page layouts and completely change its appearance by using Custom text/HTML widget. This will allow for whatever custom CSS you wish and will take effect only for Index page. In this way you don't need to change core files.
This widget is available for the following pages: Main, Groups View, View Profile, Dashboard.
So, we recommend you to use this solution for Index page customization.
omer
omer Sep 7 '15
hey i dont need you advice, i know already you said.. please dont... i want to learn only oxwall index page name.. ok?
Taissa Team
Taissa Sep 8 '15
Omer, this is considered as custom code modification. I  can not provide you with detailed instructions. All I can just show you the direction. You will need to introduce getEventManager function and request a few attributes like: ATTRS_KEY_CTRL and ATTRS_KEY_ACTION.
I'll PM you an example for better understanding.