Marcel Pol

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 155 total)
  • Author
    Posts
  • in reply to: Image upload without role #8518
    Marcel Pol
    Keymaster

    Hi Frank,
    Yes, I just released 2.5.0 of the Add-On. It should offer a custom capability for gwolle_gb_upload_files.
    With a plugin like User Role Editor, you can add that capability to Authors and Contributors and Subscribers (or any role desired).

    Then when loading the form as a user with such a role, you should be able to upload images.
    All without full access to the Media Library.

    Please be aware that you want strict moderation on these images in the Media Library. That is what the notifications are for.

    Also, if users are not logged in, you cannot assign any capability to them. Only with a user account does someone have a role with capabilities.

    By the way, there will be an admin notice about upgrading the main plugin. That should be fine, I will release that later, so people can first update the add-on.

    in reply to: Image upload without role #8490
    Marcel Pol
    Keymaster

    Hi, maybe I sounded a bit strict.

    I am thinking about adding custom capabilities. That would make it easier to customize acces to functionality.

    Currently the upload uses a standard WordPress capability. With a plugin like User Role Editor, you can add that capability to users with the role of Subscribers. However, this would make the whole media library be available to them.
    With a custom capability this should be only for the media upload in the guestbook.

    Even then, you want to keep a tight leash on your users on what they upload.

    in reply to: Image upload without role #8484
    Marcel Pol
    Keymaster

    Hi Frank,
    I am sorry, but I think that idea is unwise and I am not planning to help with that.

    But just to ask, how would you want it to be relatively secure against unwanted images?
    There is an email notification, but are you sure you will keep track of everything?

    in reply to: Update Guestbook-AddOn #8384
    Marcel Pol
    Keymaster

    Hi Tom,

    Logging in is here:

    Log in

    After logging in, Purchase History is here:

    Purchase History

    There is a FAQ that covers most question:

    FAQ

    Regards,
    Marcel Pol

    in reply to: Format of Review Title #8323
    Marcel Pol
    Keymaster

    Hi Kylie,
    On the admin page Guestbook > Settings > Reading-tab, you can set which parts you want to show. By default “Date and Time” is enabled. You want to disable that and enable “Date”.

    Does that help you?

    in reply to: Hide custom field from output #8262
    Marcel Pol
    Keymaster

    Yes, you could make it not shown on Guestbook > Addon > Reading-tab. There you can choose None for showing the meta field.

    Does that help you?
    Regards, Marcel

    in reply to: Not all entries are seen in the widget #8217
    Marcel Pol
    Keymaster

    Hoi Daniël,
    Dat is vreemd, ik heb het nooit eerder gezien. Ik kan niet verklaren waardoor dat komt.
    Je hebt geen “best entries” ingesteld? Ik neem aan van niet, die worden bovenaan getoond.

    Ik wil geen toegang krijgen tot de website, dat mag namelijk niet van het support forum van wordpress.org. Vraag ik dat wel, dat kan ik gebanned worden.

    Is het voor jou mogelijk om verdere foutopsporing te doen? Vanaf hier heb ik geen inzicht in wat er fout gaat.

    in reply to: Add-on #8216
    Marcel Pol
    Keymaster

    Hi Robert,
    The FAQ should explain it mostly:

    FAQ

    1. Go to Dashboard > Plugins, then click on “New Plugin”, then click on “Upload Plugin”.
    2. Select gwolle-gb-addon-2.3.0.zip to upload (or any newer version you bought).
    3. Activate the plugin.
    4. Navigate to Dashboard > Guestbook > The Add-On and select the options you want.

    Does that help?

    in reply to: Not all entries are seen in the widget #8203
    Marcel Pol
    Keymaster

    Hi Daniel,
    I do need a bit more to go on :) It would be good if you help me to help you.

    Could it be you are using multople books with the book_id parameter for the shortcode?

    And can you share the link to the website?

    in reply to: How can I have ALL the form info sent to me? #8023
    Marcel Pol
    Keymaster

    Hi Blythe,

    This PHP code should do that.
    You can add it to the functions.php of your theme, preferably a child theme.

    function my_gwolle_gb_mail_moderators_body( $body, $entry ) {
    
    	$body .= '
    
    City: ' . $entry->get_author_origin() . '
    IP address: ' . $entry->get_author_ip();
    
    	return $body;
    
    }
    add_filter( 'gwolle_gb_mail_moderators_body', 'my_gwolle_gb_mail_moderators_body', 10 ,2 );
    in reply to: Emojis not working #7992
    Marcel Pol
    Keymaster

    Hi Valerie,
    Most probably there is a JavaScript error on your website.
    Can you share the address of your website? I can then take a look.

    in reply to: Submit Button Colour Change?? #7842
    Marcel Pol
    Keymaster

    Hi,
    Ehm, well, the screenshots are not of much use to me, sorry to say.

    If you do find time, please make a copy of the page and let me know how to access it. I have no idea what is happening. It could be that there is very very specific CSS rules, or maybe the theme is setting CSS in JavaScript. No way for me to tell without looking myself.

    in reply to: Submit Button Colour Change?? #7776
    Marcel Pol
    Keymaster

    Hi,
    Setting up a copy page would be fine. You could use the book_id parameter, so it doesn’t list the entries from the first book.

    My email is marcel@timelord.nl and it is fine to let me know the address there. Communication can preferably stay here.
    I am Dutch and my German is terrible :)

    Have a good weekend,
    Marcel

    in reply to: Submit Button Colour Change?? #7765
    Marcel Pol
    Keymaster

    Strange thing about these errors, it is valid CSS. Probably someone has an opinion :)

    Can you share the address of the website? I can then take a look. Not sure why it is not working, the CSS is very specific. There won’t be other CSS that is more specific than this, so I don’t understand why it won’t work.

    in reply to: Submit Button Colour Change?? #7762
    Marcel Pol
    Keymaster

    It might be that the targeted element is not specific enough. Could you try with:

    html body div.gwolle-gb form.gwolle-gb-write div.label label.text-info {
        font-size: 120%;
        color: #000000;
    }
Viewing 15 posts - 46 through 60 (of 155 total)