Author Topic: help!! theme problem  (Read 3579 times)

bo3skoor

  • Newbie
  • *
  • Posts: 29
    • View Profile
help!! theme problem
« on: November 10, 2008, 12:53:14 am »
hello there,

i went to to change the theme from the administration section to CSV and this is what happened i want to return it back to thee default theme.


help me please






ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: help!! theme problem
« Reply #1 on: November 10, 2008, 09:39:13 am »
Hi,

CVS is not a theme. That folder appears there (and in every other folder) when you checkout OpenGoo from the CVS repository. It is recommended to install OpenGoo from the zip file that you can download at the website.

The theme is a config option in the database (og_config_options table). You need to set the value of the 'theme' config option of the 'general' category back to 'default'. You can do this with the following SQL query:

Code: [Select]
UPDATE `og_config_options` SET `value` = 'default' WHERE `category_name` = 'general' AND `name` = 'theme';

bo3skoor

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: help!! theme problem
« Reply #2 on: November 10, 2008, 11:18:59 am »
thanks man for the explanation




i appreciate your help :)