Help for remove a spash redirection

Hi,

I have lots of problems with the TMB Hosting templates.

I have a problem with the splash redirection (on my home page) because slash redirection is automatically add in all their templates. (index.php redirect to a white splash page)

I don't want this redirection, i want found my default home page for non members and members.

 

Actually non members cannot see my home page and it's so bad.

 

Please send me the steps for remove this splash redirection and have my default boonex home page what i have created.

 

Have a nice day Frown

Quote · 6 Jan 2012

The redirection code depends on the type of    Splash Template    you had  previously installed on your website.

You will need to remove the former splash page template / splash module files  completely before you   site home page can show.

The files may be in your template folder  or in the root  directory / inc directory   of your site depending on how the template programmer  created it.

Be very careful when removing any file on your site  and have your  Complete site backup in a safe place  . You must also be certain of the name used to code  the splash template.

 

If you are not so sure, you can just  pm  me   so I can help you search it and remove the splash when I am less busy today.

Your Success is permanent when you help others around you to Succeed.
Quote · 6 Jan 2012

The quickest solution would be to change back to the default Dolphin template.

 

http://www.boonex.com/forums/#topic/do-not-download-from-this-user-or-tmdhosting-ripoff-alert-.htm

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 6 Jan 2012

my website : http://www.lordofdating.com, you can see the problem.

Yes i understand but if  a good man can help me i like this. 

 

Step by Step please, i am not a developper, this [EDIT] template is beautiful but that's the first template what i use with this splash page redirection.

It's sure the problem is in the template folder because my others templates haven't this problem.

Quote · 6 Jan 2012

@smile4sammy i have removed the splash folder into the tmpl_tmd017 folder but the problem haven"t disappeared.

Can you tell me where are Located all the files what i must delete ?

 

Quote · 6 Jan 2012

check in templates/YourTemplate/scripts/BxTemplIndexPageView.php

Quote · 6 Jan 2012

<?

 

/***************************************************************************

*                            Dolphin Smart Community Builder

*                              -----------------

*     begin                : Mon Mar 23 2006

*     copyright            : (C) 2006 BoonEx Group

*     website              : http://www.boonex.com/

* This file is part of Dolphin - Smart Community Builder

*

* Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License. 

* http://creativecommons.org/licenses/by/3.0/

*

* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;

* without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

* See the Creative Commons Attribution 3.0 License for more details. 

* You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin, 

* see license.txt file; if not, write to marketing@boonex.com

***************************************************************************/

 

bx_import ('BxBaseIndexPageView');

if ( ( !$_COOKIE['memberID'] and !$_REQUEST['dolphin_logout'] ) or $_GET['landing_page'] )

    {

    Redirect("splash.php");

    }

class BxTemplIndexPageView extends BxBaseIndexPageView {

function BxTemplIndexPageView() {

BxBaseIndexPageView::BxBaseIndexPageView();

}

}

THIS IS THE   templates/YourTemplate/scripts/BxTemplIndexPageView.php FILE
IF WE DELETE Redirect("splash.php"); THE TEMPLATE DONT WORK AFTER
HAVE YOU AN IDEA ?
Quote · 6 Jan 2012

If i understand you correctly your saying your removeing just this line marked in red

bx_import ('BxBaseIndexPageView');

if ( ( !$_COOKIE['memberID'] and !$_REQUEST['dolphin_logout'] ) or $_GET['landing_page'] )

    {

    Redirect("splash.php");

    }

class BxTemplIndexPageView extends BxBaseIndexPageView {

function BxTemplIndexPageView() {

BxBaseIndexPageView::BxBaseIndexPageView();

}

}


That would be incorrect. You need to remove the entire IF block. Remove the code shown below in red

bx_import ('BxBaseIndexPageView');

if ( ( !$_COOKIE['memberID'] and !$_REQUEST['dolphin_logout'] ) or $_GET['landing_page'] )

    {

    Redirect("splash.php");

    }

