[Theme] Simplicity (SMF v1.0.5 - 1.1RC2)

Started by bloc, January 23, 2005, 12:40:55 PM

Previous topic - Next topic

destalk

#480
Thanks for that Miraenda. At least it's not me going mad. At least not this time anyway. ;)

And yes, renaming the register template does make it work. But then there is another problem, in that the registration email is not sent out.

Miraenda

Actually, the registration email was sent out for the member I registered as using it, so even stranger that yours isn't being

destalk

Hmmm. Very odd.

I'm actually moving that site to a different host, because the server set up is causing problems with some SMF function. Especially with the SE friendly links (hence the errors when Bloc visited my site).

I'll probably do a fresh install and try again. Wish I'd stayed at version 1.05 for a bit longer actually.

Miraenda

destalk, I apologize for this one in saying about the upgrade being okay as I myself didn't know about the registration deal.  I didn't even think to try registering, which I should have done :(

destalk

Oh. No worries. I'm certainly not blaming you for anything. I didn't even remember that you said it was OK for you. :)

This forum is still pretty much in the beta stages, otherwise I would not have gone ahead with the update. It's completely my responsibility.

I'm just wondering though, as I'm changing hosts, whether it's possible to downgrade SMF itself and the simpliity theme.

Even if it's possible, perhaps I should just wait for Bloc to see if he can fix this (which I'm sure he can).  :P

It's not a drama for me though.

rthrash

A quick temporary hack to fix is to change line 129 to:
document.creator.regagree.checked = true;


This makes it so that the register button is always enabled. The JS controlling clicking the I agree box is not working for some reason.

FBI

For you guys, who had error "cannot register" with Simplicity Themes.
This is easy and fast solved. Replace file register.template php from Simplicity Themes with the original file (register template) from Default SMF Themes..

Its work for my Forum.
I dont know what the problem causing this.
I do the upgrade from 1.03 to Beta 3, also did clean install with Beta3. The register problem still occurs. But after replace with default SMF Themes file (register template php), the problem is gone :)

Well, now I am using simplicity while awaiting TinyPortal release from BLOC :)
Thanks bro..


bloc

I will go over the Register.template..it might be a tiny error somewhere.


bloc

Ok, I have discovered one error..this line in current Register.template.php in the Simplicity11 theme:
                                <label for="regagree"><input type="checkbox" name="regagree" onclick="agreesubmit(this);" class="check" id="regagree" /> <b>', $txt[585], '</b></label>

should be:
<label for="regagree"><input type="checkbox" name="regagree" onclick="checkAgree();" id="regagree" class="check" /> <b>', $txt[585], '</b></label>


Can any of you try it out before I change the archive?

bloc


rthrash

That's looking like it works... Thanks!

Now, if you could help me figure out the crazy code block resize despite all sorts of CSS wrangling, that would be awesome! (And the member list page, too ;)

Miraenda

Looks to be working now with that change to Register.template.php, thanks Bloc :)

bloc

Quote from: rthrash on July 27, 2005, 03:18:14 PM
That's looking like it works... Thanks!

Now, if you could help me figure out the crazy code block resize despite all sorts of CSS wrangling, that would be awesome! (And the member list page, too ;)

The memberlist i have changed some...just using an image there again.
if you find this line in Memberlist.template:
                                        ', $context['can_send_pm'] ? '<a href="' . $member['online']['href'] . '" title="' . $member['online']['text'] . '">' : '', $settings['use_image_buttons'] ? '<img src="' . $member['online']['image_href'] . '" alt="' . $member['online']['text'] . '" border="0" align="middle" />' : $member['online']['label'], $context['can_send_pm'] ? '</a>' : '', '

and change to:
                                        ', $context['can_send_pm'] ? '<a href="' . $member['online']['href'] . '" title="' . $member['online']['text'] . '">' : '' , '<img src="' . $member['online']['image_href'] . '" alt="' . $member['online']['text'] . '" border="0" align="middle" />' , $context['can_send_pm'] ? '</a>' : '', '


...as for the code text pushing everything out I have managed to make the it hidden, but not with a scrollbar...while the original display of Simplicity works fine, the one with more userinfo shown, doesn not in IE. I have to work more on this.

destalk

Thanks for the outstanding 'response time' Bloc. ;D

I haven't tried it yet, but I'm sure it's fine.

I'm going to do a fresh install. Have you updated the download archive?

Thanks again.

bloc

Not yet..but the changes are described here though. Still working on the issue with "code" class, I think i have to do a rewrite of that portion. The tables used seem to not want to render a scrollbar in IE.

destalk


destalk

Just to confirm that those changes work fine with my register file also. Thanks bloc.

Also, the email issues were to do with mySQL problems with my host. :-\

chaking


The path to SSI.php is wrong..probably because SMF is inside a another folder than Mambo. If you open .template.php and find require("SSI.php"); and instead change that to the path to SMF - from the Mambo root folder - it should work.
[/quote]
I'm using the beta version... I'm not quite sure which .template.php to use... I've looked through a lot of them for the require("SSI.php") but haven't found it... any help... thanks :-)

bloc

chaking, its in the boardindex.template.php.

 
Advertisement: