Re: Admin Profiles Support Thread
Quote:
Originally Posted by
AndyII
So.... if you invested say $400.00 and a great deal of time, You would give it away??, wow, you are an "upstanding" person
Since the time that Kobra has invested helping people in this forum would be worth many times that sum even at minimum wage, the sarcasm seems misplaced.
In principle, I have no issues with professional developers creating commercial mods and charging them, provided that they comply with the GPL and they are prepared to maintain it, upgrade and provide a professional level of support to go with them. I'm not alone, the Free Software Federation encourages this too, seeing it as a way to improve the stock of freely available software.
However, if I understand correctly, you're not a professional developer and don't have the skills to provide support for the product that you are selling. Do you have an agreement in place to ensure support for your customers from the developer who did this work for you?
I also object to you cluttering up this support thread with crude attempts to market your commercial product.
Re: Admin Profiles Support Thread
Quote:
Originally Posted by VINAYKANT
I have installed the module. But I do not find any link in my admin menu?
If installed correctly then there is a 'new' selector - orange circle with a "P" in it in your
admin > tools > admin settings > area
Click it and a menu for permissions will be available
Re: Admin Profiles Support Thread
Quote:
Originally Posted by KoBra
Installed and added IH2 Edited the image_handler_tools_dhtml.php xtra - box file as recommended.
IH2 frontend functioning but in admin > tools > it is not present
OK I have to post back and eat "crow":blush:
When setting permissions, there are many items in categories....
I religously checked each one and had the problem stated above....BUT...:oops:
In the Cat bar at the far left there is also a check box to enable the category....
And as you can surmise - this was not checked for the 3rd party modules....
Soooo while IH2 and others were checked individually the category they reside in was not....:bangin:
Re: Admin Profiles Support Thread
Hello,
I have installed this mod as per the install text file. No errors running the SQL or copying the files... now when I log on to the admin interface I get this:
1146 Table 'mydb.admin_menu_headers' doesn't exist
in:
[select id from admin_menu_headers where header = 'Configuration']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
What have I done wrong?
Cheers
Re: Admin Profiles Support Thread
Code:
Table 'mydb.admin_menu_headers' doesn't exist
Most probably you have a prefix - "mydb" and the SQL was not adjusted to add the prefix
Re: Admin Profiles Support Thread
Ok, I have installed this wonderful mod at least a dozen times. I am using 1.3.8a. Here is the problem, the admin navigation is still displaying. The "denied Page" does work for the options that are not checked, but all of the menu items are still present. I have install Admin Profiles 1.0.7.
I have been able to achieve the result of disappeared menus using ZC 1.3.7 and AP 1.0.6
Any help would be greatly appreciated
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
megadood
I have installed this mod as per the install text file. No errors running the SQL or copying the files... now when I log on to the admin interface I get this:
1146 Table 'mydb.admin_menu_headers' doesn't exist
in:
[select id from admin_menu_headers where header = 'Configuration']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Could you look in your database (e.g. using phpMyAdmin) to see if you have an admin_menu_headers file there, or a file which has a prefix but ends that way? Similarly for admin_allowed_pages, admin_files and admin_visible_headers?
Re: Admin Profiles Support Thread
Quote:
Originally Posted by
ptcdf
Ok, I have installed this wonderful mod at least a dozen times. I am using 1.3.8a. Here is the problem, the admin navigation is still displaying. The "denied Page" does work for the options that are not checked, but all of the menu items are still present. I have install Admin Profiles 1.0.7.
I have been able to achieve the result of disappeared menus using ZC 1.3.7 and AP 1.0.6
Any help would be greatly appreciated
Could you describe the contents of your admin_visible_headers database file?
Re: Admin Profiles Support Thread
Hi Guys,
Many thanks for your help the error is now gone using the right prefix :)...
However problem two now is that even though i get no errors as far as i can see, there is no P under Admin Settings next to any admins i create... :huh: Any ideas?
Re: Admin Profiles Support Thread
aha fixed it now - forgot to apply the patch!...
thanks