Template: Simple Rounded
Posted by Joe Curia
Re: Template: Simple Rounded January 31, 2011 08:26PM |
Registered: 13 years ago Posts: 3 |
Re: Template: Simple Rounded January 31, 2011 10:38PM |
Moderator Registered: 17 years ago Posts: 1,301 |
Try this (untested):
In the index_classic.tpl and index_new.tpl files, add your image on the first line of these files, above the user_menu as shown here
Note the "float: right" style which is required to put the image on the right.
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
In the index_classic.tpl and index_new.tpl files, add your image on the first line of these files, above the user_menu as shown here
Language: HTML
<img style="float: right" src="http://www.yoursite.com/yourimage.jpg" /> {INCLUDE "user_menu"} {IF USER->NOTICE->SHOW}{INCLUDE "moderator_menu"}{/IF} {INCLUDE "actions_menu"}
Note the "float: right" style which is required to put the image on the right.
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 February 01, 2011 03:37AM |
Registered: 13 years ago Posts: 3 |
Re: Template: Simple Rounded February 01, 2011 04:07AM |
Registered: 13 years ago Posts: 3 |
Beginner's question: integrate header/footer into template March 11, 2011 04:35AM |
Registered: 13 years ago Posts: 1 |
Dear Joe,
I've just discovered Phorum and your template and this is great. I am trying to customise the simple-rounded template to integrate into the overall design of my website.
I've been trying to insert a navigation bar and logo into the header, but do not seem to find the right place to insert it. Can you please help out?
Also, I have a footer with a background image, but can't seem to be able to display the background image, which is integrated in a footer style that I integrated into the css stylesheet. Any clue?
Thanks in advance for your help, I'm really stuck now!
Tania, new Phorum user
I've just discovered Phorum and your template and this is great. I am trying to customise the simple-rounded template to integrate into the overall design of my website.
I've been trying to insert a navigation bar and logo into the header, but do not seem to find the right place to insert it. Can you please help out?
Also, I have a footer with a background image, but can't seem to be able to display the background image, which is integrated in a footer style that I integrated into the css stylesheet. Any clue?
Thanks in advance for your help, I'm really stuck now!
Tania, new Phorum user
Re: Beginner's question: integrate header/footer into template March 11, 2011 10:34AM |
Admin Registered: 20 years ago Posts: 8,532 |
It would help if you can show us what you have got so far on a public website. Without a specific problem to look at, I don't think that you will get much response to your question.
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Template: Simple Rounded April 01, 2013 05:44PM |
Registered: 11 years ago Posts: 7 |
User Avatar module
I was able to make this template compatible with the User Avatar module by inserting this code:
just after line 56 in "read.tpl".
My next task is to figure out how to make this fantastic template use absolute, rather than relative, URL's, so that I can use the SEF url's module, and to add feed links.
Thanks for a great template. I love it!
I was able to make this template compatible with the User Avatar module by inserting this code:
Language: PHP{IF MESSAGES->user_avatar} <img src="{MESSAGES->user_avatar}" alt="avatar" /> {/IF}
just after line 56 in "read.tpl".
My next task is to figure out how to make this fantastic template use absolute, rather than relative, URL's, so that I can use the SEF url's module, and to add feed links.
Thanks for a great template. I love it!
Re: Template: Simple Rounded April 02, 2013 09:06PM |
Registered: 11 years ago Posts: 7 |
Problem with Favorite Forums module
I enabled the Favorite Forums module by adding these lines:
after line 15 of actions_menu.tpl. That added a link to "Add to Favorites" in each forum. However, clicking on that link results in this error:
The forum does actually get added to my favorites and appears on the front page, but that is a fatal error, so it doesn't leave inexperienced users with any options.
Additionally, no "forum settings" appears in the Control Center.
Any ideas on how I can fix these two items? Thanks.
I enabled the Favorite Forums module by adding these lines:
{IF URL->ADD_FAVORITE} <td class="PhorumNavRowItem"><a class="PhorumNavLink" href="{URL->ADD_FAVORITE}">{LANG->phorum_mod_favorite_forums->AddToFavorites}</a></td> {/IF} {IF URL->REMOVE_FAVORITE} <td class="PhorumNavRowItem"><a class="PhorumNavLink" href="{URL->REMOVE_FAVORITE}">{LANG->phorum_mod_favorite_forums->RemoveFromFavorites}</a></td> {/IF}
after line 15 of actions_menu.tpl. That added a link to "Add to Favorites" in each forum. However, clicking on that link results in this error:
Quote
Fatal error: Cannot redeclare phorum_api_custom_profile_field_configure() (previously declared in /home/kenodle/forum.kjodle.net/include/api/custom_profile_fields.php:102) in /home/kenodle/forum.kjodle.net/include/api/custom_profile_fields.php on line 234
The forum does actually get added to my favorites and appears on the front page, but that is a fatal error, so it doesn't leave inexperienced users with any options.
Additionally, no "forum settings" appears in the Control Center.
Any ideas on how I can fix these two items? Thanks.
Sorry, only registered users may post in this forum.