Ivaseg
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugCache cleared, other plugins deactivated.
1. Issue with tag P still exist.
2. Issue with useless tags still exist, you just add class mdocs-black to tag em, but if we have blank description, output html must be similar to:
<td id="desc"> </td>
This is not hard to do, you just need to check value and output two different html code (one for filled description and one for blank description).Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugcheked both: not fixed
Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugThis issue still exist ??
By the way, can you remove unused html tags in table for fields that are empty. For example: if Description field is empty the source code is
<td id="desc"><i class="" aria-hidden="true" title="Description"></i> <em class=""></em></td>
As you see,
<i>
and<em>
is useless here.Forum: Plugins
In reply to: [Memphis Documents Library] categorieswp-admin/admin.php?page=memphis-documents.php&mdocs-cat=short-codes
and:
[mdocs cat=”The Category Name”]Forum: Plugins
In reply to: [Memphis Documents Library] Upload FilesDid you check section Allowed to Upload in Options wp-admin/admin.php?page=memphis-documents.php&mdocs-cat=settings
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestsit’s not suggestion, but just asking: why you use double <small> if it can be done just with one tag? Example:
<small><small class="label label-info">Updated</small></small>
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestshttps://i.imgur.com/qXRAo6g.png ?? did you see that this is not work in my case?
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestsThere is no settings to do what I wrote.
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requests6. Reworking tab Versions at post page. Currently we have table structure:
File | Version | Date Modified | Download | Current
And we can do it better like this:
File | Version | Date Modified | CurrentColumn File: file name must be link to file. You can place download icon before this link.
Why? Because when I have long document name and long file name my column File is long and not usable for me at all. I don’t know why I see it if it useless. If I want to know which document name is it I can see it in <h2> tag. If I want to download file I must go to column Download. And this is strange usability. Better way if I wouldn’t see real file name before I clicked on the link to download.
If you want, I can do for you 2 images where you can see how it now and how it can be after this improvement.- This reply was modified 6 years, 8 months ago by Ivaseg.
Forum: Plugins
In reply to: [Memphis Documents Library] Description field small bugI did it on WP where just your plugin active. I can record screen again if you want)
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestsAdditional info to #2.
https://codex.www.ads-software.com/Rewrite_API/add_rewrite_rule#Basic_Usage may be this can be done very easy.. you have the same url structure as at example.Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requests4. Add an ability to turn on/off footer <th> at <table>. Reason? Now we can click to sorting values in table header and footer. But when I use few shortcodes for category/folder and my tables are small then this footer <th> takes too much place and looks ugly on page.
5. Usability to subfolder clicks. When I click on subfolder the page is reloading and stay on top. May be you can use anchor and scroll down to table after page reloading? Situation: I have page with a lot of text and your table placed at the bottom of page. When I click on subfolder and page is reloading then I need to scroll to the bottom manually… and this is I need to do each time. Many users will don’t do this and just leave page.
Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requestsOne more to #3. Rename Manage File to Edit. Why? I’m embarrassed when I need to edit the publication what to choose: Manage File or Manage Versions. It’s hard to explain, but users remember phrase Edit and trying to find it.
Also, we need to use only Edit and not Edit File, the same to Delete and not Delete File. Why? Because this action will do thing to document and not just for file. So, if I choose Delete File, there also will be deleted post. The same thing to Edit File (currently it called Manage File): when I use this and then I see text “Updating Document…”. I hope you understood reasons for this changes)Forum: Plugins
In reply to: [Memphis Documents Library] Few feature requests3. Suggestion to dropdown menu. Maybe it will be better to use next sequence: Preview, Download, Versions, Description, Goto Post. It’s no matter to do exact, my goal is to place first Preview and then just Download. If I click at PDF file I may see him in browser, so Preview is my choice. But, a lot of people will clicks at Download like a robot, because this goes as first value.
Forum: Plugins
In reply to: [Memphis Documents Library] TranslationYes, sure… but first I need to translate all existing phrases so I can find all other hard coded phrases that can’t be translated via plugin.
For example, I can’t translate:
1. File Options (it exist to translate but looks like it also hard coded for dropdown menu when we click on document name)
2. File (the same issue as in #1 but displayed in sidebar widgets)
3. Date (the same issue as in #1 but displayed in sidebar widgets)