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
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.
|
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 |
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 |
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 :( |
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 |
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 |
I do all my changes on my local windows machine first. So i use wingrep. https://www.deanbassett.com |
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. |