Forum Replies Created
- AuthorPosts
- FabianParticipant
Hi,
WP-Filebase cannot control that, thats handled by the browser and local file associations
Regards
FabianFabianParticipantSorry, try
<?php echo wp_count_comments($f->file_wpattach_id)->approved; ?>
file_wpattach_id
is the correct ID of the file page, whereasfile_post_id
is the ID of the post the file is attached to.FabianParticipantHi, try
<?php echo wp_count_comments($f->file_post_id)->approved; ?>
FabianParticipantThis could be related to a data overflow when storing the remote sync meta.
Is the file path longer than 200 characters?You should disable WP-Filebase and re-enable to sync the database structure.
FabianParticipantSorry for the delay, this should have been fixed with the latest update.
FabianParticipantThis should have been fixed with latest version.
FabianParticipantHi,
some points that might help you:
1) for PDFs consider the extension for Advanced Indexing https://wpfilebase.com/extend/advanced-indexing/
2) you can check the generated keywords below the form when editing a file
3) For best compatibility with other plugins enable “Content Keywords” in File Page Settings of WP-Filebase. Relevanssi should then find the sites
4) Run a rescan to let WP-Filebase re-index the files after you changed a setting or installed an extension
Hope that was helpful.
@phillcoxon: Please post the shortcode here.Regards
FabianFabianParticipantRe-install the plugin (deactivate, delete plugin files, download latest version, upload it). No files or settings will be lost.
FabianParticipant1) This was changed in a recent version, I will revert this
2) Try theses:
search=’* -.zip’
search=’-*.zip’
search=’-.zip’3) This is a known issue and will be fixed in the next update.
I extended your license by 2 months, so you will get the update.
FabianParticipantThi issue is known. I will release a fix within the next days.
FabianParticipantIn the File Form there is another tab in the upload box.
FabianParticipantAre there any errors in the JavsScript console of your browser?
FabianParticipantDid you try this: In Settings check the “File Page URL slug” then run the Fix File Pages tool from WP-Filebase Main screen.
FabianParticipantThis should have been fixed with the latest version.
FabianParticipant(Youll find a button when editing the Cloud Sync)
- AuthorPosts