![]() |
link engine 2.0
Hello,
I am working on my first link list and have let a script installed link 2.0 by gossamer. I am trying to make the catagory table more to my liking in color size and space. I followed the instructions on gossamer forum how to do that In the folder site_html_templates.pl go to sub site_html_print_cat make changes in $output = qq|HTMLCODE\n|; I did that but nothing happens here is my code I use maybe someone can tell me where I go wrong. sub site_html_print_cat { # -------------------------------------------------------- # This routine determines how the list of categories will look. # We now use a table to split the category name up into two columns. # For each category you can use the following variables: # # $url : The URL to go to that category # $category_name : The category name with _ and / removed. # $category_descriptions{$subcat}: The category description (if any). # $numlinks : The number of links inside that category (and subcategories). # $mod : The newest link inside of that category. # my (@subcat) = @_; my ($url, $numlinks, $mod, $subcat, $category_name, $description, $output, $i); my ($half) = int (($#subcat+2) / 2); # Print Header. $output = qq|
return $output; } 1; Thanks in advance, Troy |
Well with the last changes posted above something happend
The table is a mess Take a look |jester| http://www.cumshotspecialist.com/cumshots/ Suggestions anyone? |
Unfortunately a messy table is what you get, when dealing with cumshots.
|
Troy:)
Look at the last section of site_html_templates.pl If you want to hardcode stuff do it there.. just make sure you backup the original. The other best soultion is use a styles sheet to set the table attribs DD |
Hi Troy! I'm not really sure what you are trying to do with the script, but you've got a couple of errors that I can see at a glance. I think this bit: # Print Header. $output = qq|
Powered by vBulletin® Version 3.8.1 |