Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 4 post(s). Click here to show all
Posted by: CJ3Apage
Posted on: Dec 4th, 2015 at 7:40pm
Look like it work.

We found it also for the weather mods

thank
it's appreciated
Posted by: Dandello
Posted on: Dec 4th, 2015 at 5:48pm
Untested:
In Display.pm find
Code (Perl)
Select All
        $outblock =~ s/{yabb awards}/$member_awards{$musername}/gsm; # Member Awards Mod 



replace with
Code (Perl)
Select All
if ($iamguest) {
         $outblock =~ s/{yabb awards}//gsm;
 }
 else {        $outblock =~ s/{yabb awards}/$member_awards{$musername}/gsm; # Member Awards Mod
 } 

Posted by: Dandello
Posted on: Dec 4th, 2015 at 4:31pm
The easiest way is to uncheck 'Awards in Message View' since Guests aren't allowed to view member profiles.

I can work up some code later. (I didn't write/convert the Weather Mod so I can't help on that.)
Posted by: CJ3Apage
Posted on: Dec 4th, 2015 at 2:53pm
Hi,
Can we hide the members award and wheater menu for guest?
We would like it shown only for members.
We checked through all the settings and can't find any related to disallow guest from seeing them.

Is it something easy to change code wise?