Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   TY Telli
GoddsEgo
PayPal Donation
CZ Moderator
GoddsEgo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
I got site completely uploaded and its working great (actually my g/f did it LOL shes more the site tech and i am more the conception and page building type thats why you ssee me asking wild off the wall questions lmao)

Thnx telli for making this whole thing free of charge you are just to kewl. Any help I can do to help you all out just let me know.


i have couple question


Is there a indepth manual of using the admin interface. I am a dreamweaver person so i am use to tweeking everyting visualy staight on page.

also is there any tutorials on how to create themes




thnx
Rob



Back to top Reply with quote
#2   
GoddsEgo
PayPal Donation
CZ Moderator
GoddsEgo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
OMG is this a record i already pruned something up


i am using the 7 enh and i uploaded the subBlack3D theme pack to where it said and poof i get the following error




Warning: head(themes/subBlack3D/theme.php): failed to open stream: No such file or directory in /home/blackbal/public_html/cerebral_vampyre/header.php on line 31

Warning: head(): Failed opening 'themes/subBlack3D/theme.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackbal/public_html/cerebral_vampyre/header.php on line 31

Fatal error: Call to undefined function: themeheader() in /home/blackbal/public_html/cerebral_vampyre/header.php on line 47



can i fix thiss or is there a way to undo it i can't even access admin now


Rob



Back to top Reply with quote
#3   re: TY Telli
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
CZ enhanced has those premade themes that go with it. the other themes will not match it since it is specifically modded for the enhanced version.

copy the following code into a file and save it as fixtheme.php:



<?php

#####################################################
#####################################################

require("config.php");

$host = $dbhost;
$database = $dbname;
$username = $dbuname;
$password = $dbpass;
$def_theme = "Blackened";
mysql_connect($host, $username, $password);
@mysql_select_db($database);

####################### BEGIN THE INSTALL #######################################

mysql_query("update ".$prefix."_config set Default_Theme='$def_theme'");

?>





If you don't have the Blackened theme uploaded in your site then change the value for $def_theme = "Insert_Theme_Name_Here"; so that it reflects one of your working themes, save it, upload it to where nuke's config.php file is, then point your browser to [ Register or login to view links on this board. ]


taut


Back to top Reply with quote
#4   Re: TY Telli
GoddsEgo
PayPal Donation
CZ Moderator
GoddsEgo has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jun 26, 2003
0.16 posts per day
Posts: 1211
Points: 69,166
 Yahoo Messenger  
Was that a record time for screwing everything up?????

Ty taut for fix worked grrrrreat i am running again.


now back to my original 2 questions...



Originally posted by GoddsEgo:

Is there a indepth manual of using the admin interface. I am a dreamweaver person so i am use to tweeking everyting visualy staight on page.

also is there any tutorials on how to create themes




Thx Rob



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum