Marcel Pol

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 155 total)
  • Author
    Posts
  • in reply to: Output does not account for CR/LF #8924
    Marcel Pol
    Keymaster

    Hi Daniƫl,
    There is a setting for that.
    At Guestbook > Settings > Read-tab, you can set line-endings to be honored.

    Regards,
    Marcel

    in reply to: Country & Flag #8888
    Marcel Pol
    Keymaster

    Hi,
    That is not something that is available. The location is a free form field, you can add anything you like, even Jupiter. It’s not restricted to countries and I have no intention to add flags to it.

    If you would want it, you could use a dropdown with all countries. Then with CSS you might be able to add a flag image.

    Regards,
    Marcel

    in reply to: Image Upload #8848
    Marcel Pol
    Keymaster

    Hi,
    It is not designed for that and I don’t really support that. But I won’t hold you back if you want this.

    You could install a plugin like User Role Editor. Then enable the capability gwolle_gb_upload_files for the user roles that you want to give permission.

    You really do want monitoring of what is being uploaded.

    in reply to: insert images by admin #8847
    Marcel Pol
    Keymaster

    Hi Marcin,
    It’s often better to start a new thread when you start a new discussion about a different subject :)

    You can go to Guestbook > Add-On > Misc-tab.
    There is an option to enable image upload. Please be aware that users need to be logged in and have certain permissions. It’s not for guest visitors.

    in reply to: no html editor is showing in my text area #8785
    Marcel Pol
    Keymaster

    Hello,
    Did you enable it under Guestbook > Settings > Form-tab?
    It should be called BBcode and Visual Editor.

    If you did, but it’s not showing, there might be a JavaScript error.
    Can you share the address of the website? I can then take a look.

    Regards,
    Marcel

    Marcel Pol
    Keymaster

    Hi Mjasa,

    With version 4.5.0 of the main plugin there is now also print CSS added. Thank you for the feedback.

    For both other questions, the answer would be no. If you want that, it would require some extra programming.

    For the total entries, a shortcode would work. The next code can be put in your own plugin or in functions.php of your theme, preferably a child theme.

    function shortcode_gwolle_gb_get_total_entries() {
    	if ( function_exists( 'gwolle_gb_get_total_entries' ) ) {
    		return gwolle_gb_get_total_entries( '', array() );
    	}
    }
    add_shortcode( 'shortcode_gwolle_gb_get_total_entries', 'shortcode_gwolle_gb_get_total_entries' );
    in reply to: Star rating #8757
    Marcel Pol
    Keymaster

    Hi Jan,
    Thank you for the feedback.
    This should be in version 2.6.0. It requires the latest main plugin as well.

    Regards,
    Marcel

    in reply to: Link Text for new guestbook entry before entries #8698
    Marcel Pol
    Keymaster

    Hi Michael,

    I suppose you are talking about the widget?

    I am sorry, but I have no plans to change the order of the list and the link.

    in reply to: Plusieurs livre d’or sur un meme site internet #8697
    Marcel Pol
    Keymaster

    Hi, The FAQ lists the answer for you ;)

    Gwolle Guestbook

    You can add a parameter to the shortcode, like:

    [gwolle_gb book_id="2"]

    This will make that page show all the entries in Book ID 2. In case you read this on wordpress.org, the quotes are supposed to be standard double quotes, no backticks.

    in reply to: Star rating #8696
    Marcel Pol
    Keymaster

    Hi Jan,
    Sorry for the slow reply.

    Usually the datetime comes after the location field.
    If star rating would come inbetween, I think it would look a bit messy.
    I would be okay with adding an option for after the heading, thus:
    name – location – datetime – star rating

    Is that good for you?

    in reply to: Widget #8658
    Marcel Pol
    Keymaster

    Hi Jan,

    I don’t know…

    There was some kind of Widget Block, but it is gone or never even made it into a release.
    I think WordPress Core doesn’t see classic widgets as an option for blocks.

    You could still use the shortcode for reading, like [gwolle_gb_read].

    Now that I look into it, there is a shortcode for the widget that I forgot all about :)
    [gwolle_gb_widget] is the shortcode.
    Options are for book_id, num_entries and num_words.

    Can you manage?

    in reply to: insert images by admin #8657
    Marcel Pol
    Keymaster

    Hi Markus,
    There is not a built-in way to do that, it is not integrated with the Media Library.

    What you can do manually is one browser-tab open in the Media Library. On the list view there is an action for each item “Copy URL to clipboard”, which is the URL of the image. You can enter that in the popup for BBcode images.

    Alternatively, on the view with a single image, there is the field for “File URL” that you can copy.

    in reply to: insert images by admin #8651
    Marcel Pol
    Keymaster

    Hi Markus,

    I’m sorry, but there is no option to save links from DMS entries.

    I tried looking into disabling it in the import, but stripping html is just about everywhere in this plugin.
    At import it would need to be converted to BBcode for an import to work. That is currently not built in.

    in reply to: insert images by admin #8630
    Marcel Pol
    Keymaster

    Hi Markus,

    I don’t know :)

    Where exactly is the image located?
    Is it the gravatar image set in the database for each guestbook message?
    Or is it an a element in the content of the guestbook message?

    Can you share what exactly such an element and url look like?

    in reply to: Can the add-on be used on multiple websites? #8592
    Marcel Pol
    Keymaster

    Yes :)

    It is licensed as GPL, so the same freedom applies as WordPress.

Viewing 15 posts - 31 through 45 (of 155 total)