question 1:
will you add sorting of subgroups like you did for maingroups? in the admin menu?
question 2: i want to add more text/html code to the "abteilung" info how can i do that, at this moment i can only add like 8 lines of html text output. i've looked at the value in phpmyadmin and it shows text value, i've tried blob and long text but i t doesn't work. Do you have some limitation of this field in your code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
answer 1: in demo-admin it works already. Did I forgot to release? It is locate in maingroup-admin in column named 'Group of items sequence'
answer 2: In code there is no limit for this text. If you entered text longer then 8 lines they didn't appear in database (abt.php)? Or only in output (main.php) the lines are missing?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-06-03
question 2: when i have more than 8-10 lines of code then i can't push the submit button , it gives no reaction.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
question 1:
will you add sorting of subgroups like you did for maingroups? in the admin menu?
question 2: i want to add more text/html code to the "abteilung" info how can i do that, at this moment i can only add like 8 lines of html text output. i've looked at the value in phpmyadmin and it shows text value, i've tried blob and long text but i t doesn't work. Do you have some limitation of this field in your code?
answer 1: in demo-admin it works already. Did I forgot to release? It is locate in maingroup-admin in column named 'Group of items sequence'
answer 2: In code there is no limit for this text. If you entered text longer then 8 lines they didn't appear in database (abt.php)? Or only in output (main.php) the lines are missing?
question 2: when i have more than 8-10 lines of code then i can't push the submit button , it gives no reaction.
It could be an HTML-error (JavaScript isn't used there). Do you tried another browser?