I am looking to remove or redirect the Join link on the home page. The one that is attached to the photo scroller. I have followed the advice of this link but still nothing.
http://www.boonex.com/unity/forums/?action=goto&topic_id=How-to-get-rid-of-the-JOIN-button
any thoughts?
Thanks
|
I made an error in my first post, which I corrected in a later one. Did you also read that one (as well as empty the cache)?
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Nice sig Magnus.
Can I rent some of that advertising space from you?
/DM
Dolphin - Ajax Masturbation |
yes I did it now looks like this.
<div class="sys_tm_actions"> <div class="input_wrapper input_wrapper_input_set"> <div class="button_wrapper" style="margin-right: 14px"> </div><div class="button_wrapper"> <input class="form_input_submit bigLoginButton submit" type="button" value="<bx_text:_Login />" name="login" alt="showPopupLoginForm(); return false;" /> <div class="button_wrapper_close"> </div> </div> </div> </div>
|
Nice sig Magnus.
Can I rent some of that advertising space from you?
/DM
It's not "advertising space."
yes I did it now looks like this.
The code may have changed in the latest release. I'll look into it for you.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
It's not "advertising space."
"Advertising" - non-personal form of communication intended to persuade an audience (viewers, readers or listeners) to purchase or take some action upon products, ideals, or services.
/DM
Dolphin - Ajax Masturbation |
It's not "advertising space."
"Advertising" - non-personal form of communication intended to persuade an audience (viewers, readers or listeners) to purchase or take some action upon products, ideals, or services.
/DM
I see that a support-related list of users has nothing to do with a support topic. I also see you love following and harassing me in every topic I'm in.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
wtfranklin, are you using a custom template? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I also see you love following and harassing me in every topic I'm in.
FFS, it's a forum, I'm having a conversation with you. If you don't want people to reply to you. Don't post here.
Get over yourself.
/DM
PS wtfranklin - just add following code to the top_menu.css file in your template
.sys_tm_actions .bigJoinButton {
display:none !important;
}
Dolphin - Ajax Masturbation |
Thanks DM worked like a charm. Is there a way to keep that button but redirect the link from join.php to join.html?
Tried that first but it did not work, so I had decided just to remove it.
Thanks,
Wayne
|
Thanks DM worked like a charm. Is there a way to keep that button but redirect the link from join.php to join.html?
Tried that first but it did not work, so I had decided just to remove it.
Thanks,
Wayne
Yes.
Edit /templates/base/login_join.html
Replace
alt="window.open ('<bx_url_root />join.php','_self');"
With
alt="javascript:window.location='http://www.google.com'"
HTH
/DM
Dolphin - Ajax Masturbation |
...Dont forget that the button is not the only thing that redirects to the join page
You will also need to edit the setting in the admin panel for the link for the promo banner.
There are some other areas to consider too such as the bread crumbs and the links in the popup login boxes
/DM
Dolphin - Ajax Masturbation |