1
mj62mj62
Changing Text Size of Downloads-sub-categories
  • 2004/7/26 16:27

  • mj62mj62

  • Friend of XOOPS

  • Posts: 12

  • Since: 2004/7/14


Hello,

I'm currently using the same theme that xoops.org uses on it's web site.


I'd like to change the text size of the sub-categories on the downloads page to make it easier to read.


Does anyone know where I can change this?


Many Thanks,
Matt

2
hervet
Re: Changing Text Size of Downloads-sub-categories
  • 2004/7/26 17:31

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hi,

First, you have to create a personalised template set and modify the general preferences to use it.

Then, edit the template (in your admin panel not the html file) named mydownloads_index.html and search for :
Quote:

<{$category.subcategories}>

and replace it with something like this (it's just an example) :
Quote:

<font size="+2"><{$category.subcategories}></font>


After, modify the template named mydownloads_viewcat.html
search for :
Quote:

<{$subcat.title}>

and replace it with :
Quote:

<font size="+2"><{$subcat.title}></font>


Bye,
Hervé


3
mj62mj62
Re: Changing Text Size of Downloads-sub-categories
  • 2004/7/29 15:12

  • mj62mj62

  • Friend of XOOPS

  • Posts: 12

  • Since: 2004/7/14


Worked like a charm.

Thank you very much! :)
Matt

Login

Who's Online

229 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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