You reported this issue already and I acknowledged. The issue will be addressed in the next update of the module. At this point, I cannot pinpoint a specific date for this update release. I am working on several module updates concurrently. 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?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
This was in a different place to my previous report. I had noted and reported it when adding content. This report was more general on just moving to the different sections of a group. I hadn't spotted that before. |
@Custheyder - Please re-upload the module files. That issue should be resolved now. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thank you I will download and check. |
With Add Admin to group - can the admin delete the group or can I set what the admin can and can't do? Thanks for a great module! |
All Group Admins have the same privileges. There is no functionality to restrict privilege of an Admin With Add Admin to group - can the admin delete the group or can I set what the admin can and can't do? Thanks for a great module!
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Group Events.
Do they show only in the group? Is it possible to have an option so they are private to the group? Add a "Fans only" to the view or similar?
Thanks
Cust. |
Okay, sorry. I found the administrator option to decide if it uses the "Group" or integrates with the main "Dolphin Events". Is it possible to have the Admins of the Group decide, on a per event basis, if they are private to the group or showing in the main events? That is what I am really getting at. |
Hi, Just tried to update from version 2.1.8 to 2.2.0 I uploaded the Modules files into the group dir ... no issue I uploaded and ran the sqludate.php patch file .... ran OK I ran the Recompile in Admin ..... OK I cleared the cache When I try to open existing groups ...... I have a Database query error message (can't open the group) and I can't create a new group..... Did I have to update to 2.1.9 before ? How can I solve this ? Thanks |
If I upload and run the sqlstates.php and run it , would this solve the issue ? |
Just tried it and no, same result ???? |
@fiftycommunities - When updating, you cannot skip patches. You must now run patch 2.1.9 to fix the site. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
OK.....works well Thanks for the quick help |
Just upgraded to Version 2.2.0 on Dolphin 7.3.3 and have encountered a problem. http://meta-travel.com/m/groups/blog/browse/India Method(actionBlog) was not found in module(groups)
And there's more: Method(actionEvent) was not found in module(groups) http://meta-travel.com/m/groups/event/browse/%7Bbx_groups_view_uri%7D ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
Just looked in PHP MyAdmin and know I'm not cracking up, as the tables didn't get dropped. bx_groups_blog_main TravelNotes.org - The Online Guide to Travel |
The Group Blog preview posts still show on my profile page: ie: Travel in Europe: http://meta-travel.com/m/groups/blog/view/Travel-in-Europe
I hope we can get these back.
TravelNotes.org - The Online Guide to Travel |
@modzzz Any ideas what went wrong with the Version 2.2.0 upgrade of Premium Groups module? Group blogs are no longer showing. http://meta-travel.com/m/groups/blog/view/Travel-in-Europe Method(actionBlog) was not found in module(groups) The content is still in the database tables, so thankfully that isn't all lost. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
@TravelNotes - Download the module again and re-upload the files. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Great Customer Support, as always. Thanks a million. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
I see that there is an archived as well as a new version available.
What is the difference? |
Newer version does not have built in Events,News,Blogs but instead allows these to be added as optional plugins. I see that there is an archived as well as a new version available. What is the difference?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
What's happened to the RSS feeds in Premium Groups? The feeds are showing.... http://meta-travel.com/m/groups/view/African-Travel-Network But they don't show up in the edit page, although they are still in the `bx_groups_rss` database table. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
Actions - Add Group Blog is missing, although I can hack the URL manually. TravelNotes.org - The Online Guide to Travel |
What's happened to the RSS feeds in Premium Groups? The feeds are showing.... http://meta-travel.com/m/groups/view/African-Travel-Network But they don't show up in the edit page, although they are still in the `bx_groups_rss` database table. ~~~~~~~~~~~~~~~~~~~~~~ Was feeds also stripped out of this module? TravelNotes.org - The Online Guide to Travel |
@TravelNotes - Re-upload the files again to get back RSS Feeds. I am not sure why Add Blog is missing . Run the query below in your phpmyadmin and clear cache.
INSERT INTO `sys_objects_actions` (`Caption`, `Icon`, `Url`, `Script`, `Eval`, `Order`, `Type`) VALUES ('{TitleBlogAdd}', 'plus-circle', '{evalResult}', '', '$oConfig = $GLOBALS[''oBxGroupsModule'']->_oConfig; return BX_DOL_URL_ROOT . $oConfig->getBaseUri() . ''blog/add/{ID}'';', '18', 'bx_groups'); Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
The ability to edit feeds is back. Before running the query, I looked in the `sys_objects_actions` table and {TitleBlogAdd} Caption is there with all the values you've given. The only difference being: $oConfig = $GLOBALS['oBxGroupsModule']->_oConfig; return BX_DOL_URL_ROOT . $oConfig->getBaseUri() . 'blog/add/{ID}'; vs $oConfig = $GLOBALS[''oBxGroupsModule'']->_oConfig; return BX_DOL_URL_ROOT . $oConfig->getBaseUri() . ''blog/add/{ID}''; Changing the Eval value made no difference.
TravelNotes.org - The Online Guide to Travel |
How about..... Taking a closer look at classes/BxGroupsPageView under function getBlockCode_Actions() 'TitleBlogAdd' => '', We might need something in there.
TravelNotes.org - The Online Guide to Travel |
That did the trick. Following that train of thought, I can get the Add News and Add Event back in as well. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
I have re-uploaded modules/boonex/groups/classes/BxGroupsPageView.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Hi Modzzz in groups main page when editing description is there a way to upload pic from pc or is it just add source from another website. or can user use pics from add photo upload? or something similar.
Thanks |
Hi Modzzz me again is it possible to remove order by list in group comments ?
please see attached screenshot of what i mean
Thanks |
You can test this yourself to see whats possible. I haven't personally done any exploration with uploading pics with the TinyMce Editor to see whats possible or not. Hi Modzzz in groups main page when editing description is there a way to upload pic from pc or is it just add source from another website. or can user use pics from add photo upload? or something similar.
Thanks
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
It could be achieved with some code customization. Hi Modzzz me again is it possible to remove order by list in group comments ? Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thanks i will try TinyMce editor to see if i can upload pics
What would cost of code custimization be or is it possible to use your FB comments mod for this area ?? Please feel free to email direct as i also left question on another mod of yours to seecost of doing work.
Thanks |
Hi Mozzzz in comments box in groups when user makes comment i do not see an option to post a pic, all there is a comment by text or video comment but no way to post pic to comments?? |
Yes, Dolphin does not have any photo upload functionality for comments. Hi Mozzzz in comments box in groups when user makes comment i do not see an option to post a pic, all there is a comment by text or video comment but no way to post pic to comments??
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
crap :( would your FB comments mod work for this ?? where you moved block around etc. ?
thanks |
You could use the FB Comments module if you desire. crap :( would your FB comments mod work for this ?? where you moved block around etc. ?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Hi Modzzz, I just upgraded from 7.3.3 to 7.3.4
When I try to open whatever group, I have the following message : Fatal error: Call to undefined method BxGroupsModule::isAllowedViewComments() in /home/xxxxx/public_html/xxxx/modules/boonex/groups/classes/BxGroupsPageView.php on line 74
During the process I copied the BxGroupModule.php in the modules/boonex/groups directory (I have a 'groups_old" directory which I didn't update)
How could I fix this ?
Thanks |
I just re loaded the previous BxGrpoupsModule.php file and recompiled and works now......so that file is now as from before the upgrade .... so works But..... did I have to do anything else for the upgrade (with the new BxGroupsModule.php file received ? Thanks |
Hi Modzzz, I just moved my site to new server and came across a issue when creating test group, i can create group etc. but when i go to the group page nothing there i mean nothing not even main nav just complete blank page on my laptop says http error 500. any ideas what could be wrong could it be something no imported corectly in database ? |
@mlbs - PM me your FTP and Admin details so I can investigate. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
sent |
Will this work with Dolphin 7.4.2? TravelNotes.org - The Online Guide to Travel |
All my modules presently active in the marketplace should work with Dolphin 7.4.2 Will this work with Dolphin 7.4.2?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
We're stepping up to the plate again. TravelNotes.org - The Online Guide to Travel |
Something went wrong. TravelNotes.org - The Online Guide to Travel |
This is the archived Premium Groups so you might have forgotten to upgrade it. Just looking at the installer.php should have given it away.
bx_import('BxDolInstaller');
class BxGroupsInstaller extends BxDolInstaller { function BxGroupsInstaller($aConfig) { parent::BxDolInstaller($aConfig); }
I'm pretty sure we need
class BxGroupsInstaller extends BxDolInstaller { function __construct($aConfig) { parent::__construct($aConfig); }
I would probably need to look at all the classes as well. ~~~~~~~~~~~~~~~~~~~~~~ TravelNotes.org - The Online Guide to Travel |
Is this going to be corrected? TravelNotes.org - The Online Guide to Travel |