Jump to content

Z3R0

Members
  • Posts

    618
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Z3R0

  1. You sir, or mam, have outdone yourself
  2. I think it's actually more of a "Community" type deal... it has to deal with RO but not directly related to the emulator as a mod
  3. I think we should poll some of these... so far I'm for blue_left and grey_left
  4. I'm assuming waitingroom_kickall() works... OnDoB_RushbR: if (// whatever var you use to determine if bg started) { waitingroom_kickall "Rushb::RushR_Random"; } // other functions Ack, KeyWorld's solution is better, I was thinking that as well though
  5. Moving this post to Scripting Support Reasons: Script was already established Prior to Requesting Help No one has requested support lately
  6. I will make the modifications later today
  7. I will talk with the administrators about this later today. Once we have worked on a discussion, we will create a news reply ** was going to close topic, but realized I didn't have any power here...
  8. The times I see when codebox and code are useful, is simply when "revising"... suppose I link you to a script I have problems with on the pastebin, rather than creating a new pastebin and sharing my answer, I can simply codebox the fix or code the fix... I don't know in all honesty, I just want it to be clean... after all I have to moderate it...
  9. so do I need to modify it or is it fine, I think I did the </input> by mistake, I normally don't ever put those lol
  10. I've seen the code that IPB releases... and trust me... it's clean... half the time, these are "rebuilt" objects just to create it looking nice... My custom codebox has over 300 lines in it, simply to show a stupid button ... "Mainly because of all the parsing and conditioning" it has to do
  11. Z3R0

    IP Shoutbox

    agreed... no reason to moderate 2 chat channels... the forum is for those who cannot be active 24/7 and come back for messages, where as the irc channel is meant for live feeds...
  12. Very nice, I've always liked the ability to craft
  13. uh no it wouldn't be hard... the only reason codebox is currently PHP'ified, is because it includes the new button with javascript... else it's simply a matter of using BBCode Management to add a new code with the <pre class='prettify'>{content}</pre> attributes, and instead, mark it as codebox-tag and allow parsing of other codes... mine only runs through the validator, because it parses the button... Chances are, you are only going to be making MINOR edits with the color change... and thus, I would use "CODE" for that, and since we don't parse a button to code... simply create a NEW BBCode as Code-Tag copy the CODE BBCode Replacement Data and Allow Parsing of Other Codes Found Within...
  14. Z3R0

    eA Theme

    unfortunately, none of our custom content loads with pulse, because it resides in a different css library...
  15. Z3R0

    eA Theme

    Ok... so I finally found the "change theme" button located at the VERY VERY BOTTOM LEFT of the page... and it had 3 options... Default, Mobile, Pulse... WHATEVER PULSE IS... IS AMAZING!!! <333's
  16. Z3R0

    F-URL Suggestion

    ah, didn't think about SFURLS... that's a big plus, and needed
  17. Z3R0

    F-URL Suggestion

    Yes, you can change the way it displays in the above... however, either method is valid and will not harm the other and both can be used
  18. Z3R0

    F-URL Suggestion

    I believe it's an either or, but the data works for either or... notice currently, board/topic/53336-f-url-suggestion... // 53336 is already a UNIQUE identifier (by topic id) why would TOPIC NAME be needed as well... what this mod does, is remove TOPIC NAME and replace it by calling a PHP variable ?showtopic=TOPIC_ID shouldn't hurt anything we currently have (and should be easily reversible)
  19. Z3R0

    F-URL Suggestion

    I kind of agree, the urls are incredibly long, especially since we've already increased the domain name by about 10 chars...
  20. [color=#ff0000]test[/color] Apparently not... I will take a look at it currently, it's not the easiest engine to work through, since it literally goes through EVERY line by cursor position in order to parse correctly.
  21. look again href='{parse url="{$data['app_link']}" seotitle="false" base="public" target="_blank"}' href='{parse url="{$data close} stuff related to HREF } target="_blank" try <li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="false" base="public"}' target="_blank" title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li>
  22. what file is it ? <li id='nav_discussion' class='left active'><a href='http://eathena.sourceforge.net/board/'>Forums</a></li> <li id='nav_members' class='left '><a href='http://eathena.sourceforge.net/board/members/'>Members</a></li> this is the html line for it... via View Source
  23. Is there anyway to make the wiki link on the forums open in _blank or _new? Don't like it replacing the forums... (I know, I can right click -> new tab...) would just like this to be the default rather than the exception.
  24. This was originally requested by KeyWorld. I believe this could go under "mods" but it's basically for "other" projects that implement RO related things, such as roBrowser and anything else that may be in development
×
×
  • Create New...