• [MOD] 4images Quiz V.1.0 5 0 5 1
Currently:  

Author Topic: [MOD] 4images Quiz V.1.0  (Read 53808 times)

0 Members and 1 Guest are viewing this topic.

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] 4images Quiz V.1.0
« Reply #30 on: May 19, 2011, 09:42:09 AM »
kurze frage - wie kann man eigentlich - wenn man schon ein quiz gemacht hat - und nun ein neues machen will, die aktuelle highscore-liste löschen?
danke, bergblume

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] 4images Quiz V.1.0
« Reply #31 on: May 19, 2011, 06:46:12 PM »
kurze Antwort ... in phpMyAdmin die folgenden SQL-Befehle ausführen ...
1.
UPDATE TABLE `4images_usersSET `user_quiz_firstlevel`=`0.00`;
2.
UPDATE TABLE `4images_usersSET `user_quiz_level`=`0.00`;
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline bergblume

  • Sr. Member
  • ****
  • Posts: 463
  • on to the top!
    • View Profile
Re: [MOD] 4images Quiz V.1.0
« Reply #32 on: May 19, 2011, 06:53:09 PM »
super, danke dir!

nachdem ich bei mir auch die "verschmelzung mit phpbb" verwende, musste ich dies anwenden:
Quote
1.
UPDATE `phpbb_usersSET `user_quiz_firstlevel`=`0.00`;
2.
UPDATE `phpbb_usersSET `user_quiz_level`=`0.00`;
« Last Edit: May 26, 2011, 04:50:20 PM by bergblume »