Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sidwillphd Friend
    #170919

    How do I change “Create an account” to “Join” in main menu and then create a link to my CBSubs app when “Join” is clicked?

    kobenes Friend
    #425696

    Please give us your site’s URL and preview image then we can understand what you are talking about and help you 😉

    sidwillphd Friend
    #425702

    It’s “Login/Create an account” in the “quickaccess” position. It’s the one in the demo; it’s not unique to my site.
    I simply want to change “Create an account” to “Join” and then link that button to CBSubs.
    Hope that helps explain.

    khoand Friend
    #425715

    <em>@sidwillphd 284045 wrote:</em><blockquote>It’s “Login/Create an account” in the “quickaccess” position. It’s the one in the demo; it’s not unique to my site.
    I simply want to change “Create an account” to “Join” and then link that button to CBSubs.
    Hope that helps explain.</blockquote>
    Hi,
    You change this code from languageen-GBen-GB.mod_jalogin.ini
    REGISTER=”Create an account”

    sidwillphd Friend
    #425722

    Thanks!
    You answered the first part of my question.
    Now, how do I create a link from that button (without the registration info in the sub-menu) to my CBSubs app (or any third party membership app) which will handle registrations?

    khoand Friend
    #425758

    <em>@sidwillphd 284069 wrote:</em><blockquote>Thanks!
    You answered the first part of my question.
    Now, how do I create a link from that button (without the registration info in the sub-menu) to my CBSubs app (or any third party membership app) which will handle registrations?</blockquote>
    You find this code from /modules/mod_jalogin/tmpl/default.php

    <a class="register-switch" href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="showBox('ja-user-register','namemsg',this, window.event || event);return false;" >
    <span><?php echo JText::_('REGISTER');?></span>
    </a>

    and you change bold text as your linik

    sidwillphd Friend
    #426580

    I changed the href= code to my link as you suggested, but it changed nothing. It still linked to the standard Joomla registration form.

    Here is the link to the registration form I want to use: http://pbizr.org/index.php/component/rsmembership/view-membership-details/1-individual/1-one-year-recurring-membership

    Any other suggestions? Thanks!

    NOTE: Solved the problem myself: Discovered that the path to the code that should be edited is: open templatesja_community_plushtmlmod_jalogindefault.php – not the one given by khoand in his post above.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  sidwillphd 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum