>>
Site Map
>>
Forums
>>
Operation
Forum module - topics in forum:
Operation - Get help on how each part of PHP-NUKE works
Totally Lost....
Ive been trying to find how, I can put the icons in my Community Block, like you have here. Ive looked in a # of different threads here, and google'd it, and came back wth nothing.
2 Other Problems Im having is,
1) I cannot get Banners to show on in my Nuke Site,
and
2) When I upload a file, and add it to the Downloads, when you click on it, it comes back with "Page Cannot be displayed"
Any help, would be greatly appreciated.
Thanks in advance.
No version of nuke, no theme used, didn't even try and mention what downloads module. Im possible to answer any of this.
| Jae_9 Wrote: : |
| No version of nuke, no theme used, didn't even try and mention what downloads module. Im possible to answer any of this. |
PHP Nuky 7.7
Theme, I was trying out Midnight Red, to see if it was apart of the theme.
Downloads Module. THere is only 1 that has anything in it. TeamSpeak Module.
Site address is www.robtekcreations.com/Gaming
Well what I can answer is your downloads question. What I would do is make you a folder call it downloads for all of your downloads to call from. I would make it seperate from your gaming folder which has your site in it. Put it inside your public_html folder. Then the link you want to use for your downloads is either | Code: : |
| http://yoursite.com/downloads/filename.zip |
or it may work as | Code: : |
| /downloads/filename.zip |
you dont have to put the sitename in that one cause the database assumes that the folder is in the root of your public_html folder. If you decide to put your downloads folder in the gaming folder you link will be | Code: : |
| /Gaming/downloads/filename.zip |
just do the same for the one with the entire site name in the link.
im wondering does a file have to be in a zip or rar, etc for it to be downloaded?, i have this same problem but i have it set up using what you posted with no luck.
im using php-nuke 7.6
theme is Deep
thanks for any help
If the file extension is .zip you have to link it as .zip, if it is .rar then it has to be linked as .rar . All of your files are case sensitive it has to be the exact name to the end of the file extension. Example FiLeNaMe.rar cant be filename.zip or filename.rar it has to be FiLeNaMe.rar. which is why if you have a complicated file name then I would shorten it by renaming the file before uploading. Also if you have NukeSentinel installed on your site you cant have any files with in the file name. If so you will be banned that is considered an XSS attack.