Quote:
Originally Posted by MotMann
@ RS
My litle problem exist. Look here ;
|
I fixed it and tested it, have a look at the attachment (I missed some = characters in the new line code)

Also note that you have to add +1 to the $countnumber you choose. If you want 3, then you set it to 4
Quote:
Originally Posted by Dave Hybrid
Any chance of a copyright free version?
|
I don't know, but we are working freely on it and there's no donation system or anything like that

So ... the copyright is the only bit of attribution. In v6 the "Based on ecDownloads 4.1 ? Ronin" will disappear also (full recode, so no old Ron1n code any more), so it will become a bit smaller
Quote:
Originally Posted by basketmen
Question
I want to change Bytes to KB in the right side File name
where file or phrase i need to edit ?
thanks guys
|
This changes automatically with the vBulletin file size calculation function. If it's a small file, it uses bytes, if it's a bigger, it displays the size in kilobytes, if it's "very" big, it uses megabytes, ...
Quote:
Originally Posted by luket79
Actually, after looking into this, it looks like the promotion system doesnt move the user into the new usergroup. It changed the title for the user to the new group name but it didn't push the user in the new group to be able to see the new downloads. I made a user with 24 posts, then I made a post so it would be 25. The group named changed but the user was still unavailable to see the addidtional download. I even did a manual reload of user titles. Maybe I have something setup wrong in my promo system?
|
So, that's not really a DownloadsII problem, but a problem with the vBulletin promotion system

Are you using the usergroups promotion system, as you are talking about usertitles, which is a different thing (and has nothing to do with the usergroups)?
Quote:
Originally Posted by rowlandc
Has the template edit of the navbar changed in the new patch?
I've gone to the navbar section and looked around and can't find the:
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
|
Indeed, this seems to be slightly changed to:
PHP Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>