Quote:
|
If the query is in the settings table it doesnt matter what version of adm-options you put up it will show. Look again it should be there
|
adm-options obviously as that is what it says above.. I can't beleive you cant just let go and move on. I am the one who was wronged here in this thread as everyone can see and I am still big enough to try and help you.
You need to view the admin options. It has to be in admin options as that just takes those option in the settings table and prints out that in that nice pretty options interface you see.
I mean this is the query
$settbl = $Globals['pp_db_prefix']."settings";
$query = "SELECT $settbl.id,$settbl.title,$settbl.varname,
$settbl.description,$settbl.setting,
$settbl.optionorder,a.id,a.name from $settbl LEFT JOIN {$Globals['pp_db_prefix']}admingroups a ON $settbl.section=a.id
ORDER BY $settbl.section,$settbl.optionorder";
$sets = ppmysql_query($query,$link);
You will not let me see so obviously the support your going to get is limited