Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Added correction to my above post- you don’t need short-code in created “File Browser” page, when you pickup this page in plugin’s settings>>File Browser>>ID post – you page” all dir’s will shown at this page without short-code. Sorry – my mistake!
    Please see also about search and File Browser here

    To use the search feature and category linking, it is necessary to set a File Browser Post or Page (see FileBrowser): Create an empty Post or Page with a title like “Downloads”, then go to WP-Filebase -> Settings, click on the tab “File Browser” and select the created Post/Page. The File Browser will appear on the selected Page where users can browse through categories. This page is also displayed in search results if there are matching files.

    hi
    Do you make any page with “Filebrowser” short-code enabled on it?
    Search with files should work if Filebrowser’s page exist and correct setup in plugin’s settings – please see here
    on my site I make one and named as “Files Search” 🙂
    What short-code to use (and about templates/css too!)you may see at above linked page, please read all comments – very helpful to my site setup.

    hi
    you may try enable “Always Force Download” in WP-Filebase >> Settings >> Download settings. Here is one tip
    And maybe another tip also from Fabian’s (plugin author)site:

    To force PDF download on FTP sites create a .htaccess file in the FTP root directory:

    <FilesMatch "\.(?i:pdf)$">
    ForceType application/octet-stream
    Header set Content-Disposition attachment
    </FilesMatch>>

    I copy-pasted from here
    I always use his site for documentation and tips – recommending!

    Thread Starter helirexi

    (@helirexi)

    Thanks for the detailed answer Chad! You support always amazing!
    I know that is bad (very bad) practice to edit plugin files. I have limited time and make this “dirty hack” (my site online now) I’m very sorry, my bad for poor testing before go online.
    I will study how to use wpmem_register_links the right way :).
    Thanks for you help and direct link!

    Thread Starter helirexi

    (@helirexi)

    Changed in file wp-members-dialogs.php at line 167 this part get_option('siteurl') to this get_option('home')
    Now link “Begin using the site” at plugin’s register page when user is already logged-in working as needed – refer to my “Home” page. But not sure that is correct – I’m totally noob in php.

    @kimso
    What you mean about ‘integrate’ or ‘merge’ this two plugins?
    Now I have wp-filebase working well in my current project with 2-lang site. At first I use also qtranslate for second lang but after find alternative – Polylang. WP-Filebase in my setup I use only for downloading (uploading is disabled). Polylang is working different that qtranslate – with polylang I have independent pages\posts for each lang that may ‘linked’ together in editor when create page or post. With qtranslate you have one page for different lang throw special markup in name and body of that page. I use in pages wp-filebase short-codes (very simple, you will see examples in author site). I not see any difference when use it with any lang because have independent (but ‘linked’) pages in my setup with polylang-plugin.
    May be you try wp-filebase with polylang? I think qtranslate is great plugin also. But personally prefer more simple polylang-plugin for multilingual needs.

Viewing 6 replies - 1 through 6 (of 6 total)