Christian

Customer
Hey,

I need some help to remove or edit the tet inside of the footer on the zipper style... Where do i find the bit to edit the text inside of the footer?
 
Do you mean the XenBase Footer?

Style Properties >>>> [XB] - Footer

20-04-2014 17-53-28.png
 
I have come across one more problem ;) If you go to my site (http://chris332211.nn.pe) and prss sign in or register (Top Right) I have added "Steam Intergration" and it says "Sign in via Steam" or something...

Now down to this being a unique theme.. any way to get that button to appear on the themes remade sign up/sign in bit...

Haha might sound confusing but if you need any pictures i can post them but would this be poss...?
 
Try this:

in zipped_loginform

At the bottom add this:

Code:
  <br /><xen:include template="xb_socialLogins" />

Above this:

Code:
   </form>
</div>

I think that should work, you can enable which logins you want to see there via [XB] Sidebar
 
I can only enable Facebook, Twitter and Google login... I need to enable steam login... I want that sign is through steam buttom to appear where this themes sign up/register bit is?

It has the hook for any additional logins there by default, can you link to your site?
 
This is still needed :/ anyone know how to ut the steam login where the Zipped style login is?

Alright I took a look, he changed it from adding it via hooks and switched to the new template modification which is why it use to show there but no longer does.

To fix...

open up:

xb_sociallogins template:

Beneath:

Code:
    <xen:if is="{$xenOptions.googleClientId} AND @xb_loginGoogle == 1">
       <xen:require css="google.css" />
       <li><span class="googleLogin GoogleLogin JsOnly" tabindex="110" data-client-id="{$xenOptions.googleClientId}" data-redirect-url="{xen:link register/google, '', 'code=__CODE__', 'csrf={$session.sessionCsrf}'}"><span>{xen:phrase login_with_google}</span></span></li>
     </xen:if>

Add this:

Code:
<xen:if is="{$xenOptions.steamAPIKey}">
<li><a href="{xen:link register/steam, '', 'reg=1'}" style="text-decoration:none;display: inline-block;">
  <img src="https://steamcommunity.com/public/images/signinthroughsteam/sits_small.png" alt="Sign up with Steam" style="margin:0 14px;"/>
</a></li>
         </xen:if>

Let me know if that works for you.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back