Using mybb? i've released a new plugin - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Using mybb? i've released a new plugin (/showthread.php?tid=56076) Using mybb? i've released a new plugin by zaher1988 on 02-20-2006 at 10:12 PM
Heloo there RE: Using mybb? i've released a new plugin by prashker on 02-20-2006 at 10:15 PM
quote: very nice I dont have my own forum...but still cool RE: Using mybb? i've released a new plugin by Supersonicdarky on 02-20-2006 at 10:22 PM maybe add it to this forum? RE: Using mybb? i've released a new plugin by Lou on 02-20-2006 at 10:27 PM
quote:Wdz never uses someone elses code. RE: RE: Using mybb? i've released a new plugin by Supersonicdarky on 02-20-2006 at 10:29 PM
quote:make him do it from scratch RE: Using mybb? i've released a new plugin by WDZ on 02-20-2006 at 10:33 PM
Hmm... making it easier to track a specific member? I don't like it... RE: Using mybb? i've released a new plugin by Kryptonate on 02-20-2006 at 10:35 PM
quote:that wouldn't be very nice to zaher1988 would it? . It's WDZ's choice if he puts it in here. The idea is nice yes . RE: Using mybb? i've released a new plugin by zaher1988 on 02-20-2006 at 10:35 PM
I'm not sure if it's compatible with RC2 as i never used this version. RE: Using mybb? i've released a new plugin by ShawnZ on 02-20-2006 at 10:39 PM pre 1.0 versions don't have a plugin system RE: Using mybb? i've released a new plugin by zaher1988 on 02-21-2006 at 10:33 AM
quote: I can follow them by staying in the who's online page. anyway that's you opinion and i respect it . quote:but you still can make the modification maually regards RE: Using mybb? i've released a new plugin by Nathan on 02-21-2006 at 10:59 AM
I will add it into my forum later RE: Using mybb? i've released a new plugin by ShawnZ on 02-21-2006 at 01:23 PM
quote: whats the point of putting it in a plugin if it doesn't use the plugin api RE: Using mybb? i've released a new plugin by Dempsey on 02-21-2006 at 01:26 PM
quote:So you can enable/disable it RE: Using mybb? i've released a new plugin by absorbation on 02-21-2006 at 03:49 PM It's not a hard plugin to make. Connect to the database and get one peice of data. You could even steal the online.php code to see where it is stored and get it RE: Using mybb? i've released a new plugin by WDZ on 02-21-2006 at 04:09 PM
quote:The user-friendly location name isn't stored in the DB, only the HTTP REQUEST_URI. online.php is a pretty big file, and most of its code is dedicated to determining the location names. To replicate its functionality, you'd either have to copy all that code, which would be redundant, or move it into a separate include file and make it nice and portable... RE: Using mybb? i've released a new plugin by zaher1988 on 02-21-2006 at 05:37 PM
quote:In old version there was no plugin system, so they used to replace / add the codes manually now the with the plugin system you can make the plugin, and when activating it , i will do all the tasks instead of you. quote: Yeah i only took the cases from the online.php as they are huge. regards |