1
Buzzy
How to remove picture ?
  • 2003/10/1 7:33

  • Buzzy

  • Just popping in

  • Posts: 6

  • Since: 2003/9/30


I just want to remove "download" picture and "web links" picture at the top of the page. How can i do that ?

Thank for your repply

Buzzy

2
Xend
Re: How to remove picture ?
  • 2003/10/1 10:38

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


You nead to edit some templates files in .../modules/mylinks/templsates/

mylinks_brokenlink.html
mylinks_index.html
mylinks_modlink.html
mylinks_ratelink.html
mylinks_singlelink.html
mylinks_submit.html
mylinks_topten.html
mylinks_viewcat.html

Look for this in top of template file..

<p align="center">
    <
a href="<{$xoops_url}>/modules/mylinks/index.php"><img src="<{$xoops_url}>/modules/mylinks/images/logo.gif" border="0" alt="" /></a>
</
p>

3
Xend
Re: How to remove picture ?
  • 2003/10/1 10:42

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


The same in mydownloads:

mydownloads_brokenfile.html
mydownloads_index.html
mydownloads_modfile.html
mydownloads_ratefile.html
mydownloads_singlefile.html
mydownloads_submit.html
mydownloads_topten.html
mydownloads_viewcat.html



<p align="center">
    <
a href="<{$xoops_url}>/modules/mydownloads/index.php"><img src="<{$xoops_url}>/modules/mydownloads/images/logo-en.gif" alt="" /></a>
</
p>

4
Xend
Re: How to remove picture ?
  • 2003/10/1 10:45

  • Xend

  • Friend of XOOPS

  • Posts: 37

  • Since: 2001/12/13


sorry for tehe typo

siteroot/modules/mylinks/templates/

siteroot/modules/mydownloads/templates/




5
ackbarr
Re: How to remove picture ?

Instead of modifying the template files directly, you can create a clone of the default template set in System -> Templates and modify them through the administration panel. After making your modifications, set your modified template set as default in System -> Preferences -> General Settings

6
cptwinky
Re: How to remove picture ?
  • 2004/5/3 18:03

  • cptwinky

  • Just popping in

  • Posts: 37

  • Since: 2004/5/1 2


I too have tried to remove the pictures from mylinks module but it will not go. I cleared the site cache the template cache and my browsers cache to no avail. Why won't it just leave?

7
cptwinky
Re: How to remove picture ?
  • 2004/5/4 13:57

  • cptwinky

  • Just popping in

  • Posts: 37

  • Since: 2004/5/1 2


Nevermind....I have to update the module so the template files are compiled again and put into the db.