Modern-Empires Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy <link rel="stylesheet" type="text/css" href="{$t['ThemeID']}.css" /> put that after title, put you css part of header in a .css file name it 1.css then thats it Quote
ColdK Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy so test.css You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Modern-Empires Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy you want it to be 1.css You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
ColdK Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy yes thanks thats one out the way but reason what i asked was where do i put global $db,$ir,$c,$h,$userid,$set,$theme; $q = $db->query("SELECT ThemeID FROM users WHERE userid=$userid",$c); $t = $db->fetch_row($q); Quote
Modern-Empires Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy leave it out of the css and leave it in the header Quote
ColdK Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy ah ok thankies 8-) Quote
ColdK Posted December 9, 2008 Posted December 9, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy umm ok i add a css called 1.css and i add it into the staff panel and i choose it from choose.php and it says This theme does not exist. Go AWAY! Quote
Uridium Posted December 10, 2008 Author Posted December 10, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy remember when adding a ID and the theme DATA they need to be the same value you dont need to add 1.css to the theme DATA just add 1... Quote
MyGunWars Posted December 12, 2008 Posted December 12, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy This theme does not exist. Go AWAY! I added 1 and the name and the css whats going on Quote
MyGunWars Posted December 12, 2008 Posted December 12, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy Ya I just need help with it my web site is www.mygunwars.com my MSN is [email protected] if someone can help me plz. thanks Quote
DissObey Posted December 19, 2008 Posted December 19, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy Nice Mod, here's a small addition someone may find usefull, basicly it allows you to have different header images for each theme. In header.php add this under $q = $db->query("SELECT ThemeID FROM users WHERE userid=$userid",$c); $t = $db->fetch_row($q); You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. next find where it prints your banner image and replace it with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Create a folder named "Banners" in your Image folder, and for each theme create a folder with the themeid and upload the banners. Quote
Uridium Posted December 19, 2008 Author Posted December 19, 2008 Re: [mccode v2] Themecreator 100% Completed Working Copy This theme does not exist. Go AWAY! I added 1 and the name and the css whats going on the top and bottom values are Numerical only the middle is charcters so 1 new theme loook 1 Quote
Uridium Posted February 15, 2009 Author Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy [uPDATE] I wanted to add to the Theme-Creator where by your Paying members can benfit by viewing themes non-paying members cant see. its a work in progress at moment and ill try sort out some of the older issues raised from the original Script.. + let Users view a themeshot before they decide to use it. The old version although it works fine lacks what i initailly had wanted it to do. Quote
John99 Posted February 15, 2009 Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy [uPDATE] I wanted to add to the Theme-Creator where by your Paying members can benfit by viewing themes non-paying members cant see. its a work in progress at moment and ill try sort out some of the older issues raised from the original Script.. + let Users view a themeshot before they decide to use it. The old version although it works fine lacks what i initailly had wanted it to do. Nice hope to see update when its done :P Quote
blade727 Posted February 15, 2009 Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy this itself is great,+1 to illusions. thank you for making great mods :-) Quote
Uridium Posted February 15, 2009 Author Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy Quick update.. now added ability to View before you choose still working on the donator only theme should be ready for this afternoon Quote
Uridium Posted February 15, 2009 Author Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy I'll post what ive done so far... SQL You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. call this file staff_themecreator.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. New Additions to this are Donator only theme ON or OFF and an Image for the Theme which you should create a folder on your FTP called themeshots this is where you put your images... now open up global_func.php and overwrite the old function that was posted earlier with this one.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. For those already using the older version of themecreator you will not lose any data by adding this updated version.. Quote
Uridium Posted February 15, 2009 Author Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy choose.php needs a slight amendment to tell users that images can be clicked on and view in full... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
POG1 Posted February 15, 2009 Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy This mod may work if you want different colors but you can't have totally different layouts. To do that just have the engine select different header.php files or even better use a template engine. Quote
Uridium Posted February 15, 2009 Author Posted February 15, 2009 Re: [mccode v2] Themecreator 100% Completed Working Copy Thats True POG but the fact it works and is ready to addon saves those from having to redo it if you get what i mean... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.