ok
I have same problem I removed join now link from members login but I need to remove it from top right corner and I lost 3 days now trying to do that so OKWEB help now!!!
thnax
ok
I have same problem I removed join now link from members login but I need to remove it from top right corner and I lost 3 days now trying to do that so OKWEB help now!!!
thnax
Got it Go to admin panel ,setting ,languages setting look for the string u want to change the change it .
because there is a lot of string do some trial by editing and see how it look on ur site if it show the new string edited then it's the good on ,but what i have done i didn't delete as i may need may be that in the future just open edit and delete what is inside such join now and so on
hi man,
I have a problem understanding your post, sorry but I didnt get anything of procedure what to do to remove Join Now so if you can rewrite post with steps how you did it. I only need to remove Join Now from top right corner, but only that link not member login. So be so kind and let me know and send me address of your site
thanx man
ps; please step by step so I can understand
basically ,it is in admin panel language setting .in language string look for join now ,et list of related subject will come select the one u need ,then click on edit don't click on delete.
after clicking on edit join now clear it then save.
but as i said to make sure that u have select the right button try to edit first;let say instead of join now right something else the visualise ur site to see if the edit u juste make work and u have the right button .then if it's the right button string ,clear see more it in edit as state above and save it. i hope i have been clear this time.read it slowly u will get there.
anyway it all in the language setting.
Hey do this...go to templates/tmpl_uni/scripts . You will find a file functions.php open it with notepad. Search for link to member.php page in it. You will find the link along with member login.revode the particular section of code between <a> and </a> which links to member.php of ur site.
Sorry, typing error. Don't remove the code which links to member.php . Remove the code which links to join_form.php
. You will get this link at two places. One is for top right. Other for homepage login box join link. Remove both links to join_form.php
<div class="login_form_join">
__or__ <a href="__join_page_url__">__join_label__</a>
</div>
templates/tmpl_uni/login_form.html
I have same problem I removed join now link from members login but I need to remove it from top right corner and I lost 3 days now trying to do that so OKWEB help now!!!
thnax
I have same problem I removed join now link from members login but I need to remove it from top right corner and I lost 3 days now trying to do that so OKWEB help now!!!
thnax
because there is a lot of string do some trial by editing and see how it look on ur site if it show the new string edited then it's the good on ,but what i have done i didn't delete as i may need may be that in the future just open edit and delete what is inside such join now and so on
I have a problem understanding your post, sorry but I didnt get anything of procedure what to do to remove Join Now so if you can rewrite post with steps how you did it. I only need to remove Join Now from top right corner, but only that link not member login. So be so kind and let me know and send me address of your site
thanx man
ps; please step by step so I can understand
after clicking on edit join now clear it then save.
but as i said to make sure that u have select the right button try to edit first;let say instead of join now right something else the visualise ur site to see if the edit u juste make work and u have the right button .then if it's the right button string ,clear see more
. You will get this link at two places. One is for top right. Other for homepage login box join link. Remove both links to join_form.php