Search results

  1. S

    Flow Templete Editing

    Here is the code, remove from <Section ......> to </section> for every section on the index page you want to remove. <section data-animation-delay="0" data-animation="fadeInUp" class="animated fadeInUp visible homepage-section-1 homepage-section" id="manage"> <div class="container">...
  2. S

    [Resolved] Search for registered user only

    Re: Search for registered user only Currently there is no option to enable this for only registered users. It enables search globally. You can tweak the code and use if statement to show search only for users who are logged in....
  3. S

    Need Help to Add S3 Remote Server

    you can get the key from IAM in Amazon AWS.
  4. S

    Flow Templete Editing

    All you need to do is edit the index.html page in yout /theme/templates folder. Just remove the section code..
  5. S

    Admin area Abuse report dialog/modal bug [4.4]

    ahh missed that. Thanks :)
  6. S

    Admin area Abuse report dialog/modal bug [4.4]

    this still did not fix the issue on my site. I have an abuse report and when i click delete, the file actually deletes but the dialog box will still stay... any ideas? i double checked and i have the hidemodal code but no luck.. function acceptReport(abuseId) { gAbuseId =...
  7. S

    URL for Folder view not working - it redirects to 404 after showing files.

    okay nevermind, you have your PM disabled so i submitted a ticket via your contact page. It has the link to the video asp er your request..
  8. S

    URL for Folder view not working - it redirects to 404 after showing files.

    Adam, Thanks for looking into this. I have sent you a PM on this forum with a link to the video. Whats shown in the video is what happens when i have this 404 page line in the code. if (!$file) { //coreFunctions::output404(); coreFunctions::redirect(coreFunctions::getCoreSitePath() . "/404." ...
  9. S

    URL for Folder view not working - it redirects to 404 after showing files.

    Adam, any suggestions on how i can have my 404 page and still view folders using URL ? Basically what its doing is, i will open a URL for the public folder and i see the webpage for about a second and then it redirects to 404 error page. I dont know why (!file) function is getting executed....
  10. S

    API Upload does not work for fileservers

    i am confused now that you mentioned nginx rules and .htaccess file.. What server are you running? apache or nginx ? .htaccess does not work with nginx so it wont matter what you do with .htaccess file. If possible, paste your nginx rules here so i can look at them..
  11. S

    Remote Url Uploads Do Not Start and Newsletter Plugin problems.

    Can i try php instead of smtp server ?
  12. S

    Direct Remote Server Successful Upload but doesn't generte link for files bigger than 2GB

    I am trying to upload a 188.91MB file and it is giving me the same issue. I uploaded a total of 5 files out of which 4 are uploading fine and this one wont. I made sure this file hash is not blocked and i have allowed to upload all file types on my website. Not sure what is happening here...
  13. S

    Remote Url Uploads Do Not Start and Newsletter Plugin problems.

    okay, are you using smtp server or your local server for emails ? I think its a slowness issue on either your server or on smtp server if you using any.
  14. S

    API Upload does not work for fileservers

    404 error is possibly due to incorrect nginx rules or htaccess file depending on if you use nginx or apache.
  15. S

    API Upload does not work for fileservers

    Adam, I got it working now. I had my main server running centos 6 and fileserver running centos 7. i know it shouldnt make a difference but when i upgraded my main server to centos 7, it worked magically. Thanks for the reply though..
  16. S

    API Upload does not work for fileservers

    Hello, Just finished testing all of API functionality and seems like everything works except for uploading files on fileserver. I have remote direct fileservers and i get an error when uploading. It works fine if i upload it to Local server (Local default). Here is the error i get (i...
  17. S

    URL for Folder view not working - it redirects to 404 after showing files.

    Found a bit of info on this: Right now my 404 is set as if (!$file) { //coreFunctions::output404(); coreFunctions::redirect(coreFunctions::getCoreSitePath() . "/404." . SITE_CONFIG_PAGE_EXTENSION); } If i uncomment the first line, then it works fine but the problem is i get a blank...
  18. S

    URL for Folder view not working - it redirects to 404 after showing files.

    So i have tried to generate URL for few folders (public and private) in the file manager and i open that link, it shows the files in that folder which is great but then it redirects the URL to 404 page.. Any ideas ??
  19. S

    Remote Url Uploads Do Not Start and Newsletter Plugin problems.

    make sure your user has permissions to write sessions.
  20. S

    Remote Url Uploads Do Not Start and Newsletter Plugin problems.

    Not sure what is causing this. I have newsletters plugin and i sent emails to users after updating it to 4.4 and it seems to be working. Also tried the remote upload and that works on my server too. Are you using fileservers? Do you have nginx rules setup properly ?