Welcome, Guest. Please Login or Register.
May 07, 2025, 05:00:03 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Templates Management « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Templates Management  (Read 404 times)
Raptr
Noobie
*
Posts: 19


ICQ - 58555568 WWW
Templates Management
« on: December 22, 2001, 07:33:17 PM »
Reply with quote

I can't code and was wondering if someone could make a mode for managing templates so you could have more that one ready and change it without having to edit the file. Kind of like ikonboard or phpBB2
Logged

Raptr --PlanetModz Webmaster--
sydney078
Sr. Member
****
Posts: 279


WWW
Re:Templates Management
« Reply #1 on: December 24, 2001, 02:38:24 AM »
Reply with quote

Or even a way for each person to choose what template they would like out of a few choices
Logged

Damien
Jr. Member
**
Posts: 60


WWW
Re:Templates Management
« Reply #2 on: December 24, 2001, 07:13:36 AM »
Reply with quote

the ability to let users choose a template would be great.

all you do is drop a complete directory into a directory called Templates and have it automaticaly show up in a menu, like the avatars.   phpnuke uses a similar method.

wish I knew how to create this mod.  :-\
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Templates Management
« Reply #3 on: December 24, 2001, 08:17:20 AM »
Reply with quote

Quote from: damien on December 24, 2001, 07:13:36 AMphpnuke uses a similar method.
Yes they have a feature like this, its called "Themes". The themes are a little less than the YaBB template, they are just color shemes.

I think it would maybe not be hard to code this, if one did follow this technical idea:

Do the YaBB css style sheet stuff not directly in the "template.html" but in a "template.css". Replace the template stuff in the "template.html" by calling this "css" file. Make a field in the user table, where the uesr can choose sevaral "my-color-sheme.css". Dynamically create the  different YaBB SE pages interpretating the entry in this user field. If the "my-color-sheme.css" is not found use the standard "YabbSE.css"

Would be a small code for the programmer, but a big step for  YaBB SE.  :)
Just someone needed, that did code that. Joseph?   :)

P.S. its anyway time to eliminate the redundancies between template and settings color definitions  ;D
« Last Edit: December 24, 2001, 12:56:26 PM by andrea » Logged

Aiur2
Noobie
*
Posts: 1


I love YaBB SE!

Re:Templates Management
« Reply #4 on: December 24, 2001, 09:45:57 AM »
Reply with quote

Only some template.css with a different colour scheme?
Why not some Template.html with different graphics?
THIS would be a big step for yabb se (the multi-css support is not very interesting...).

This would be very simple to code too.  ;)
Logged
RobDownSouth
Noobie
*
Posts: 31


Excellence In Elocution

WWW
Re:Templates Management
« Reply #5 on: December 24, 2001, 12:37:58 PM »
Reply with quote

I agree with Andrea 100%...a template.css would be huge! It's very high on my wish list, too.
Logged
Matt Siegman
Super Duper Developer
YaBB God
*****
Posts: 927


Red Hot!

ICQ - 95930457 WWW
Re:Templates Management
« Reply #6 on: December 24, 2001, 03:48:18 PM »
Reply with quote

Are you guys trying to kill us devs?
Logged

andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Templates Management
« Reply #7 on: December 24, 2001, 03:49:22 PM »
Reply with quote

Quote from: Matt Siegman on December 24, 2001, 03:48:18 PMAre you guys trying to kill us devs?
?
Logged

Matt Siegman
Super Duper Developer
YaBB God
*****
Posts: 927


Red Hot!

ICQ - 95930457 WWW
Re:Templates Management
« Reply #8 on: December 24, 2001, 03:55:37 PM »
Reply with quote

If I did write this mod, I'd have to add a hell of a lot of stuff to the admin center, and not the simplest stuff either.  Maybe we should save template in MySQL :)
Logged

andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Templates Management
« Reply #9 on: December 24, 2001, 05:51:25 PM »
Reply with quote

Quote from: Matt Siegman on December 24, 2001, 03:55:37 PMIf I did write this mod, I'd have to add a hell of a lot of stuff to the admin center, and not the simplest stuff either.  
You would have to put 1 new field into the admin: "allow individual templates for users"
and 1 more new field in the user profile: "select your favourite template".
The idea is not that each user is making his own template, but just that each user is able to select his favourite from a set of predefined templates.

Quote from: Matt Siegman on December 24, 2001, 03:55:37 PMMaybe we should save template in MySQL :)
Dont think one should do that. The current ansatz of having the template a normal html file, where the yabb tags are inside, is perfect. I like this ansatz a lot. You would loose flexibility if putting template table/fields into the db.

P.S. Besides, I have lots more ideas re. the template stuff, made a lot thoughts about that the last days, it would go beyond this thread. And would take me some time to write down. But if you say already the mods described in this thread would be big work, the more I would like very much to pass some additional ideas to you, before you start changing any template stuff. Just to give you some idea: one of my dreams is invoking yabb with some command line option in order to dynamically change the template. Furthermore I would like to split the <yabb main> into more sub-tags, for example tags like this:
  • <yabb category=1> go directly into board category "1"
  • <yabb forum=17> go directly into forum "17"
:)
Logged

Dave Smulders
YaBB SE Developer
YaBB God
*****
Posts: 608


WWW
Re:Templates Management
« Reply #10 on: December 24, 2001, 05:55:35 PM »
Reply with quote

I'll add it.
First going to figure out how it would be best used...I also want to add the possibility for the user to select his/her own language pack.

Does anybody have other things the user should be able to choose?
Logged

andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Templates Management
« Reply #11 on: December 25, 2001, 04:49:08 PM »
Reply with quote

Yes, there are more. I'll post them here, need some more time.  :)
Logged

Surfy
Sr. Member
****
Posts: 458


I'm a llama!

Re:Templates Management
« Reply #12 on: October 13, 2002, 03:00:33 PM »
Reply with quote

woahh, i need this mod :-)

i hope for a soon release :-)

Surfy
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:Templates Management
« Reply #13 on: October 13, 2002, 05:02:06 PM »
Reply with quote

ummm check out the dates of the post...
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Templates Management « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.079 seconds with 21 queries.