I upgraded to Dolphin 7.3.0 before adding the module upgrade patches, as I was advised to do. Things are moving in the right direction, so I'm sure we'll get there eventually. .htaccess gets overwritten in Dolphin 7.3.0 upgrade, so we need to add all the module rewrites. Thanks for your patience. TravelNotes.org - The Online Guide to Travel |
Success. Premium Groups version 2.1.9 by modzzz.com on Dolphin 7.3.0 However, we do have two repost buttons on group pages. BTW - you need to upgrade version number on the market page. Also, the readme file in the 7.3 upgrade folder says: under "Installed Modules" select "Premium Events". TravelNotes.org - The Online Guide to Travel |
@TravelNotes - Market and Package has been updated, thanks. Regarding the duplicate "Repost" button, I have modified the sqlupgrade.php so it will not create more than one instance if the button exists already. Download the package again, get the sqlupgrade.php from the path Premium Groups - Dolphin 7.3 => upgrade and run it in your browser. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Download the package again, get the sqlupgrade.php from the path Premium Groups - Dolphin 7.3 => upgrade and run it in your browser. Perfect. Thanks. TravelNotes.org - The Online Guide to Travel |
It is not able to download. It says "404. Page Not Found" |
That may have been a temporary glitch. I just downloaded it without issue. It is not able to download. It says "404. Page Not Found"
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Modzzz, forgive my ignorance, but I may have a problem here... I dont use the normal forums. I use PKForum. So.. how would a forum be auto created for the group? |
I do not believe PKForum has integration possibility with other modules. You can check with the developer of that module to see if they have added such functionality as yet. Modzzz, forgive my ignorance, but I may have a problem here... I dont use the normal forums. I use PKForum. So.. how would a forum be auto created for the group?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
This concerns Cost per day for Featured Status. If the rate is something like $0.16 per day, it does seem rather silly. Maybe we need to have an option for 30 days, 60 days, 90 days. While we're on the subject of groups, it says: You can set thresholds for the amount of members that can join a Group based on the Membership level of the Group Creator. Default value is 0. Does that mean unlimited? ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
If the rate is something like $0.16 per day, it does seem rather silly. Maybe we need to have an option for 30 days, 60 days, 90 days.
This concerns Cost per day for Featured Status. If the rate is something like $0.16 per day, it does seem rather silly. Maybe we need to have an option for 30 days, 60 days, 90 days. While we're on the subject of groups, it says: You can set thresholds for the amount of members that can join a Group based on the Membership level of the Group Creator. Default value is 0. Does that mean unlimited? ~~~~~~~~~~~~~~~~~~~~~~
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
The Social Media Sharing block - _sys_block_title_social_sharing - is not showing up on the Group Blog View page but it does on the Groups View Group one. Any ideas? ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
Check the viewing privacy setting for the Blog listing. Sharing block only shows for items with 'public' viewing access. The Social Media Sharing block - _sys_block_title_social_sharing - is not showing up on the Group Blog View page but it does on the Groups View Group one. Any ideas? ~~~~~~~~~~~~~~~~~~~~~~
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
It's the same on the test site. http://www.dolphinmods.com/m/groups/blog/view/Doggies-Wag-Tails TravelNotes.org - The Online Guide to Travel |
I'm looking at Settings and Membership Levels. I have Enable Paypal purchase of Featured Status in Groups Administration. In Membership Levels Actions, 'groups purchase featured' is enabled for Non-Member and Standard but on groups page I can't see where anyone can feature a group; unless only the group admin can feature the group? ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
OK, I've just found 'groups mark as featured' and checked that. Non members still see nothing but Standard does get the featured button show up in actions. Clicking Feature as a standard member gives a Page Not Found, within the Actions block. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
To solve this issue, please re-upload the following file : modules\boonex\groups\classes\BxGroupsModule.php OK, I've just found 'groups mark as featured' and checked that. Non members still see nothing but Standard does get the featured button show up in actions. Clicking Feature as a standard member gives a Page Not Found, within the Actions block. ~~~~~~~~~~~~~~~~~~~~~~
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thanks. TravelNotes.org - The Online Guide to Travel |
Hidden Albums has bugged me for a while and I couldn't figure out why it happens and how to tun it off. Basically, images uploaded to groups, events, lodging, locations, etc seem to go in this Hidden folder under user path, and given an 8 for permissions. Interesting they are all modules by modzzz. This then hid photos in certain categories and used to bring up the hidden, private eye image and looked a little eerie to new members who registered but hadn't yet confirmed their e-mail. Rather off-putting. I don't want default 'hidden' photos. If something is online and shouldn't be seen, it shouldn't be online. So I've changed this Hidden default name to Public. It sounds better. This also needed some database changes in `sys_albums`. I changed Hidden to Public in caption and uri, then permissions from 8 to 3. Recent photos added to Group Blogs seemed to go in with these 'hidden' Group Photos and don't appear to resize. http://meta-travel.com/m/photos/browse/category/Groups ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
I'm not sure what I'm looking for and might be probing in the dark. There's a line in the resize script if ($GLOBALS['MySQL']->getOne("SELECT COUNT(*) FROM `sys_modules` WHERE `uri` IN('photos')")) The photos we're having problems with are sitting in `bx_groups_images`, `bx_groups_blog_images`, and `bx_events_images`. Not sure if this means anything, but in `sys_modules` there's a column 'dependencies'. Would putting photos in there, for groups and events modules, have any effect? ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
Hidden albums is not my creation. It is the way Dolphin handles photos uploaded in other modules except the main Photos module. I am not sure which resize script you are referring to above, a filename would help. The 'dependencies' field is unrelated to what you are trying to achieve, do not modify it. I have never really explored this hidden albums concept so unfortunately I do not have much advice at this time in terms of code changes to modify it. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
The photo resize script comes with the Dolphin upgrade from 7.1.6 to 7.2.0 Dolphin-Patch-v.7.1.6-to-v.7.2.0-v.3\upgrade\files\7.1.6-7.2.0\ Most people won't even realise it's there; if they don't have many images and the script doesn't time out, due to memory restrictions. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
Modzzz, On the Groups Venue page, the address block (text block not showing. Only map block is showing) and recommend block aren't displaying on the user view, even though they are there in the builder page. I Reloaded the BxGroupsVenuePageView.php file, but no change. Their block lang files are: _bx_groups_block_location _sys_block_title_social_sharing
Any ideas? The Venue address is important. |
Modzzz, I looked back to Boonex version 7.1/Premium Groups 2.1.7 and I see the same issue. The group venue location block and the recommend block do not show up on the venue page. Do you have a fix for this? |
1) Fixed issue with location not showing on Group Venue page. 2) Fixed issue with Recommend block not showing on some pages.
Files in the modules\boonex\groups\classes folder have been updated. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Works great. Thank you. |
modzzz,
Is there any way, for when a group shows up as private for a certain user, to have it not show up at all, instead of showing up as "Private"? Let me know please. Thanks! |
The problem with this is the pagination. If the pagination is showing that there are 20 groups but 5 are hidden then the member will only be seeing 15 and that is going to be confusing to members. Is there any way, for when a group shows up as private for a certain user, to have it not show up at all, instead of showing up as "Private"? Let me know please. Thanks!
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I'm not seeing the "lock topic" option in the forum section. Is there something obvious I'm missing? |
Dolphin only has this implemented in the main forum. I'm not seeing the "lock topic" option in the forum section. Is there something obvious I'm missing?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I really need this implimented in the Group forums. Can it be done? |
Done it! Implemented the Lock Topic in Groups for admins of the group. |
Please help to solve the Error: Database Query Error |
I received this error message by e-mail administrator: Query: SELECT `bx_groups_main`.`id` as `id`, `bx_groups_main`.`title` as `title`, `bx_groups_main`.`uri` as `uri`, `bx_groups_main`.`created` as `created`, `bx_groups_main`.`author_id` as `author_id`, `bx_groups_main`.`thumb` as `thumb`, `bx_groups_main`.`rate`, `bx_groups_main`.`fans_count`, `bx_groups_main`.`country`, `bx_groups_main`.`city`, `bx_groups_main`.`state`, `bx_groups_main`.`categories`, `bx_groups_main`.`tags`, `bx_groups_main`.`comments_count`, `bx_groups_main`.`views`, `bx_groups_main`.`desc`, `bx_groups_main`.`group_membership_view_filter`, `bx_groups_main`.`featured`, `bx_groups_main`.`allow_view_group_to`, `bx_groups_main`.`author_id`, `Profiles`.`NickName` as `NickName` FROM `bx_groups_main` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_groups_main`.`author_id` WHERE 1 AND `bx_groups_main`.`status` ='approved' AND `bx_groups_main`.`allow_view_group_to` IN('3','4') ORDER BY `bx_groups_main`.`created` DESC LIMIT 0, 10 Mysql error: Unknown column 'bx_groups_main.state' in 'field list' |
@Priamo Rodriguez - You are having installation problems because you have not followed the instructions in the readme_install.txt. Open the readme_install.txt that comes with the module and follow the instructions . You have missed the important step shown below :
Upload sqlstates.php from "Groups_files" folder to your dolphin root and run http://www.yoursite.com/sqlstates.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thanks you, problem with sglstates resolved, but I got the following error running sqlnews.php and sqlupdate.php:
Query:
INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`, `AvailableValues`) VALUES ('bx_groups_modzzz_news', 'on', 143, 'Integrate with modzzz news module', 'checkbox', '', '', '0', '')
Mysql error:
Duplicate entry 'bx_groups_modzzz_news' for key 'PRIMARY' Found error in the file '/home/apoyo/egreuasdemma2018.apoyo.pro/sqlnews.php' at line 53.
Error
Database query error
Query:
ALTER TABLE `bx_groups_main` ADD `state` varchar(10) NOT NULL default '', ADD `group_membership_filter` varchar(100) NOT NULL default '', ADD `group_membership_view_filter` varchar(100) NOT NULL default '', ADD `video_embed` TEXT NOT NULL, ADD `rss` TEXT NOT NULL
Mysql error:
Duplicate column name 'state' Found error in the file '/home/apoyo/egreuasdemma2018.apoyo.pro/sqlupdate.php' at line 60. |
@Priamo Rodriguez - You are doing a fresh installation so you should not be running sqlupdate.php. This was stated in the readme_install.txt Also, there is no instruction in the readme_install.txt for running sqlnews.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Premium Groups Version 2.2.0 released for Dolphin 7.3 (see patches/version 2.2.0 folder) Added ability to upload Group Logo. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
HELP! PHP Fatal error: Call to undefined method BxGroupsTemplate::getPreListDisplay() in /home/xxxxx/public_html/modules/boonex/groups/classes/BxGroupsModule.php on line 1345
I checked to see if you had an update to your script and proceeded to update Premium Groups to your Version 2.2.0. including running the sqlupgrade.php file. Now, groups is getting the following database error: Error
Database query error
Query: SELECT `bx_groups_main`.`id` as `id`, `bx_groups_main`.`title` as `title`, `bx_groups_main`.`uri` as `uri`, `bx_groups_main`.`created` as `created`, `bx_groups_main`.`author_id` as `author_id`, `bx_groups_main`.`thumb` as `thumb`, `bx_groups_main`.`icon`, `bx_groups_main`.`rate`, `bx_groups_main`.`fans_count`, `bx_groups_main`.`country`, `bx_groups_main`.`city`, `bx_groups_main`.`state`, `bx_groups_main`.`categories`, `bx_groups_main`.`tags`, `bx_groups_main`.`comments_count`, `bx_groups_main`.`views`, `bx_groups_main`.`desc`, `bx_groups_main`.`group_membership_view_filter`, `bx_groups_main`.`featured`, `bx_groups_main`.`allow_view_group_to`, `bx_groups_main`.`author_id`, `bx_groups_main`.`id`, `Profiles`.`NickName` as `NickName`, `bx_groups_fans`.`id_profile` FROM `bx_groups_main` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_groups_main`.`author_id` inner JOIN `bx_groups_fans` ON `bx_groups_fans`.`id_entry`=`bx_groups_main`.`id` WHERE 1 AND `bx_groups_main`.`status` ='approved' AND `bx_groups_fans`.`id_profile` ='1' AND `bx_groups_fans`.`confirmed` ='1' ORDER BY `bx_groups_main`.`created` DESC LIMIT 0, 10 Mysql error: Unknown column 'bx_groups_main.icon' in 'field list' |
@markborrington - The error is saying that you did not run the sqlupdate.php found in the patches\version_2.2.0 folder. There is no sqlupgrade.php for upgrading from Dolphin 7.3.2 to Dolphin 7.3.3 so I am assuming that you mistakenly ran the sqlupgrade.php which was really for upgrading from Dolphin 7.2 to Dolphin 7.3 Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
@markborrington - The error is saying that you did not run the sqlupdate.php found in the patches\version_2.2.0 folder. There is no sqlupgrade.php for upgrading from Dolphin 7.3.2 to Dolphin 7.3.3 so I am assuming that you mistakenly ran the sqlupgrade.php which was really for upgrading from Dolphin 7.2 to Dolphin 7.3 Yup, that's exactly what I did. Mistakenly thought the upgrade folder was the place to look in for upgrading the script. |
quick question - just installing module on a new site, made a test group and added test member - joined and subcribed to the group However, when logged in as admin, the 'broadcast' button is not showing. I have your actions manager module which shows it is there, but nothing on front end! Any ideas? |
Check and ensure that the membership action groups broadcast message is enabled. quick question - just installing module on a new site, made a test group and added test member - joined and subcribed to the group However, when logged in as admin, the 'broadcast' button is not showing. I have your actions manager module which shows it is there, but nothing on front end! Any ideas?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Bug: When you add blogs, news etc. the icon on the left of the Group title does not takes you back to the main group. It works for photos. |
Acknowledged, I will investigate and update accordingly. Bug: When you add blogs, news etc. the icon on the left of the Group title does not takes you back to the main group. It works for photos.
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I updated the whole site from version 7.3.2 to version 7.3.3 and Premium Groups - Dolphin 7.3 stopped working. Pages do not display. |
Download the mod again and re-upload the files to your server. I updated the whole site from version 7.3.2 to version 7.3.3 and Premium Groups - Dolphin 7.3 stopped working. Pages do not display.
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Hello, |
@Priamo Rodriguez - PM me your Dolphin Admin and FTP logins so that I can offer some assistance. It seems as if you did not update the module to its latest version before you attempted to update your site. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Bug: Sponsors, Blogs, News, Venues, Events all, when you click the group icon at the top return you to the Group main page which lists all the groups not the main page fro the group you are in. Any news on when this will be fixed? |