Quote:
[i]1. Control Panel Settings. Since the settings are already in the table that means you must have ran install_settings.sql. Great. I added additional manual steps to complete the settings update.
Brief directions: Settings won't show until there is a value greater than 0 in the displayorder field. populate that field with a value (I picked max(displayorder) and you are done.
Long directoins:
1. Execute the following query
SELECT MAX(DISPLAYORDER) FROM SETTINGGROUP;
2. Add 1 to the number that is shown and replace the words <i>{highnumber}</i> with the displayed number + 1:
UPDATE SETTINGGROUP SET displayorder=<i>{highnumber}</i> WHERE title LIKE 'viPortfolio%';[/B]
|
I have alright done this. But it dosen?t help me. Ive see the Link in the CP, and when i click i get the result from the last Screenshot...
I Promise i did all you explain... :ermm: