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

Owwall in subfolder - need help with showing login page instead of JOIN page [Answered] | Forum

Michal Cinciala
Michal Cinciala Sep 24 '13

My situation is as follows:


I have a Wordpress installation in the root folder of the domain. Oxwall is installed in /oxwall subfolder. User sign-up is deactivated (joining only on invitation and "Guests can view the site set" to No).


All works fine with just one exception.


Whenever user accesses the Oxwall via link http://site.com/oxwall, a Join page is shown with information that "Sorry, site registration is closed" (which is correct). BUT, instead of this page, I want to show the User Login page. I tried to modify the htaccess, but without success.


In addition, I would like to remove the Sign Up button, since the site will never be open to public signup.


Can anybody help please?

The Forum post is edited by ross Nov 19 '13
fbkca
fbkca Sep 24 '13
Create a new menu item that links to /oxwall/sign-in and put it first in the menu list.


To remove the join button edit your CSS to add "display: none;" to this section:


.ow_sign_up a {

display: none;

}


You can leave whatever else is in that section...

The Forum post is edited by fbkca Sep 24 '13
ross Team
ross Oct 7 '13
MIchal, has your problem been resolved with FBKCA solution?