Quote:
Originally Posted by cnrr
hi RS_Jelle i changed author section to version.
i want show author(now version) in title.
i was set title like this:
HTML Code:
<title><vb:if condition="$dlcustomtitle">{vb:raw dlcustomtitle} {vb:raw _author} - </vb:if> {vb:rawphrase downloads2} </title>
but author doesn't show in title.
|
Search for $dlcustomtitle in downloads.php. Pretty self-explanatory to change its content
Quote:
Originally Posted by byalik
4play - I have no doubt it works but I just wanted to wait till the bugs/features listed on page 1 were implemented before installing. I am not in a rush for this item so I can wait.
|
Currently, there are no major blockers on that list. Most of the items in it are suggestions, not bugs.
Quote:
Originally Posted by bajrice
hi there,...
how to remove this one ?!
thanks
|
In the
downloads2_wrapper_side template find and remove
HTML Code:
<div id="pagetitle">
...
</div>
Though keep in mind the h1 title is used on every page. You could wrap it in some conditionals to meet your needs.
Quote:
Originally Posted by Senaxx
Is there a easy way to add What's Going on table to the Downloads II page? Tried to include the table, but it's missing the variables then I think. Anyone can point me in the right direction?
|
No, I never used the WOL code myself

Why would you like to use it on the downloads page?