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.
Installed but not showing
onlyonelove
New
I have finish install RadomImage, but I don't know to use,.
0
Comments
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.
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?
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.
My config has enable Markdown
$Configuration['Garden']['InputFormatter'] = 'Markdown';
But not showing
I use plugin CLEditor
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.
Can I config: $Configuration['Garden']['InputFormatter'] = html; or bbcode
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.
@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.
@hgtonight Oh, I'm try
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 ...
How do you prevent the random images from loading in MOBILE VIEW ONLY? The random images are causing mobile layout issues...
@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
Or, in the class.randomimages.plugin.php file, set
to FALSE
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
I have applied .css to the mobile theme to display:none !important
Does not work , ideas?
Yes.
Try the other suggestion.