News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

I see style=Register" is missing a double quote, where would i fix it ?

Started by hitsme, May 02, 2016, 10:36:36 PM

Previous topic - Next topic

hitsme

Hi all, i edited some pages myself a while ago i dont remember what page

Basicly what i did was i made every register link dark blue it should be noticeable, as follows
<a href="http://www.MySite.com/forum/index.php?action=register"><span style="color: blue; font-weight: bold;">Register</span></a>

now the problem i have is when one click on it to register
index.php?action=register

instead of displaying a register button this is how its displayed
<span style=Register" tabindex="6" class="button_submit" />

I see style=Register" is missing a double quote, where would i fix it ? template, source....

vbgamer45

I would check the Register.template.php of the theme you are using
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

hitsme

i tried i couldn't find anything,
I probably changed the file in languages added to "register" a inline style for example the source of
Only registered members are allowed to access this section.
Please login below or register an account with

turned into
QuotePlease <a href="http://www.mysite.com/forum/index.php?action=login">login</a> or <a href="http://www.mysite.com/forum/index.php?action=register"><span style="color: blue; font-weight: bold;">Register</span></a>.<br />Did you miss your <a href="http://www.mysite.com/forum/index.php?action=activate">activation email</a>?</div>
what page in lang, would replace register?

hitsme

Got it
index.english.php
Line 84
a had
$txt['register'] = '<span style="color: blue; font-weight: bold;">Register</span>';

Advertisement: