I have Dolphin set up for family members only. I fix the add member module and works fine. No I would like to remove the "Join" from login page, but can not find where to remove. I went trough settings and can not find it. Any help?. Thank you.
I have Dolphin set up for family members only. I fix the add member module and works fine. No I would like to remove the "Join" from login page, but can not find where to remove. I went trough settings and can not find it. Any help?. Thank you. |
Go to your admin. Then builders, then service menu. Drag the join block down to the inactive section. Go to the pages builder and find the Join Page. Drag the Join Now block down to the inactive section. Geeks, making the world a better place |
From the page builder I was able to drag down but the service will not let me drag dow |
For the service menu, click on the text "join" that you see on the item. This will open the dialogue box for that item. Go to the bottom and you will see visible for and there will be guest and member. Untick the guest box and then submit and that should remove it from being shown to guest (non members) Geeks, making the world a better place |
I have a similar situation. I just enabled "Enable Registration By Invitation Only" in Admin/Settings/Advanced Settings/Profile (5th Item Down). Although it still leaves the Join form, it puts up a message and people should realise that they have to contact you to be invited. See photo. It's the simplest way to do it and it works fine on my site. |
That is what I did. I could not get raid of the Join. I did follow the geek_girl advise, but did not work. Apparently, it is "hard coded" somewhere. Thank you geek_girl. |
I even deleted the item completely. The Service Menu builder should have complete control over this. However, it does appear that the pop-up join is hard coded somewhere so we are just pissing in the wind with the Service Menu builder. Geeks, making the world a better place |
I might look at this when I have time. Geeks, making the world a better place |
Hello dupek66!
The also variant If you need to remove the join from the Login popup then it can be done via the removal the following lines:
<li><a href="#tabs-join"><bx_text:_Join_now /></a></li> and <div id="tabs-join">__top_menu____join_form__</div>
from the templates/base/login_join_popup.html file (but better copy it to your actual template folder like templates/tmpl_uni/ and edit it there). Don't forget to clean cache after this actions (admin panel->tools->cache area). |
Hello dupek66!
The also variant If you need to remove the join from the Login popup then it can be done via the removal the following lines:
<li><a href="#tabs-join"><bx_text:_Join_now /></a></li> and <div id="tabs-join">__top_menu____join_form__</div>
from the templates/base/login_join_popup.html file (but better copy it to your actual template folder like templates/tmpl_uni/ and edit it there). Don't forget to clean cache after this actions (admin panel->tools->cache area). So exactly what does the crap in the service menu accomplish and why does unticking the visibility switch doesn't work? I mark this as a coding bug in Dolphin; not that it will be fixed or anything since UNA is the Dolphin Solution. Geeks, making the world a better place |
The Join is still there, but now both show login. Making progress.Thank you. |
I went to login-joint.html. There was reference to button creation. I remove it. I even rename the logingjoint.php and the button still there. Do not show Join form but Login. Why they have to make this software so complicated. I give up. Have to live with what I have until the MFC get updated. Then I switch over. Dolphin is too big and complicated for what I need. Thanks a lot everyone. |
I went to login-joint.html. There was reference to button creation. I remove it. I even rename the logingjoint.php and the button still there. Do not show Join form but Login. Why they have to make this software so complicated. I give up. Have to live with what I have until the MFC get updated. Then I switch over. Dolphin is too big and complicated for what I need. Thanks a lot everyone. I will take a look later and see how it goes; I can post the file here if it works. Don't give up on Dolphin, it is a great platform. By the way, did you clear all your caches in the admin as well as /cache and /cache_public? I have a feeling that it didn't work because Dolphin is loading a cached version of the file. You have to clear the cache when making changes in any of the template files. Geeks, making the world a better place |
I did clear the cache. Dolphin works for me so far and I do not like changes. The MFC software are still in development and a lot of bugs. It is single handed development. It will take another year to make it better, but I see a future in that. If that guy do not give up, it may become as good as Dolphin and definitely better that UNA. |
I wonder if it is the javascript pop-up form; although usually the modal forms are generated by a script that takes the form and presents it on a page with a semitransparent background. If you want to hire me, I will devote time to this now. Send me a PM if interested. Geeks, making the world a better place |