Difference between revisions of "User talk:Llanor"

From AvatarWiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
re: upload error.  Should be fixed now.  Permissions must have gotten scrambled when I upgraded us to the latest stable version of MediaWiki last night.  [[User:Waite|Waite]] 12:07, 4 February 2011 (EST)
 
re: upload error.  Should be fixed now.  Permissions must have gotten scrambled when I upgraded us to the latest stable version of MediaWiki last night.  [[User:Waite|Waite]] 12:07, 4 February 2011 (EST)
 +
 +
 +
CMUD rescue trig - To stop the trigger firing whenever anyone gets hit and to get rid of the if statement you could even put ({@rescuelist}) instead of (%w) in the trigger line and that way it only triggers when someone in the rescuelist is hit you alrdy know they're a member as its fired so get rid of the if and just rescue them, wiki code so might not be exact syntax, btw might be an idea for your altered code and this bit to be added to the actual trigger discussion page. The trigger set I use does exactly the same as yours and turns off when a rescue is sent to the mud and back on when actually done for the very same reason --[[User:Rhodry|Rhodry]] 20:51, 4 February 2011 (EST)

Revision as of 21:51, 4 February 2011

re: spam filters. You're right, I added "h t t p" to the spam filter, knowing that this would prevent external linking. I figured we don't use them that much anyway, and it's easier than individually blocking each domain the spammers use. Let me know if this seems too heavy-handed to you.

re: collapsible sidebar. Thanks for the tip, I definitely think this is a good idea. I'll play around with it when I get the chance. Waite 19:00, 3 February 2011 (UTC)

re: upload error. Should be fixed now. Permissions must have gotten scrambled when I upgraded us to the latest stable version of MediaWiki last night. Waite 12:07, 4 February 2011 (EST)


CMUD rescue trig - To stop the trigger firing whenever anyone gets hit and to get rid of the if statement you could even put ({@rescuelist}) instead of (%w) in the trigger line and that way it only triggers when someone in the rescuelist is hit you alrdy know they're a member as its fired so get rid of the if and just rescue them, wiki code so might not be exact syntax, btw might be an idea for your altered code and this bit to be added to the actual trigger discussion page. The trigger set I use does exactly the same as yours and turns off when a rescue is sent to the mud and back on when actually done for the very same reason --Rhodry 20:51, 4 February 2011 (EST)