|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Layout corrupted, please help.....Hi,
I'am running version 1.9.11 on LAMP. Somehow I corrupted the layout of all tikiwiki screen for the admin groupmembers. I;m not able to change the team because the screens are nog displayed. A screenshot can be found here : http://picasaweb.google.com/apple.denhaag/Tikiwiki/photo?authkey=3SMSqAC9izY#5223612013165631122 How can I change the theme back to something else without using tikiwiki ? Thanks in advance.... Raymond ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tikiwiki-users mailing list Tikiwiki-users@... https://lists.sourceforge.net/lists/listinfo/tikiwiki-users |
|
|
Re: Layout corrupted, please help.....Hi,
It appears that you are using Tiki version 1.10beta (now Tiki 2.0) theme files on that 1.9.11 site. As far as I know, no Tiki 1.9.* templates have "Jump to content" links and "Sidebar" h2s (in new themes these are "hidden" from normal web browsers by being placed way off screen). (Also there's a different variable for the center column data in the two versions, which could explain the emptiness there.) Probably you should confirm the theme files' compatibility and be sure the site isn't using the a theme version specific for the beta Tiki. If you can't access admin controls to change the theme, you should try going toTiki's database directly, using phpmyadmin or some other tool (tiki_preferences table), and edit the "theme" row (or something like that, I don't recall exactly) to change it to another theme that came with the original Tiki download. -- Gary Macbook Pro wrote: > Hi, > > I'am running version 1.9.11 on LAMP. > Somehow I corrupted the layout of all > tikiwiki screen for the admin groupmembers. > > I;m not able to change the team because > the screens are nog displayed. > > A screenshot can be found here : > > http://picasaweb.google.com/apple.denhaag/Tikiwiki/photo?authkey=3SMSqAC9izY#5223612013165631122 > > How can I change the theme back to something > else without using tikiwiki ? > > Thanks in advance.... > > Raymond > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.4.11/1554 - Release Date: 2008/07/15 18:03 > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Tikiwiki-users mailing list > Tikiwiki-users@... > https://lists.sourceforge.net/lists/listinfo/tikiwiki-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tikiwiki-users mailing list Tikiwiki-users@... https://lists.sourceforge.net/lists/listinfo/tikiwiki-users |
|
|
Re: Layout corrupted, please help.....Gary
thanks for the tip. The update below in mysql did the trick : mysql> select * from tiki_preferences where name = 'style'; +-------+--------------+ | name | value | +-------+--------------+ | style | faulkner.css | +-------+--------------+ 1 row in set (0.00 sec) mysql> update tiki_preferences set value = 'neat.css' where name = 'style'; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 kindly regards Raymond Vermeer 2008/7/16 Gary Cunningham-Lee <gary_c@...>: Hi, ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Tikiwiki-users mailing list Tikiwiki-users@... https://lists.sourceforge.net/lists/listinfo/tikiwiki-users |
| Free Forum Powered by Nabble | Forum Help |