In the Downloads module, which entry in the "global.php" file defines the title of each download in each download catagory? The entry being in the global.php for downloads was simply a guess...
Thanks.
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
Downloads Module global.php Question
-
-
What do you mean, defines the titel of each download? The titles are all database based.
-
I mean, for example..... Click on the following link.
http://www.xtremevelocity.co.uk/site_files/modules.php?op=modload&name=Downloads&file=index&req=viewdownload&cid=6
now as an example, look at "Air Short 2002 TV Advertisement" which is in bold. I want to change these titles so that they are bigger, thus possibly placing HTML in the download's global.php file.
Do you possibly know which entry in the downloads global.php file 'defines' this title? Is it there at all?
Thanks. -
That is controlled by the CSS file in the styles folder of the theme you are using. What you will likely need to do is add a new CSS Style and look through the actual module code to replace the use of which ever style it's using.
-
How do I find out which CSS entry controls this said text?
I've looked in the style sheet, and cannot seem to find an entry that sounds like it could define the certain titles that I want to change.
I am positive that it is the correct theme style sheet that im using. I cannot seem to find any entry that fits the criteria. Basically im looking for Arial 8pt Bold in #333333. But I cant find it. I checked the source code for the page concerned and I think its telling me that the style entry is .pn-title, although .pn-title in the CSS file is aparantly a blue 10pt font.
