I see there is a way to add categories but I don't see where I can delete any. Also, is there a way to get rid of the RSS dropdown? I will never use this feature for my purposes and if someone clicks on it they will be taken to a page that says, http://4x4junction.com/m/tutorials/browse/featuredFeatured Tutorials RSS. |
For managing categories, login to Admin panel then go to Settings => Categories Settings and choose "Tutorials". There is no automatic way to disable RSS, you would have to get the coding adjusted to eliminate that. I see there is a way to add categories but I don't see where I can delete any. Also, is there a way to get rid of the RSS dropdown? I will never use this feature for my purposes and if someone clicks on it they will be taken to a page that says, http://4x4junction.com/m/tutorials/browse/featuredFeatured Tutorials RSS.
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
500 error resolved - 7.3.3 I haven't looked at my Tutorials mod for some time, but when I tested it the other day I was shocked to see the tutorials weren't being displayed. All I got was a 500 error. This also applied to a clean install on a test site. Having tried almost everything, I eventually came across this thread on the forum: https://www.boonex.com/forums/topic/FacebookLocales-xml.htm The only thing that interested me was a comment that some pages may not be displayed and clearing the cache won't help. I applied the patches and the problem went away. I assume this patch will be added to 7.3.4, but if you're using 7.3.3 and find your tutorials aren't being displayed, then try it. |
The following file is updated to resolve an issue where the post form is not loaded directly when the "Add" menu button is clicked : modules\modzzz\tutorials\classes\BxTutorialsPageMy.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Hi, I have a tutorial created for only some "Premium Members" , and I do want Standard members to see ONLY the title and beginning of description but not be able to "enter" the tutorial :
- It do work fine when they are in the m/tutorials/home/ page (list is ok, when standard member click then "acces restricted" if they want to see the full tutorial But - In the wall of the home page, le tutorial is listed with restricted access and no picture :-(. There is something wrong here - If listing the tuto is ok then listing should be ok everywhere.
When I modify the tutorial, adding the standard member as being able to see inside the tutorial, then it works fine (it do show as it should on the wall). So seems that is is not a specific combinaison of the membership level actions that create the issue. But in case, this is what I do have :
ACTIONS ON of membership standard level : Have I done something wrong or a bug is somewhere ?
Many thanks,
|
The following file is updated : modules\modzzz\tutorials\classes\BxTutorialsTemplate.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Hi,
When, on a tutorial, I want to become a fan, I click action button and become fan. Ok, but the button to leave (no become fan) do not appear - It seems that the code for action button do not existe.
In case needed I add this and it work fine : {TitleLeave} modzzz_tutorials {IconJoin} empty getHtmlData( 'ajaxy_popup_result_div_{ID}', '{evalResult}', false, 'post');return false; $oConfig = $GLOBALS['oBxTutorialsModule']->_oConfig; return BX_DOL_URL_ROOT . $oConfig->getBaseUri() . 'join/{ID}/{iViewer}'; 4 0 SO it's fine for me, but maybe an update into the original script
|
A small one : If in privacy setting of admin part (http://www.dolphinmods.com/demo3/administration/privacy.php) : I save "View FAN" at "Member" Then when I create a Tutorial, the field stay at "public" - I tried other value but it seems that the field privacy setting into a tutorial stay by default at Public Public Fans only Fans only Fans only ...
Not a big deal, but after a while I may forget what was the default value I manual adjust in other tutorials. |
@gouvinfo - After default privacy settings are changed in Dolphin, you must manually clear cache. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |