Quote:
Originally Posted by Draygonia
Anyone know how to fix this? It should be something simple, but yet I cannot figure it out!
I had to move the downloads.php file to my public_html/ folder so it would work, but when I do click on it, it gives me this error...
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/downloads.php on line 121
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/downloads.php on line 121
|
You need to upload it to your forum folder (vBulletin installation), not to your root folder (like you can do with vBadvanced CMPS). So
http://www.chasm-online.com/forum/downloads.php is the correct url
Quote:
Originally Posted by njolakoski
Question, how, and where do I mod it so it can also display the author along with the filename?
And I would also like to change where it says Author to Artist .... and Filename to Title...
|
I don't understand your first question, can you explain it a bit?
All text is phrased, so you can edit it using
Languages & Phrases in your AdminCP.
Quote:
Originally Posted by Black Tiger
Are these a bugs? Or do I do something completely wrong?
I changed my download directory in the settings to another download directory on my server, i removed the "." in the beginning and stated the full relative path with a trailing slash like:
/home/domains/mydomain/public_html/downloads/
Without the trailing slash, files won't be imported but then I get a error notice.
With trailing slash it works but the following things amaze me a littlebit:
1) Files are imported in my downloads directory but not in a categorie subdirectory, this is the correct working?
2) When setting up for the first time and filling, the column on the left with "Top Contributors" show random users with 0 uploads, amongst them are also users which do not even have upload access for the files?
I can't imagine that this should be the case.
3) If you import the same file twice, there is no warning about the file already existing, but the file simply get's visible twice in the download section, also named exactly the same.
So if anybody can help me with mainly question 2 and 3 (and a little bit question 1)?
|
At the moment, you have to specify a directory in your forums directory (or your root if you don't use a forums directory for vBulletin), so you have to use the ".". It's used also for the image paths, ..., so you can't use an absolute path.
1.) Currently this is the correct working way. This is also flagged for a future big release.
2.) The query needs to get 4 contributors for this list. The query gets 4 names ordered on the amount of files they have added. If there aren't any people who added files, 0 files is the "highest amount", so it gets randomly 4 names with 0 files. If there won't be 4 people in the future with more than 0 files, just change the amount in the settings.
I've put it on my todo list, will be fixed in a future release
3.) The next big release will contain a check for the file link (this was already on my todo list), not for the name. Some people are using the same name twice, just like the topic name on the forum.
Quote:
Originally Posted by Black Tiger
Hmmz.. found a 4th one also.
4.) When importing, .gif images are not displayed (so also not imported) in spite of the fact that image uploads are set as allowed as well in settings as also in the usergroup administrators.
|
You need to put gif in the
Allowed File Extensions list, the
Allowed Image Extensions is a different list. That one is used only for adding images to the file (underneath the description).
@footose: thanks, I will take a look at it.