Image reloader stopped working! Please help novice

I always like to thank you guys first because you are stellar in helping ALWAYS, and I appreciate you all!

My image reloader "seems" to work fine...  until I add additional images.  I insert 1 image and everything works and looks perfectly...  however, whenever I add a 2nd image, the basic settings page show that those images exist and are loaded fine. However, when I go to the home page and refresh, BOTH images completely disappear, and are eliminated in their entirety!  I tried a couple of solutions earlier that were *supposed* to remove the grey "welcome" or "hello _________", but they didn't work (I finally got a resolution to that however). I am wondering if I changed something in one of those couple non-working solutions, that somehow affected the image reloader along the way?  I definitely need the image reloader.

I very much appreciate your help, thank you!

-Kristi-
Quote · 14 Feb 2012

I changed the 2 items back...  could anyone please, please tell me how to resolve this? Or where I can find the image reloader coding in full?  At least then I could go to my working Dolphin site, copy that code, and replace it in the same place on my non-working Dolphin site.  Unless, one of you brilliant helpers have better ideas? Did I say please? :)

-Kristi-
Quote · 15 Feb 2012

I think what you are referring to is the promo block.

First, the template that controls its output is located in templates/base/page_1.html.

That page is specified and loaded by the index.asp page when it calls:

$_page['name_index']= 1;

The index.php page also calls this:

$_page_cont[$_ni]['promo_code'] = $oIPV->getPromoCode();

That is where the promo code gets loaded.

The part in the line of code above "promo_code" is actually part of Dolphin's very powerful key system. It basically indicates that whatever returned output that is derived from the variable $oIPV by calling the getPromoCode() function gets assigned to that key. That key is then used in the page_1.html file.

The function is located in BxBaseIndexPageView.php. Do  a search in the file for:

function getPromoCode()

The reality is that it's very difficult to troubleshoot this as there are many ways to arrive at the same or similar conclusion. Much of the info I've given depends on how you went about implementing your code.

Updating my BoonexNerd.net site.
Quote · 15 Feb 2012

JT-  *ARGH*  Thanks for all your help in assisting me the last couple days.It is sounding like I might simply have to do a clean reinstall? This would stink! You mention that much of this depends on how I went about implementing my code...  well, I didn't.  I don't code.  Everything is as downloaded, except for a few lines of code I have slightly altered, such as getting rid of the footer at the bottom of the page, per instructions in the forum.  Nothing funky or major. Since I wouldn't know where to start to troubleshoot and you mention there being a multitude of ways this problem could be caused, I don't have any idea how to fix this. Even with your suggestions below, I still don't know what to "do" once I find those lines of code. :( 

I am sure I have touched none of those lines of code you reference though, so have no idea why this is not working correctly. Anybody else have any ideas before I have to start this site all over?  Please, please? 

-Kristi-
Quote · 15 Feb 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.