Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 XThreads Feature
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #26
RE: XThreads Feature
Haven't really thought much about it, but probably similar to how a MyBB plugin works, with some additional API functions.
eg

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
function thing_activate() {
global heaps_of_stuff;
// add new templates
$new_template = 'hehehehe';
$db->insert_query('templates', array( whatever ));

// add new threadfields
xthreads_add_threadfield(array(
something
));

// add new forums
$db->insert_query('forums', array(
bleh
));
$cache->update_forums();
}

function thing_deactivate() {
reverse all the above
}

// add custom functionality here


It may be just implemented as a MyBB plugin like the above for being inline with what MyBB does.
Could be more elaborate maybe, but as most people at MyBB aren't terribly intelligent, I'll probably won't do that.

Could also be just an XML file, eg:

XML Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml blah blah?>
<xtaddon>
 <forums>
  <forum name="" xthreads_grouping="2" />
 </forums>
 <threadfields>
  <threadfield name="" key="awesomesauce" />
 </threadfields>
 <pluginhooks>
  <hook name="global_end"><![CDATA[
   $header = 'I pwn';
  ]]></hook>
 </pluginhooks>
</xtaddon>


I dunno.

Anyway, I've decided to hold it off because currently I don't really want idiots using XThreads.


My Blog
10-30-2010 08:54 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
XThreads Feature - RateU - 10-10-2010, 06:57 AM
RE: XThreads Feature - leefish - 10-10-2010, 09:48 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-10-2010, 10:06 AM
RE: XThreads Feature - RateU - 10-11-2010, 07:18 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-11-2010, 11:40 AM
RE: XThreads Feature - techu - 10-11-2010, 05:14 PM
RE: XThreads Feature - leefish - 10-11-2010, 05:01 PM
RE: XThreads Feature - ZiNgA BuRgA - 10-11-2010, 07:51 PM
RE: XThreads Feature - techu - 10-11-2010, 10:44 PM
RE: XThreads Feature - leefish - 10-13-2010, 11:50 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-13-2010, 11:58 AM
RE: XThreads Feature - leefish - 10-13-2010, 12:15 PM
RE: XThreads Feature - RateU - 10-14-2010, 09:46 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-14-2010, 11:02 AM
RE: XThreads Feature - RateU - 10-14-2010, 11:33 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-14-2010, 06:53 PM
RE: XThreads Feature - RateU - 10-15-2010, 05:26 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-15-2010, 08:56 AM
RE: XThreads Feature - RateU - 10-16-2010, 07:23 AM
RE: XThreads Feature - RateU - 10-27-2010, 07:18 AM
RE: XThreads Feature - leefish - 10-27-2010, 12:12 PM
RE: XThreads Feature - ZiNgA BuRgA - 10-27-2010, 01:01 PM
RE: XThreads Feature - techu - 10-29-2010, 12:15 PM
RE: XThreads Feature - ZiNgA BuRgA - 10-29-2010, 03:53 PM
RE: XThreads Feature - techu - 10-31-2010, 12:18 PM
RE: XThreads Feature - RateU - 10-30-2010, 07:13 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-30-2010 08:54 AM
RE: XThreads Feature - RateU - 10-31-2010, 05:32 AM
RE: XThreads Feature - ZiNgA BuRgA - 10-31-2010, 01:38 PM
RE: XThreads Feature - leefish - 10-31-2010, 02:44 PM
RE: XThreads Feature - techu - 10-31-2010, 04:38 PM
RE: XThreads Feature - RateU - 11-24-2010, 05:34 AM

 Standard Tools
Forum Jump: