Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Need SQL command to change theme

Asked Modified Viewed 2,064 times
J
Jelle Mees
J
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
asked
Junior Member

I changed the theme on my website and apperently there is something rong with that theme. My website is totally blanc now.
I can't change it back because I can't acces the website anymore.
Can anyone tell me how to change the value ( in MYSQL database with phpadmin ) to "Phos" or another theme that is included in V7?

It's been to long since I studied mysql. I can understand code when I see it but can't come up with commands.

http://i38.tinypic.com/jj3cqa.jpg
0 replies

4 posts

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

UPDATE fusion_isisettings SET theme = 'Phos'
Usually you could also use the back function in the browser. The settings page and the form before you updated the theme should be cached and you could just resend the form with different values :)
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Use code tags Matonor! :P

Quote

Matonor wrote:
Usually you could also use the back function in the browser. The settings page and the form before you updated the theme should be cached and you could just resend the form with different values :)

That only works in FireFox. Some unfortunate users (I'm glad I'm not one of them, well, anymore) are still using IE.
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Should work in any Browser that are caching pages. I don't consider IE a valid browser ;)
0 replies
J
Jelle Mees
J
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Junior Member

I went back and changed it. That did work in the past but not this time. Don't know why.
I'll try the command and see i it's fixed.

UPDATE:
It worked! Hooah! :D Thanks!
Edited by Jelle Mees on 25-07-2008 14:11,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
J
J
  • Junior Member, joined since
  • Contributed 29 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
G
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet