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

Help with join page ethos theme | Forum

Topic location: Forum home » Development » Themes
Umair
Umair Feb 1 '15
Can anybody provide me code to customize my join page and make it look like the one in the attachment or something close to it.


Attachments:
  join page example.jpg (243Kb)
Austeyr
Austeyr Feb 18 '15
try here - How To Customize Join Page pretty good tutorial on how to do what your after...
Umair
Umair Feb 18 '15

Quote from Austeyr try here - How To Customize Join Page pretty good tutorial on how to do what your after...

Thank you for your reply. The link seems to be weird. Can you provide me actual link please?
Austeyr
Austeyr Feb 18 '15
yeah of course... here it is http://www.ewtnet.com/...all-join-page_5.html



it was a short link service i was using, when info is easy to find on forums or via google i use that service lol im a cheeky monkey... very naughty lol


The Forum post is edited by Austeyr Feb 18 '15
Umair
Umair Feb 18 '15
Thank you. I already read these posts from ewtnet, but unfortunately did not get what I want. I read some where and removed the menu successfully from my ethos join page by putting this
 {style}
{literal}
.ow_menu_wrap, .ow_main_menu {
display:none !important;
}
{/literal}
{/style}

above my join page html file, but the background image is not covering the whole page.. The menu column on the left side of ethos theme is still empty. May be e-club can solve this issue. I want my background image to cover the whole page. I used this post to do that http://www.ewtnet.com/2013/04/how-to-add-fixed-background-image-to_5.html
Austeyr
Austeyr Feb 18 '15
id sugesst waiting for the dev of ethos to answer your questions here http://www.oxwall.org/forum/topic/23126?page=7#post-136054 he will know whats up cause he is using fulll width image on his site but when you shrink browser is goes away and converts to mobile in a nice way best not to hack code these things sometimes, he's pretty helpful so might know the answers your after.
The Forum post is edited by Austeyr Feb 18 '15
Umair
Umair Mar 12 '15
+1 WebFid
Quote from WebFid Solutions To make ur sign page look good go to /ow_system_plugins/base/controllers/join.php
look for

if ( $question['realName'] == 'username' )


Then, under that, add this: 

$this->getElement($question['name'])->addAttribute("placeholder", "Username");

you can do same for the rest of the fields so that the input placeholers will be assigned inside the textboxes instead of beign used in the label tags as on https://www.imutr.com

also In order to style the page to remove some elements unwanted like the menu and the header bar, /ow_system_plugins/base/views/controllers/join_index.html

and add the tags

{style}
.whatever_you_want_to_remove {
display:none !important;
}
{/style}
its good to use important as it helps hide the div and overwriting fast the divs display status.

you can add more styles and elements in thr join_index.html

Just got a little free time to post this

Thanks
Bhardwaj sinh
Bhardwaj sinh Jul 24 '16
Hey Umair can you do it for me please i dont have any idea on it will you please help me do it i want to customise my ethos theme sign in page and join page plase help me doing it