hungryfrank 62 Posted May 31, 2020 which phoenix? you can cut up to 4 pages of your checkout by using my three add_ons login create account in one page Express checkout login pop up modal Share this post Link to post Share on other sites
hungryfrank 62 Posted May 31, 2020 @Fredi did u have this problem before? you can cut up to 4 pages of your checkout by using my three add_ons login create account in one page Express checkout login pop up modal Share this post Link to post Share on other sites
hungryfrank 62 Posted May 31, 2020 do you get the warnings when u try to add a admin group or anything else? how about when u go to other pages? 1 Fredi reacted to this you can cut up to 4 pages of your checkout by using my three add_ons login create account in one page Express checkout login pop up modal Share this post Link to post Share on other sites
Fredi 104 Posted June 1, 2020 (edited) That was before. Phoenix Version 1.0.6, 1.0.7 Did I miss something. (Lock hMenu or left column). Page administrator_groups.php?action=new Edited June 1, 2020 by Fredi Support forum for osCommerce in russian language - from Ashkelon. Support since 2002.Best regards, Fredi Share this post Link to post Share on other sites
hungryfrank 62 Posted June 2, 2020 21 hours ago, Fredi said: That was before. Phoenix Version 1.0.6, 1.0.7 Did I miss something. (Lock hMenu or left column). Page administrator_groups.php?action=new I am not one 7.3 I get strange behavior with 7.3 which probably has to do with my setup I think I found the problem if this dose not do it then ii will switch to 7.3 administrator_groups.php 1 Fredi reacted to this you can cut up to 4 pages of your checkout by using my three add_ons login create account in one page Express checkout login pop up modal Share this post Link to post Share on other sites
Fredi 104 Posted June 2, 2020 Thank You Frank. It works for me administrator_groups.zip Support forum for osCommerce in russian language - from Ashkelon. Support since 2002.Best regards, Fredi Share this post Link to post Share on other sites
Papanco 4 Posted June 7, 2020 Greetings to all: I tried to install it on CE-Phoenix-1.0.7.1 on php 7.3 with MySQL 5.6.47 but the new administrator's menu does not appear: can someone help me?Thanks. Share this post Link to post Share on other sites
hungryfrank 62 Posted June 7, 2020 2 hours ago, Papanco said: Greetings to all: I tried to install it on CE-Phoenix-1.0.7.1 on php 7.3 with MySQL 5.6.47 but the new administrator's menu does not appear: can someone help me?Thanks. DROP TABLE IF EXISTS `administrator_group_access` ; CREATE TABLE `administrator_group_access` ( `administrator_group_access_id` int(11) NOT NULL, `administrator_group_id` int(11) NOT NULL, `administrator_group_block` varchar(1000) CHARACTER SET utf8 NOT NULL, `administrator_group_access_file` varchar(50) CHARACTER SET utf8 NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ALTER TABLE `administrator_group_access` ADD PRIMARY KEY (`administrator_group_access_id`); ALTER TABLE `administrator_group_access` MODIFY `administrator_group_access_id` int(11) NOT NULL AUTO_INCREMENT; run this in your phpmyadmin you can cut up to 4 pages of your checkout by using my three add_ons login create account in one page Express checkout login pop up modal Share this post Link to post Share on other sites
Papanco 4 Posted June 8, 2020 13 hours ago, hungryfrank said: DROP TABLE IF EXISTS `administrator_group_access` ; CREATE TABLE `administrator_group_access` ( `administrator_group_access_id` int(11) NOT NULL, `administrator_group_id` int(11) NOT NULL, `administrator_group_block` varchar(1000) CHARACTER SET utf8 NOT NULL, `administrator_group_access_file` varchar(50) CHARACTER SET utf8 NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ALTER TABLE `administrator_group_access` ADD PRIMARY KEY (`administrator_group_access_id`); ALTER TABLE `administrator_group_access` MODIFY `administrator_group_access_id` int(11) NOT NULL AUTO_INCREMENT; run this in your phpmyadmin Thanks Frank , it works fine now! Share this post Link to post Share on other sites
LeeFoster 219 Posted December 2, 2020 @hungryfrank As soon as I create a group and add someone to it I get this error. Quote 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 's'' at line 1 select ag.administrator_group_id from administrator_groups ag, administrator_group_access aga where aga.administrator_group_id = ag.administrator_group_id and ag.administrator_group_id = '6' and aga.administrator_group_block ='' I'm on Phoenix 1.0.7.10 Share this post Link to post Share on other sites
LeeFoster 219 Posted December 10, 2020 Right I have this working but I want to add to it. I'd like to set a default page for a group, I have a content creators group and I'd like to send them straight to info_pages.php. Any thoughts on how to achieve this before I start digging? Share this post Link to post Share on other sites