Template: Simple Rounded
Posted by Joe Curia
Re: Template: Simple Rounded April 03, 2009 01:31PM |
Registered: 16 years ago Posts: 121 |
NICE WORK!!!
I just installed it on my testforum and everything looks good... but you can´t post any messages.... how come??
What i see when howering my mouse over the "post message" button is *javascript: simple_rounded_submit_form('post','finish').
In the old templet (emerald) there is a direct link to posting.php, not a javalink...
Edited 1 time(s). Last edit at 04/06/2009 07:51PM by Rabarbervin.
I just installed it on my testforum and everything looks good... but you can´t post any messages.... how come??
What i see when howering my mouse over the "post message" button is *javascript: simple_rounded_submit_form('post','finish').
In the old templet (emerald) there is a direct link to posting.php, not a javalink...
Edited 1 time(s). Last edit at 04/06/2009 07:51PM by Rabarbervin.
Re: Template: Simple Rounded April 03, 2009 01:49PM |
Moderator Registered: 17 years ago Posts: 1,301 |
Default support for the template javascript.tpl file was added in version 5.2.8 of Phorum. Please upgrade your Phorum installation for this template to work properly.
Thanks for pointing this out though. I will add the version requirement so others do not hit this snag.
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
Edited 1 time(s). Last edit at 04/03/2009 01:50PM by Joe Curia.
Thanks for pointing this out though. I will add the version requirement so others do not hit this snag.
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
Edited 1 time(s). Last edit at 04/03/2009 01:50PM by Joe Curia.
Re: Template: Simple Rounded April 04, 2009 07:51AM |
Registered: 16 years ago Posts: 121 |
Re: Template: Simple Rounded April 22, 2009 04:41PM |
Registered: 16 years ago Posts: 121 |
I´m trying to find wich templet to change to get the main forum to stay at top with the left and right column templets.
It seems that the left/right columns is made to center with the main forum (or the forum to center with the left/right columns).
Please help!
Thx!
Rabarbervin.
Edited 2 time(s). Last edit at 04/23/2009 08:05PM by Rabarbervin.
It seems that the left/right columns is made to center with the main forum (or the forum to center with the left/right columns).
Please help!
Thx!
Rabarbervin.
Edited 2 time(s). Last edit at 04/23/2009 08:05PM by Rabarbervin.
Re: Template: Simple Rounded April 22, 2009 05:49PM |
Moderator Registered: 17 years ago Posts: 1,301 |
Table cells should default to middle vertical alignment according to HTML 4.01
Please edit the header.tpl file and change:
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
Please edit the header.tpl file and change:
{IF leftcolumnwidth}<td width="{leftcolumnwidth}">{INCLUDE "left_column"}</td>{/IF}to:
{IF leftcolumnwidth}<td width="{leftcolumnwidth}" style="vertical-align: top;">{INCLUDE "left_column"}</td>{/IF}Do the same in the footer.tpl file for the right column.
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 23, 2009 09:49AM |
Registered: 16 years ago Posts: 121 |
Thank you wery much for your qick help!!
This seems to work, i´m working on the right templet now so the left shouldnt be any problem for me (i hope).
I have one question regarding this templet using Java... does this mean that visitors to my site (using this templet) will get into some trouble if they have Java disabled?
Alot of surfers do have Java disabled.
Rabarbervin.
This seems to work, i´m working on the right templet now so the left shouldnt be any problem for me (i hope).
I have one question regarding this templet using Java... does this mean that visitors to my site (using this templet) will get into some trouble if they have Java disabled?
Alot of surfers do have Java disabled.
Rabarbervin.
Re: Template: Simple Rounded April 23, 2009 10:05AM |
Moderator Registered: 17 years ago Posts: 1,301 |
This template makes use of Javascript for its form submission "buttons" to provide their unique look, so yes, your visitors will need Javascript enabled to make full use of the site.
According to the March 2009 stats from The Counter, 93% of web users are running javascript, and I personally have come across many sites that require the use of Javascript.
Maybe a <noscript> type warning may be appropriate, or, if I have the time and there seems a sufficient need, possibly a <noscript> set of buttons for those who would like to use this template but do not want to require Javascript.
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
According to the March 2009 stats from The Counter, 93% of web users are running javascript, and I personally have come across many sites that require the use of Javascript.
Maybe a <noscript> type warning may be appropriate, or, if I have the time and there seems a sufficient need, possibly a <noscript> set of buttons for those who would like to use this template but do not want to require Javascript.
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 05:45AM |
Registered: 16 years ago Posts: 121 |
This happens when creating a new profile.
The spam thingy (captcha) makes the text from the submit button to "stay put" on its original spot it had before the captcha 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.
Edited 3 time(s). Last edit at 04/25/2009 03:12PM by Rabarbervin.
The spam thingy (captcha) makes the text from the submit button to "stay put" on its original spot it had before the captcha 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.
Edited 3 time(s). Last edit at 04/25/2009 03:12PM by Rabarbervin.
Re: Template: Simple Rounded April 24, 2009 10:29PM |
Registered: 16 years ago Posts: 121 |
Uohh... i´m sorry to say that i´ve found another little bug in your GOOD LOOKING template...
But i´ve really have fallen in love with this template and i am now using it!
So do not see me as a person that just likes to complain for the sake of complaining!
This is the recent bug i come across:
New posts doesn´t show up at the main page but they do show up at the sub pages.
Rabarbervin.
Edited 2 time(s). Last edit at 04/25/2009 03:10PM by Rabarbervin.
But i´ve really have fallen in love with this template and i am now using it!
So do not see me as a person that just likes to complain for the sake of complaining!
This is the recent bug i come across:
New posts doesn´t show up at the main page but they do show up at the sub pages.
Rabarbervin.
Edited 2 time(s). Last edit at 04/25/2009 03:10PM by Rabarbervin.
Re: Template: Simple Rounded April 24, 2009 11:13PM |
Moderator Registered: 17 years ago Posts: 1,301 |
I tested this on my test site and found no problem. Please note the way that Phorum handles new messages. If a forum has new messages to you, but you have never read a message in that forum (ie. all of the messages are new) then the index page will not show any new messages. You can see that in action on this site with the Emerald template by visiting one of the foreign language forums (assuming you have not read any messages in that forum). You can also test this on your site by reading the message in the "Transportation not depending on. . ." forum, then logging in with another test user and posting a new message to that forum. Now, when you log back in with your original user, you should see a new flag on the index page for that forum.
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
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
Sorry, only registered users may post in this forum.