![]() |
Quote:
You can change it in the adv_portal_ecdownloads template ;) Quote:
In each case: you have to change the adv_portal_ecdownloads template. Change (two times) PHP Code:
PHP Code:
PHP Code:
Quote:
|
Works a treat :)
Thanks Jelle |
You already have a Module with an identifier of ''. Please select a different identifier. i followed the directions but i got that message.
|
Quote:
Choose for example downloads2 as the identifier. |
Hello,
I'm from germany. I even tryed to install the mod on vBullten 3.6.7 PL. Before I've installed the newest version of vbadvanced. I have tryed to upload the file downloads2.php abut the acp. Then I got this error message: The file you have uploaded is not a valid module file. What can I do? I hope you can help and understand me and sorry for my bad english - school its longtime ago. :( |
Hi,
I like to know how to change the Download body size? See attachment. I want the Current Poll same size with Downloads. What should i do? |
Quote:
You need to upload it using FTP to your /forums/modules/ folder, where all the PHP files of the vBa CMPS modules are located. The AdminCP upload feature is meaned for .module files, but we don't use that. Quote:
To solve it complete you need to edit some PHP: Open /includes/class_downloads.php Find $name = addslashes($latest['name']); (two times) Change to $name = substr(addslashes($latest['name']), 0, 15); (two times) Save and upload the file to your forums. This will remove all characters after the 15th one. You can change the 15 to what you want ofcourse to fit to your site. |
i have change the code 2 times below but still not working...
Code:
function update_latest_files() |
---------------
It's working now... :D Thanks. |
Quote:
I think this is also what I want to do. I'd like to have the actual downloads section (ie the right column of the downloads.php page showing as a vBadvanced page more than the top stats. |
Quote:
I didn't tests v3 yet, as I didn't have the time for it and it's not yet a final release (it's an RC, Release Candidate). Then you only need to turn off the column in the DownloadsII options. But for removing them from the home page of DownloadsII, you need to edit downloads.php (at the end of the file). There you will find: PHP Code:
PHP Code:
|
Works fine, but how can I translate the stats into german? I can“t find anything in the phrases or in the templates!
|
Nice !! *** INSTALLED ***
VB 3.6.7 (yeah I know, haven't updated to 3.6.8 yet) CMPS 3.0 RC1 |
Quote:
|
Coolin, very useful, thanx!
|
the contents of top contributors and latest files are not showing up. How should I fix this? Please goto http://www.xenomed.com/forums/downloads.php to see this problem.
|
Quote:
|
1. I am trying to modify the VBadanced module to show only one category. IE I want one module to show the most popular files, and another module to show the latest files. Not sure what I am doing wrong here, but this is the image i get
https://vborg.vbsupport.ru/ This is the code. I would like it to just say in the module the names of the files. And not include most popular files 2 times, and remove the lines around it. Code:
<if condition="$dl->statsmostpopularfiles > 0"> |
Quote:
|
Quote:
Then open /modules/downloads2.php and change adv_portal_ecdownloads in it to your other template and give the module another name (for example downloads3.php), so you have two modules :) Quote:
Then I would certainly experiment with it and try to port the module. |
Hi Jelle,
The offer is there to yourself and any other coders. Drop by phpportals.com so we can set something up for you. |
Very nice this is what I needs ...
Thanks ~ |
is there a way to reset the downloads count? mine hasnt been used yet it shows
' Downloads: 4294967166' |
Quote:
|
I love this mod, and have a question. I would like to add a graphic to the page, but can't seem to find where to add it in. I'd like it in this box, replacing the word navigation.
Quote:
Nutmeg |
That's a vB Phrase, so you can edit it using AdminCP -> Languages & Phrases
The phrase variable of it is ecdownloads_navigation Or you can edit the downloads_wrapper_none, downloads_wrapper_side and downloads_wrapper_top templates, where it is used in ({$vbphrase['ecdownloads_navigation']}). |
thanks!
|
Installed this mod is awsome
|
Since I only want certain members to see the block on the side after they log in. Which I have done already. I was also wondering one of two things. In the Site Navigation module, is it possible to have one of the links inside of that module only viewable to a certain usergroup. If not, is there a way that I can make the header of the Downloads block a link to the downloads.php page?
For Example: I titled the Downloads module "File Cabinet". Is it possible to make the words File Cabinet" at the top of the module block into a link that goes to downloads.php. This way only those people with permissions to visit the File Cabinet may see the link to get there. This way I don't have to make a new button for the navbar at the top. Which actually, I would like to do but don't know how to edit the navbar buttons for usergroup permissions. Any of the solutions, would be great. Edit: Nevermind on the link in the module. I figured it out. I just changed the title of the module to Quote:
|
Quote:
Btw: please click the install link if you use this mod. Quote:
Quote:
HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> HTML Code:
<if condition="is_member_of($bbuserinfo, 6, 9, 10)"> |
Installed and working on my 3.6.8 forum. Thanks mate
|
Installed on 3.7 Beta 6 and working well so far.
|
NEVERMIND.
thanks...this is awesome |
can you plz tell me which vba Modules should i add php,Templete or BBC
|
Quote:
|
i added but it's not working strange
|
Quote:
|
i upload downloads2.phpin forums/modules direcotry then go to edit modules here attachment by the way how do i update the my index pages(s) to show the new module?
|
Quote:
field enter 'adv_portal_ecdownloads, downloads_panel_bit'which should become: adv_portal_ecdownloads, downloads_panel_bitFor adding it to the pages you want, just use the edit page feature and enable the downloads2 module. |
i also did this but same problem it;s not working
|
All times are GMT. The time now is 09:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|