"Join Form Block" not showing on index.php after upgrade to 7.0.5

Any ideas on this one? The "Join Form Block" is not showing on index.php after upgrade to 7.0.5 - the block is there in admin... but not shown on the site. It is shown on join.php but not index.php

Quote · 12 Feb 2011

I don't believe the join form is on the index page for a default dolphin install.

Did you by any chance use a mod to put it on the main page.

https://www.deanbassett.com
Quote · 12 Feb 2011

That is probably it, yes! Good call. However, the "Join Form Block" does show up in the builder... yet not on the actual page in a browser. I'll try and find what was potentially modified to originally allow it to show on the index.php page.

Quote · 12 Feb 2011

 

That is probably it, yes! Good call. However, the "Join Form Block" does show up in the builder... yet not on the actual page in a browser. I'll try and find what was potentially modified to originally allow it to show on the index.php page.

My guess is the mod was more than one part. The block will still show up due to the database entry. But may not function because of missing code changes.

My php block mod for the page builders is the same way. The block will still appear, but without the code changes will not work.


https://www.deanbassett.com
Quote · 12 Feb 2011

It was exactly like that. Sorted now by locating the original mod (http://www.boonex.com/unity/extensions/entry/Site_s_Join). The vital bit of code is at the bottom on BxBaseIndexPageView.php - if anyone does this now, please just copy the piece of code at the end of the file rather than overwriting your BxBaseIndexPageView.php flie as there are numerous core changes to that file since the "Site's Join" mod was created. All sorted, thanks for the starting point Deano.

Quote · 12 Feb 2011

function getBlockCode_JoinForm()

{

bx_import("BxDolJoinProcessor");

$GLOBALS['oSysTemplate']->addJsTranslation('_Errors in join form'); $GLOBALS['oSysTemplate']->addJs(array('join.js', 'jquery.form.js')); $GLOBALS['oSysTemplate']->addCss(array('join.css'));

$oJoinProc = new BxDolJoinProcessor(); return $oJoinProc->process(); }

 

Please use this code for dolphin 7.0.8

Quote · 4 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.