Quote:
Originally Posted by winstone
100x100 pixel thumbnails underneath each other would be very nice in my opinion, I would highly appreciate if you could give me some tips on how I can add that
in Addition, is there any way to add full size picture to thread description? (using create new thread mod)
|
It's not that easy to add in a moment, so I can't give "some tips". First you need a new piece of PHP code to create the 100x100 thumbnails and then you can add them to the template.
Another method is without using special thumbnails and just setting style="width: 100px; height: 100px;" in the img tag for the normal image. You can do this pretty easy in the correct template when you add the PHP code for the normal thumbnails (have a look at the category code part of downloads.php, there's a loop function to pick a thumbnail) to the column functions in class_downloads.php.
For the Create New Thread mod, you better ask this in the mod thread to keep things organised
Quote:
Originally Posted by hydrodyn
Hi all,
is it possible to set passwords for single categories?
I saw it on a Handy-Support-Site, but i didnt find the Page again to show you.
Greez
|
That's not possible at the moment, so it's probably a custom coded mod for that site.
Quote:
Originally Posted by CraiovaOnLine
i need some keywords and description to share with mr Google.
thinking: keyword: the name of the download
description : shortdescript.
tried to modify the template and to call them as meta, kinda screwd up my header.
any ideeas?
|
I already added this to v6, next to the existing custom titles for better SEO. It's done using a plugin as we want to avoid modifying any templates.
But meta tags aren't that important any more for SEO. Google is looking more at your inbound links etc. for their PageRank system.
Quote:
Originally Posted by basketmen
Ugh still not get the answer, i think this easy enough
How to set title lenght?
i know to set description lenght in downloadsII in admincp options, but How to set title lenght?
|
Hmm, I don't see your question anywhere else in the thread

That's not possible as we assume the title isn't that long normally (you can put all extra details in the description which is cropped) ...