Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Installed but not showing

I have finish install RadomImage, but I don't know to use,.

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    What version of Vanilla are you running?

    Did you read the description and readme?

    This plugin just pulls the first picture found in the first 10 discussions and displays them in the content area.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    edited May 2013

    My Vanilla version 2.1b1.
    and add line to config:

    $Configuration['Plugins']['RandomImage']['MaxLength'] = '5';

    I try it with no that line, but no imag discussion is display.

    Maybe image source from external url in discussion?

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Are you using Mark down as your formatter?

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    My config has enable Markdown

    $Configuration['Garden']['InputFormatter'] = 'Markdown';

    But not showing

  • Options

    I use plugin CLEditor

  • Options
    hgtonighthgtonight ∞ · New Moderator

    This plugin doesn't handle Markdown right now. The next update will.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    Can I config: $Configuration['Garden']['InputFormatter'] = html; or bbcode

  • Options
    hgtonighthgtonight ∞ · New Moderator

    You can change your formatter, but that will only help for new discussions, not old ones.

    I plan on updating this tomorrow or later tonight.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    hgtonighthgtonight ∞ · New Moderator

    @onlyonelove I updated this to work with any formatter.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options

    @hgtonight Oh, I'm try

  • Options
    edited June 2015

    Hello,

    The random image plugin is "working" but half of the images don't load ...

    it's set to show 4 on the RHS , sometimes all show , sometimes none show ...

  • Options

    How do you prevent the random images from loading in MOBILE VIEW ONLY? The random images are causing mobile layout issues...

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @newzealandgirls

    You could do that by creating a custom mobile theme, and applying the changes to that custom.css.

    http://vanillaforums.org/discussion/26490/tutorial-how-to-create-a-new-mobile-theme

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    Or, in the class.randomimages.plugin.php file, set

    'MobileFriendly' => TRUE,
    

    to FALSE

  • Options

    I would avoid using this "RANDOM IMAGE" plugin.

    It should have a way to disable images in MOBILE VIEW.

    There is nothing mobile friendly about this

  • Options

    I have applied .css to the mobile theme to display:none !important

    Does not work , ideas?

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    Yes.

    Try the other suggestion.

Sign In or Register to comment.