TutorialMS Community Forum

Full Version: BUG #10: Admin Panel Styles [SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok the styles option dosent function properly

I can add styles

1: i can only remove the default style "TutorialMS Default style". other style dosent appear in the drop down list

2: ONLY "TutorialMS Default style" can be modified, other styles dosent appear in the dropdown list

3: ONLY "TutorialMS Default style" can be downloded, other styles dosent appear in the dropdown list
What happens when you add a style? Are you getting any errors?
No error
the style gets added


i can choose the style from the "Edit Configuration" as well

its just not appearing in styles option list (remove, modify, download)
I don't know what to tell you... they are selected with the same query in /admin/edit_conf.php as they are in /admin/edit_style.php and /admin/remove_style.php, and there would be no reason for it to not show on certain pages but show on others.
Here are some screen prints
In my style modify option I cannot choose other styles I uploaded
But I can choose them in edit cofig options
I have noticed that this is an issue when you are using Internet Explorer.
I also have the same issue.
Only i then used firefox and was able to go into admin edit configuration, choose the specific style and then able to choose the style to edit.

Maybe they will be able to get this resolved soon.
There was an HTML mistake in the following files:

remove_style.php on line 123
edit_style.php on line 130
download_style.php on line 97

At the end of these lines you will see this:

Code:
</option';

change it to

Code:
</option>';

@sitereboot

Please, look at this:
http://www.tutorialms.com/forum/viewtopic.php?f=2&t=38
thx scott
works fine now
Yes scott, thank you this did resolve the issue.
Reference URL's