MyBB Hacks

Full Version: Download System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
I'm sorry, my internet connection refuses to load your screenshots, so I can't see it.
Did you create all the templates in your Global Templates?
What about the forum display layout? Displaying the default template or displaying the modified (the download) template?
thanks Rateu...

i have similar problem with as with Wolfseye..
(09-03-2012 02:02 AM)Wolfseye Wrote: [ -> ]Hi guys, today I installed xThreads on my board and tried to add this File Download / Upload thing. Created all the templates and custom thread fields, checked couple times. But when I add a file, in the end it looks like this.

http://i.imgur.com/OJEpO.jpg

Nothing is shown. Not the file, not any download button, nore any screenshot that I uploaded as well.

In the folder on the FTP there are the following files after upload (777 Permission was set of course).

http://i.imgur.com/Ngy9y.jpg

Seems that thing doesn't work for me. Frown Too bad.

Wolfseye

i had similar look of thread as  http://i.imgur.com/OJEpO.jpg
please guide me how to tackle with this?
eagerly waiting for your solution.
thank you.
check this screenshot...
[Image: fEmHU.jpg]
What is the Key you entered in your File Upload custom field setting?
It seems that the Descriptions and the Category is not displayed too?
But the screenshots works there:

http://medishared.org/forumdisplay.php?fid=209
http://medishared.org/showthread.php?tid=127
everything i had copy and paste from first page here to make custom fields.
so there is no any spell mistake.
here is attached my custom thread fields photo.
is there any need to my select theme template modification?

pls guide me further to solve it.

[Image: C5TOu.png]
Now its working.
I dont know how?
Automatically worked.but i need to show all made threaded in side by side means three thread in raw look of forum .
Thank you guys for making this great plugin.

please see below screencaps.
1. i want author detail beside thumbnail in threadlist and in threads. check screencpas.
2.all category list seen.why?
3.Below one thumbnail detail is shown.i dont need it.
4.i want to change position of thumbnail to left rather than center.
5.On thread list i want to show 2 threads in raw rather than one thread below other as normally displayed.

[Image: U0uoy.jpg]


[Image: ielbf.jpg]




pls help to sortout this problems.
is it possible to display thread list normally as seen in below screenshot?

[Image: 35Y0P.jpg]

but

when click on thread link it will open like
[Image: U0uoy.jpg]
(11-11-2010 04:08 AM)RateU Wrote: [ -> ]Just a simple tips Biggrin
We can "set" some conditionals to download the XThreads attachments.

This is a simple example for that, the minimum post to download file:
Use this kinds of code in File Upload Display Format field:

HTML Code
<if $mybb->user['postnum'] < 5 then>
<em>You need at least 5 posts to download this file</em>
<else>
<form action="{URL}" method="get">
<input type="submit" value="Download Now" />
</form>
</if>

We can set the conditional to download the attachments per thread/attachments basis. Just add custom thread fields for the setting.


1......How to bypass post limitation for admin, moderator or my selective usergroups?
what to add in new custom thread fields?
it will be very helpful to me.

2...How can i put multiple file upload raw in new thread? as i want to attach 2-3 files in first post of new xthread.

3... In thread list uploader name not seen.how to display it.

4...In Threadlist, Rating of thread box is not seen beside views of thread.how can i fix it?

check...http://medishared.org/forumdisplay.php?fid=209
Please help regarding above code.
I want to restrict download permission to register members not for all.
Please help what to edit?
xThreads attachments can be downloaded by everyone. The following attempts to do what you are asking for, but as you can read, it is not 100% effective.
http://mybbhacks.zingaburga.com/showthread.php?tid=1376
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Reference URL's