How do I remove <div class="sys_ml_wrapper"></div>

Please help me remove the following line of code <div class="sys_ml_wrapper"

I need to find the php file or html file where I could delete this div to remove extra white space.


Regards and thank you,


Rolf

Quote · 2 Jul 2012

One of the keys to Dolphin success is to find a good file searching tool and install it on your home computer. Then keep a copy of Dolphin on your hard drive to search. I use "total commander" myself.

 

OR you can do it on the server itself using SSH and the grep command.

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

Ok, I'll give you this one, lol... check:

 

/templates/base/_sub_header.html

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

haha thank you very much. I ask alot of question here because I dont know how to find the lines. There are so many files. Which file searching tool do you recommend? The html content is done dynamical so that is a little issue for me :(

Quote · 2 Jul 2012

I use "total commander"... it's "nagware" so it will always popup and ask you if you want to register, but you don't have to so it's basically free.

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

It's easy if you SSH into your site

 

from the commandline type grep -r 'searchstring' *

and that will search your entire dolphin folder

you can CD into a specific folder and just search there to narrow it down.

I do this on a daily basis.

http://www.mytikibar.com
Quote · 2 Jul 2012

I do all my changes on my local windows machine first. So i use wingrep.

I would suggest searching google for free tools of this kind and try a few. Use what you find comfortable.

https://www.deanbassett.com
Quote · 2 Jul 2012

Yeah... what they said.

 

I use this one:  http://www.mythicsoft.com/Page.aspx?type=agentransack&page=download

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 2 Jul 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.