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.
IndexPhotos 1.1 dont want to show on mobile
Vanilla 2.1.3 on Ozone 2.1
The plugin is working good, but i have a responsive Ozone theme, so i dont have a other mobile theme online,
Now i dont know if its possible, but i dont want this plugin shows avatars when users looking from a mobile phone because that fucks up my responsive theme..
Love this plugin, gives some colour to my discussion page.... But in mobile i want they dont show is that possible?
thanks for the helps
Tagged:
0
Comments
Add
if (IsMobile()) return;
right after
protected function DisplayPhoto($Sender) {
(line 46)My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
@Bleistivt thats so dope you are a legend!!!
Is it possible, the white space gets deleted also on mobile?
like
Working well after that love the gravatar colours on index.
Yes, forgot the CSS file needs to be removed, too.
Also add
if (IsMobile()) return;
after line 18 and 25 (which will then be 26)My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
This is sooooo awesome!
Thank you soooooooo much!!!