Design box not loading for login on member.php

Hi everyone,

 

For some strange reason, my design box is not loading for the login box on my member.php page.  I checked my database and it's currently set to load design box 1.  However, this is the only block that's not loading it.

 

Anyone have any idea as to what is causing this?

Quote · 14 Dec 2010

Has anyone else seen this issue?  I'm still experiencing it on my system.  See the attached file for a screenshot of the issue.

Login issue.png · 7.8K · 95 views
Quote · 20 Dec 2010

whould you please provide yousite?

=> http://friends.smansakra.sch.id => friends community based dolphin 7
Quote · 20 Dec 2010

Hello you can add General support enquiry ticket here http://www.boonex.com/unity/support/home. Make sure that owner of your ticket is my business account - eSASe

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Dec 2010

I can't provide a link to my site due to a non-disclosure agreement.  However, I have noticed that when the page is a single column, it doesn't load the design boxes.  Here's a page that is a single column:

<div class="disignBoxFirst">
		<div class="boxFirstHeader">Edit Group</div>
<div class="boxContent">
<div class="clear_both"></div>
<div class="bx_sys_default_padding">

However, here's what it looks like on a 2 column page when the page loads the design box:

<div class="page_column page_column_first" id="page_column_1" style="width: 299px;"><div class="page_block_container" id="page_block_533"> 	        <!--Srart of RC -->							
<div class="block">
<div class="list_t"> <div class="list_tr">
<div class="list_bl">
<div class="list_br">
<div class="cls100_p">
<div class="disignBoxFirst">
<div class="boxFirstHeader"><h2 class="clsHeaderCommon"><span>Photos</span></h2></div>
<div class="boxContent"><div>

Any ideas as to what is happening?

Quote · 22 Dec 2010

There are so many missing closing </divs> on both of those code examples that my only guess is you did not post all the code.

So i cannot possibly begin to trouble shoot this one.

https://www.deanbassett.com
Quote · 22 Dec 2010

Hi Deano,

If you'd like, I can private message the source code to you.

Quote · 22 Dec 2010

No.

I am unlikely to find the cause that way anyhow even if i was to see all the code. Because if the code turns out to be wrong, then the cause has to be found which cannot be done by looking at outputted html code.

I also do not have the time to do personal one on one support for anything except my mods. I help in the forums when and if i have any spare time. Which lately is rare.

https://www.deanbassett.com
Quote · 22 Dec 2010

Just an update of what I've found so far:

 

Essentially, the design box isn't loading because the Dolphin system doesn't think that it's loading a page.  In the BxDolPageView.php file, there's the following code:

 

function genColumnHeader( $iColumn, $fColumnWidth ) {
$iColumnsCount = count($this -> aPage['Columns']);
if(count($this -> aPage['Columns']) == 1)
$sAddClass = ' page_column_single';
else if($iColumn == 1)
$sAddClass = ' page_column_first';
else if($iColumn == $iColumnsCount)
$sAddClass = ' page_column_last';
else
$sAddClass = '';

 

===============================

 

For some reason, the Dolphin system is evaluating the member.php page as if it's not a page via the code below:

 

if (isset($this -> aPage['Columns']) && !empty($this -> aPage['Columns'])){
foreach( array_keys( $this -> aPage['Columns'] ) as $iColumn )
$this -> genColumn( $iColumn );
} else {
$this->genPageEmpty();
}

 

=====================================

 

So, my question is this:  What variable determines whether or not Dolphin is loading a "page"?  If I can figure this out, then I think I can fix the issue with the design box not loading on some of my pages.

 

Quote · 24 Dec 2010

I finally figured this out...The "default.html" file didn't include the correct design box information.  I didn't realize that the system actually used it for boxes whose design boxes can't be updated via the database.

Quote · 27 Dec 2010
 
 
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.