wmaya
08-14-2013, 02:41 PM
Hi,
I was using vBulletin 4 with aMemeber, I upgraded to vBulletin 5 and I am using the latest aMember plugin but there is one thing that doesn't work which is the login/register links in vBulletin 5.
There are no hooks anymore to change as there were in vb4. The other functionality of the amember plugin is working correctly:
1. aMember add/remove users from vBulletin on signup/expiration.
2. user is logged in to vBulletin after login into aMember and vice versa.
Can any one give me some details as to where and how I could manually edit these links in the vBulletin styles/templates login.
I think this would need to better to modified in header template rather than in login templates. Can anyone tell me where I could add the redirects and comment out the iframe login.
In the Style Manager there is:
login Templates
login_form
login redirect
the login_form seems to be called in the header here:
<li class="username-container h-right">
<span id="lnkLoginSignupMenu">{vbhrase login_or_sign_up}</span>
<ul>
<li id="idLoginIframeContainer">
{vb:set currentUrl, {vb:raw baseurl}}
{vb:strcat currentUrl, {vb:raw page.url}}
<iframe id="idLoginIframe" src="{vb:raw baseurl_login}/auth/login-form" ></iframe>
</li>
I tried to provide some details above, but would appreciate any guidance. Thanks in advance!
I was using vBulletin 4 with aMemeber, I upgraded to vBulletin 5 and I am using the latest aMember plugin but there is one thing that doesn't work which is the login/register links in vBulletin 5.
There are no hooks anymore to change as there were in vb4. The other functionality of the amember plugin is working correctly:
1. aMember add/remove users from vBulletin on signup/expiration.
2. user is logged in to vBulletin after login into aMember and vice versa.
Can any one give me some details as to where and how I could manually edit these links in the vBulletin styles/templates login.
I think this would need to better to modified in header template rather than in login templates. Can anyone tell me where I could add the redirects and comment out the iframe login.
In the Style Manager there is:
login Templates
login_form
login redirect
the login_form seems to be called in the header here:
<li class="username-container h-right">
<span id="lnkLoginSignupMenu">{vbhrase login_or_sign_up}</span>
<ul>
<li id="idLoginIframeContainer">
{vb:set currentUrl, {vb:raw baseurl}}
{vb:strcat currentUrl, {vb:raw page.url}}
<iframe id="idLoginIframe" src="{vb:raw baseurl_login}/auth/login-form" ></iframe>
</li>
I tried to provide some details above, but would appreciate any guidance. Thanks in advance!