Firefox PHP

Template: Simple Rounded

Posted by Joe Curia 
Re: Template: Simple Rounded
April 24, 2009 11:28PM
Ahh... ok... i just noticed that (i´ll guess) while filipping around with different users and suddenly i saw the newsflag on the mainpage!
So it works as it should!
Sorry about me being a noob...

How about the spam thingy (capcha) that makes the text from the submit button to "stay put" on its original spot it had before the capcha text enters?

The function of the field and the submit text works as it should (i could create a new account), so no problem there.

Is this something you could fix?
I have now disabled the capcha on the new profile side.
Re: Template: Simple Rounded
April 24, 2009 11:36PM
I will look into that issue, though it only seems to appear with the "Code, drawn using a GIF image" setting selected for the "Which type of CAPTCHA?" option. The others appear to work fine and could be used as an alternative for now.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Template: Simple Rounded
April 24, 2009 11:48PM
Ok, please try this version of the register.tpl file (upload over the existing simple_rounded/register.tpl). The problem is that my module uses separate rows for each entry on the registration page. The Spam Hurdles module does not use templates so I cannot create a workaround for that module to compensate. So, if you do use a module in the future (such as my Enhanced Custom Profile Fields module) which does have its own template workaround, you may have issues. That said, if this works for you, then you should be fine going forward with this workaround file.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Template: Simple Rounded
April 25, 2009 06:43AM
Thx for all your help!
I´m just posting this screendump of the link you posted for me to uppload over the existingregister.tpl.
should it look like this??

I just want to be shure before uploading it.

Rabarbervin.
Re: Template: Simple Rounded
April 25, 2009 07:13AM
You want to save the file (right-click, save as) not simply open it. The reason you are seeing that screen is that IE is trying to interpret the file as an HTML page (there are HTML tags after all) but the template files have so much more and require integration through Phorum. To be safe, I would recommend renaming the current register.tpl as register.old or something similar, then uploading the new file.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Template: Simple Rounded
April 25, 2009 03:05PM
Works like a charm!

Thx!

Rabarbervin
Re: Template: Simple Rounded
May 09, 2009 07:08AM
Hello again, Joe!
Earlier you helped me with positioning the left and right columns to the top of the page instead of them defaulting to middle vertical aligment.

My problem now is that i need to change the center column (main) the same way, and as always, i cant see what templet to change.
I´ll guess it´s the same string to change as in the footer and header...

Hulahop!
Rabarbervin.
Re: Template: Simple Rounded
May 09, 2009 07:45AM
The change is actually in the header.tpl file, directly below the line you changed for the left column:
{IF leftcolumnwidth}<td width="{leftcolumnwidth}" style="vertical-align: top;">{INCLUDE "left_column"}</td>{/IF}
<td width="{templatewidth}">
should read:
{IF leftcolumnwidth}<td width="{leftcolumnwidth}" style="vertical-align: top;">{INCLUDE "left_column"}</td>{/IF}
<td width="{templatewidth}" style="vertical-align: top;">


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Template: Simple Rounded
May 09, 2009 02:28PM
Thx again my friend!
It works just like i want it to!

Any idea when you will have time to make the avatar module to work with this templet?

I really like this templet!!

Rabarbervin



Edited 1 time(s). Last edit at 05/09/2009 04:16PM by Rabarbervin.
Re: Template: Simple Rounded
May 11, 2009 04:25PM
check my phorum how i remover the horizontal bar ?
Sorry, only registered users may post in this forum.

Click here to login