Forum Replies Created

Viewing 15 replies - 1 through 15 (of 109 total)
  • Thread Starter bhasic

    (@bhasic)

    Will there be a fix? All my content ims media-attachments and they have only categories and tags, sometimes alt-texts.

    Thread Starter bhasic

    (@bhasic)

    There’s one for example: https://kulttuurimarxismi.eu/bb58cfb8342bc5a3/

    The tags and categories are WordPress MLA‘s.

    Thread Starter bhasic

    (@bhasic)

    Cache plugin is now working properly and it disabled I get the same results. I can give you admin access to my site if you want to look at it. MLA’s search seems to be out of the question because I’m using term list also. I had another thread about it before, but had another try anyway. The Ivory search’s problem seems to be the same that I had with another search plugin. Wp-debug and wp-debug-log are on and there’s nothing in there. I have tried disabling all other plugins, no change.

    • This reply was modified 9 months, 3 weeks ago by bhasic.
    • This reply was modified 9 months, 3 weeks ago by bhasic.
    • This reply was modified 9 months, 3 weeks ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    Ivory search + MLA is useless with multiple search terms. If I search “comic” I get almost 1000 results. If I search “maga” I get 1500 results. If i search “comic maga” I get 2250 results and most aren’t even comic or maga related. I don’t think Ivory search is meant to be so bad and it has something to do with MLA.

    • This reply was modified 9 months, 3 weeks ago by bhasic.
    • This reply was modified 9 months, 3 weeks ago by bhasic.
    • This reply was modified 9 months, 3 weeks ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    The problem is that I have a term list and a search. In the search results I need to have image tags shown with each result. Ivory search and Media search enhanced do what I need and both worked for a while, but now results are limited for some reason.

    I want the search to search for tags AND titles, alt-texts, categories.

    My code:

    [mla_term_list taxonomy=attachment_category include_tree=63 mla_link_href="{+page_url+}?term_slug={+slug+}&current_name={+name,url+}" mla_rollover_text='\n' mla_output=flat show_count=true separator='  |  ']
    
    <h4>[mla_gallery add_filters_to=any post_parent=all ids=1 mla_nolink_text="{+template:(Items for category {+request:current_name+})+}"]</h4>
    
    [mla_gallery add_filters_to=any post_parent=all orderby=date order=DESC attachment_category="{+template:({+request:term_slug+}|In English)+}" post_mime_type="image,video" posts_per_page=10 mla_nolink_text="Select a category."]
    
    [mla_gallery add_filters_to=any post_parent=all attachment_category="{+template:({+request:term_slug+}|In English)+}" posts_per_page=10 mla_output="paginate_links,prev_next" mla_link_href="{+page_url+}?term_slug={+request:term_slug+}" post_mime_type="image,video" mla_style=km mla_markup=km]

    Thread Starter bhasic

    (@bhasic)

    Never got it to work and finally installed Ivory search that seemed to work at firrst. Now it only finds like 1 or 2 or nothing, when there are tens or hundreds of attachments with same tags. I just want a search that would work like the MLA Medias backend search. I used another search plugin before and it also worked at first and then the results got limited, also I started to get resources limited errors. Now with Ivory search the same thing.

    • This reply was modified 9 months, 3 weeks ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    More feature requests:

    Features like these would be good:

    • Possibility to link or group tags so that when you select a tag, the other tags in the group are automatically added.
    • File name editing
    • In Media list quick edit, clicking thumbnail would show the image in a modal window.
      This would be helpful for reading and seeing the image when adding alt-texts.
    Thread Starter bhasic

    (@bhasic)

    Also using the search uses all resources and site goes to 503 Service Unavailable and/or Database error. Your plugin has been the problem all the time and I have looked everywhere for months. Update or remove your crappy plugin!

    • This reply was modified 1 year, 1 month ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    Maybe this is a WordPress problem. I asked WordPress support: https://www.ads-software.com/support/topic/activitypub-and-media-post-status/

    Thread Starter bhasic

    (@bhasic)

    Media Library Assistant tag problem has a solution. I haven’t tried it yet, but it probably works.

    In my media posts, I have alt texts as visible text inside a div under the attachment, because alt texts don’t work as they should in WordPress or theme im using. In Mastodon, alt text works like it should, but now I get a second alt text in content. I would like to remove the alttext div from federated post. Also still don’t know how to publish old uploads without uploading everything again.

    • This reply was modified 1 year, 1 month ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    Great that it works now, but I have some problems.

    How can I publish to Fediverse the medias I have previously uploaded, or determine whether to publish new uploads immediately in the Fediverse or later? Neither changing the date nor any other editing and updating media posts helps. In WordPress, when adding media, you cannot specify a permalink and often I add alt texts etc. afterwards anyway. There are also, for example, media related to the layout of the site that you don’t want to publish in Fediverse.

    How to show the content of a specific div/span or leave them out inside [ap_content]? How could I get the hashtags to work that are added by Media Library Assistant? By default there are no tags in WordPress media posts and MLA is an upgrade for that and many other media related issues.

    • This reply was modified 1 year, 1 month ago by bhasic.
    • This reply was modified 1 year, 1 month ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    The Activitypub plugin has option to use WordPress tags for articles, pages and media posts. If i post an article an add tags in it, in Mastodon they show as #tag1 #tag2. MLA’s Att. tags don’t work with it. Only WordPress native tags work and media posts don’t have them.

    Thread Starter bhasic

    (@bhasic)

    Just thought that WordPress should have a status (Publish, Future, Draft, Pending, Private, Trash, Auto-Draft, Inherit) to attachment post types like other post types have. Otherwise all uploads get federated without any control.

    Thread Starter bhasic

    (@bhasic)

    Still texts don’t change in media-new.php and nothing from var_dumps also. Maybe wrong filter?

    • This reply was modified 1 year, 4 months ago by bhasic.
    Thread Starter bhasic

    (@bhasic)

    I don’t understand how to make it work. This does nothing:

    function replace_text($item_values){
    ? ? $item_values ?= str_replace('Att. Categories', 'new text', $item_values);
    ? ? echo var_dump($item_values);
    ? ? return $item_values;
    }
    
    add_filter('mla_list_table_inline_bulk_values', 'replace_text');
Viewing 15 replies - 1 through 15 (of 109 total)