class BxTemplIndexPageView extends BxBaseIndexPageView {

function BxTemplIndexPageView() {

BxBaseIndexPageView::BxBaseIndexPageView();

}

}

 

https://www.deanbassett.com
Quote · 6 Jan 2012

You will need to look through a couple of files in the  template folders   to observe the flow of redirection  how the template Programmer set the redirection.

It is not a readymade pattern that one can just quote directly as each Splash is unique

Each Splash template design is unique depending on how the designer chose to program it.

You will need someone who understands dolphin code to look through it, trace it and fix it  

or you can just contact the Splash Template programmer for  Uninstallation Procedure

Your Success is permanent when you help others around you to Succeed.
Quote · 6 Jan 2012

Its also possible some files in the  /templates/base/scripts/   folder could have been modified as I have often seen in some Splash templates

Your Success is permanent when you help others around you to Succeed.
Quote · 6 Jan 2012

I do have to agree with smile4sammy on this one.

Spash pages are not a normal function of dolphin. They are additions. Thus we are the wrong group of people to be asking on how to remove it. Each developer that designs a splash page does it differently. So the proper thing to do is contact the developer of the splash page for proper removal procedures.

Also as smile4sammy said, there may be other areas that were modified for the splash page. So removal of that code may not provide adequate removal of the splash page.


https://www.deanbassett.com
Quote · 6 Jan 2012

If you are Tmd template  then you  have to really search as they really custom coded it

I remember the day I used one of their Template and I went round all the files before i found where the footer code was strategically  coded.

Your Success is permanent when you help others around you to Succeed.
Quote · 6 Jan 2012

THANKS SO MUCH GUYS, NOW THE TEMPLATE UN NORMALLY

 

HOW I CAN DONATE MONNEY TO YOUR OGANISATION ?

 

GREAT FORUM

Quote · 6 Jan 2012

last question, can you tell me why the join and login buttons (black color) are located on "the left" of the home page banner on the same place what "welcome to the community"

it's possible for place the "welcome to the community" to right ? or place the buttons on the right place of the banner ?

Quote · 7 Jan 2012

 Install the firebug in firefox and play with css and see what happeneds.

last question, can you tell me why the join and login buttons (black color) are located on "the left" of the home page banner on the same place what "welcome to the community"

it's possible for place the "welcome to the community" to right ? or place the buttons on the right place of the banner ?

 

so much to do....
Quote · 7 Jan 2012

 

If you are Tmd template  then you  have to really search as they really custom coded it

I remember the day I used one of their Template and I went round all the files before i found where the footer code was strategically  coded.

 And, would you be kind to provide detail of where footer code was strategically coded in TMDHosting templates?  I need this info, as well as it may help others too.  I did not realize these guys added a hidden footer code.  Now even changing to non TMDHosting templates, the  TMDHosting injection after Copyright is visible in even non TMD templates.  This simply a plain jerk behavior from TMDHosting.

Quote · 19 Mar 2012

I have found a way to remove the tmd script from the bottom of all there templates, would be willing to help people out if they want to have it removed.

Quote · 5 May 2012

JF3000, I saw your blog (offsite) that offers this "service" of removing the TMDHosting script at $30. Is that the same price for us here? Your above post gives no details. May I also ask, why don't you create this offering in the Market so that it can be viewed as a viable option? Frankly, I don't trust the informal presentation of the option.

Very unfortunate, is that I used a TMDHosting template and now all of my templates have the annoyance of TMDHosting's script issues.

 

Quote · 24 Aug 2012

 I have a new client who was with TMD and using their template, and now I have moved the site, but the footer still shows linking to their site and hosting. I have looked thru so much code trying to remove this which is injected directly after the Copyright.... anyone have suggestions???

 

If you are Tmd template  then you  have to really search as they really custom coded it

I remember the day I used one of their Template and I went round all the files before i found where the footer code was strategically  coded.

 

Even Monkeys and Retards get it right with repitition! - Author Unknown
Quote · 30 Jan 2013
 
 
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.