Jump to content
MakeWebGames

[mccode v2] Themecreator 100% Completed Working Copy


Recommended Posts

Posted

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);

Posted

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!

Posted

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...

Posted

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.

Posted

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

  • 1 month later...
Posted

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.

Posted

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

Posted

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

Posted

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..

Posted

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.

Posted

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.

Posted

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...