inherit
15021
0
Apr 14, 2018 19:45:16 GMT -8
Lainey
2,322
October 2003
amethystlainey
|
Post by Lainey on May 6, 2012 2:03:53 GMT -8
I have certain plans for custom pages. Like I right now I have an important info thread but I was gonna make a Rules/FAQ page and move other such things in other manners but the info would still be there.
My question is these custom pages is it simple to get them to change depending on the THEME being used by a user. Im decent with the formatting HTML but beyond that I may get a bit lost being able to create the page in such a way its look changes with the theme.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on May 6, 2012 9:38:47 GMT -8
I have certain plans for custom pages. Like I right now I have an important info thread but I was gonna make a Rules/FAQ page and move other such things in other manners but the info would still be there. My question is these custom pages is it simple to get them to change depending on the THEME being used by a user. Im decent with the formatting HTML but beyond that I may get a bit lost being able to create the page in such a way its look changes with the theme. Something like this should be doable: {if theme == 1} <!-- Code here --> {elseif theme == 2} <!-- theme 2 code here --> {/if}
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on May 6, 2012 12:27:02 GMT -8
Chris's solution should work assuming that custom pages don't already get theme permissions set on them.
|
|
inherit
15021
0
Apr 14, 2018 19:45:16 GMT -8
Lainey
2,322
October 2003
amethystlainey
|
Post by Lainey on May 6, 2012 12:28:58 GMT -8
Thats what I was trying to figure out. Besides the information on the page is the same no matter the theme so his solution would bog down the servers having the same info so many times. I cant wait to find out.
|
|
#00AF33
Bark Different.
102833
0
1
Feb 12, 2023 16:57:46 GMT -8
RedBassett
I'm a Marxist/Lennonist of the Groucho/John variety.
15,405
April 2007
applecomputer
RedBassett's Mini-Profile
|
Post by RedBassett on May 6, 2012 14:00:35 GMT -8
Chris's solution will not cause any noticeable difference when loading, because you don't have to repeat all the content (and for just text content, it probably wouldn't matter if you did repeat it).
Also, if the content is the same on all themes, then what is the question?
|
|
inherit
15021
0
Apr 14, 2018 19:45:16 GMT -8
Lainey
2,322
October 2003
amethystlainey
|
Post by Lainey on May 6, 2012 14:54:46 GMT -8
To make sure custom pages take formatting and look from the given theme of the forum and doesnt need to be set indepentlly
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on May 6, 2012 15:06:24 GMT -8
To make sure custom pages take formatting and look from the given theme of the forum and doesnt need to be set indepentlly Wouldn't just using CSS solve this?
|
|
inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on May 6, 2012 17:21:15 GMT -8
To make sure custom pages take formatting and look from the given theme of the forum and doesnt need to be set indepentlly Wouldn't just using CSS solve this? Yup.
|
|
inherit
15021
0
Apr 14, 2018 19:45:16 GMT -8
Lainey
2,322
October 2003
amethystlainey
|
Post by Lainey on May 6, 2012 17:36:00 GMT -8
Well I guess I'll just have to wait for the release and then I'll know better how to phrase my concern if there is indeed still have one once the software is realeased.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on May 6, 2012 17:45:37 GMT -8
Well I guess I'll just have to wait for the release and then I'll know better how to phrase my concern if there is indeed still have one once the software is realeased. If you want to be able to do this: <table id="main_table" class="border"> <tr><td class="cell"> My content here! </td></tr> </table>
And have it take the proper colors for each skin, you can. I think that's what you meant.
|
|