1
cuckston
Partners Block - PLEASE HELP!!!
  • 2004/2/17 21:53

  • cuckston

  • Quite a regular

  • Posts: 268

  • Since: 2004/1/19


Does anyone know how I can make the images in the partners section of XOOPS to be of any size? At the moment they are getting compressed to 110x50. I need them bigger!!

Thanks

2
cuckston
Re: Partners Block
  • 2004/2/19 14:40

  • cuckston

  • Quite a regular

  • Posts: 268

  • Since: 2004/1/19


Anyone????

3
cuckston
Re: Partners Block
  • 2004/2/19 18:50

  • cuckston

  • Quite a regular

  • Posts: 268

  • Since: 2004/1/19


Calling Core Team!! HELP!!

4
cuckston
Re: Partners Block
  • 2004/2/20 10:32

  • cuckston

  • Quite a regular

  • Posts: 268

  • Since: 2004/1/19


Is there seriously no one out there that knows how to solve this?? If there is no souloution could someone jus please tell me!!!

5
batdevis
Re: Partners Block
  • 2004/2/20 15:53

  • batdevis

  • Just popping in

  • Posts: 41

  • Since: 2002/8/16


go 2 the templates admin

edit the template xoopspartners_block_site.html

find this row:

<{if $partner.image != ""}>
      <
img src="<{$partner.image}>" width="102" height="47" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br />
      <{/if}>


and delete
width="102" height="47"
:

final result:

<{if $partner.image != ""}>
      <
img src="<{$partner.image}>" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br />
      <{/if}>


bye!

Devis_

6
cuckston
Re: Partners Block
  • 2004/2/20 16:26

  • cuckston

  • Quite a regular

  • Posts: 268

  • Since: 2004/1/19


Quote:
xoopspartners_block_site.htm


It's proberly right under my nose but could you give me the path route for this path. I cant find it and templates admin, i dont understand.

Thanks

7
TooBaked
Re: Partners Block
  • 2004/2/20 17:09

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Goto your Admin>>>>System>>>>templates>>>>Partners

you will see 3 templates listed for partners, edit the one on the bottom called>>>>
xoopspartners_block_site.html

edit this command here>>>>
<{if $partner.image != ""}>
<img src="<{$partner.image}>" width="92" height="32" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br />
<{/if}>

as you can see I already made mine smaller from the default size.


you can edit all the templates for partners from there and preview before you submit changes.

8
ladysham
Re: Partners Block
  • 2004/4/18 21:14

  • ladysham

  • Quite a regular

  • Posts: 274

  • Since: 2003/11/11


Thanks for this fix. I like my partner block to be 125x125. Can someone tell me how to make them center in the block? I tried <center> and </center> - but it doesn't work. Any help would be appreciated.

Xoops is the best!!

Kelly Ling

9
CBlue
Re: Partners Block

Did you try putting the <center></center> tags here:

<{if $partner.image != ""}>
<center><img src="<{$partner.image}>" width="92" height="32" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br /></center>
<{/if}>

10
ladysham
Re: Partners Block
  • 2004/4/18 22:16

  • ladysham

  • Quite a regular

  • Posts: 274

  • Since: 2003/11/11


Yep - tried that - doesn't work.

Kelly Ling

Login

Who's Online

132 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 132


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits