 | [Solved] need help removing add links |  |
Posted: 06/16/2007 8:55 AM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 7:16 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] need help removing add links |  |
Posted: 06/16/2007 10:28 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 10:16 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Is there any file with the name similar to page_footer.php or overall_footer or footer.php or page_bottom.php or something like that  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: need help removing add links |  |
Posted: 06/16/2007 5:55 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:16 PM
Location: St Pete, FL
|

|
|
|
|
 |
You can get rid of that by removing the following from your skins/subsilver/wrapper.html file:
If you only want to get rid of the links and not the Powered by Aardvark Topsites PHP 5.1.2 part, you can edit and remove the following from the sources/misc/skin.php file:
| Code:
|
// If you want to remove these links, you can; however, I would appreciate
// it if you left them there.
$TMPL['powered_by'] .= '<br /><a href="http://www.myballer.com/" title="Free online basketball game">Online Basketball Game</a> | <a href="http://www.mydebtconsolidationadvice.com/" title="Free debt consolidation advice">Debt Consolidation</a> | <a href="http://www.pollverize.com/" title="Get a free remotely hosted poll">Free Web Polls</a>';
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: need help removing add links |  |
Posted: 06/16/2007 6:08 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 7:16 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
That’s the one. I’d like to delete both the powered by message as well as the links too
When I removed '- {$powered_by}’ though I got this message "You cannot delete {$powered_by} from wrapper.html." when loading up the main directory index page  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: need help removing add links |  |
Posted: 06/16/2007 6:48 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:16 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, then put it back in the wrapper.htlm file then make the following adjustment to the skin.php file:
OPEN
sources/misc/skin.php
FIND
| Code:
|
$TMPL['powered_by'] = $LNG['main_powered'].' <a href="http://www.aardvarktopsitesphp.com/"><b>Aardvark Topsites PHP</b></a> '.$TMPL['version'];
// If you want to remove these links, you can; however, I would appreciate
// it if you left them there.
$TMPL['powered_by'] .= '<br /><a href="http://www.myballer.com/" title="Free online basketball game">Online Basketball Game</a> | <a href="http://www.mydebtconsolidationadvice.com/" title="Free debt consolidation advice">Debt Consolidation</a> | <a href="http://www.pollverize.com/" title="Get a free remotely hosted poll">Free Web Polls</a>';
|
REPLACE WITH
| Code:
|
|
$TMPL['powered_by'] = '';
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] need help removing add links |  |
Posted: 06/16/2007 7:18 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 7:16 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
That sorted it niceone
At the bottom there is this "DJ Passions.com - Music Directory -"
Is it possible to remove the hyphen at the end of directory? I’m not even sure why it's there  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: need help removing add links |  |
Posted: 06/16/2007 7:19 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:16 PM
Location: St Pete, FL
|

|
|
|
|
 |
The hyphen is back in the wrapper.html file. Just remove the hyphen just before the {$powered_by} variable...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] need help removing add links |  |
Posted: 06/16/2007 7:36 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 7:16 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] need help removing add links |  |
Posted: 06/16/2007 7:38 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:16 PM
Location: St Pete, FL
|

|
|
|
|
 |
Awesome. Congratulations Chris!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] need help removing add links |  |
Posted: 06/16/2007 8:08 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 7:16 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|