News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

WAP2 Registration

Started by topleya, April 04, 2010, 06:56:48 PM

Previous topic - Next topic

topleya

I was playing around a noticed that any page can be viewed from a wireless handset with the addition of ;wap2 at the end of the url.

So I found you can register using the handset.

How can I add a link below Login on the wap2 site for Register?

Arantor

Where, exactly? (Please add a screenshot of what you're looking at and where you hope the link to be)
Holder of controversial views, all of which my own.


topleya

I want the register link below the login link

topleya

Fixed

In Wireless.template

FIND:

<p class="windowbg"><a href="', $scripturl, '?action=login;wap2">', $txt['wireless_options_login'], '</a></p>';

REPLACE WITH:

<p class="windowbg"><a href="', $scripturl, '?action=login;wap2">', $txt['wireless_options_login'], '</a></p><p class="windowbg"><a href="', $scripturl, '?action=register;wap2">Register</a></p>';

Advertisement: