vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

Zowners 02-24-2006 11:08 AM

REQUESTS

On top of the Bank & donation processing fee requests and the theftee %, I would like to add a few more.

1. Radio Yes or No option to turn bank ON AND OFF. Some forums don't like banks, and this helps take care of that. bank_enabled is simply a boolean, but make sure you add all bank points to on-hand before removing bank.

2. Radio Yes or No option to NOT SHOW BANK IN POSTBIT & MEMBER PROFILE. Another simple boolean, show_bank, to stop people from seeing Bank points in the Postbit and Member Profile. Admins should be able to see bank points.

Drewish 02-24-2006 11:25 AM

I'm not able to save more than 1 usergroup in both "usergroups who are admins" and "usergroups protected." Is there a fix for this?

mrahul 02-24-2006 12:12 PM

is it possible to allocate differnt no. of points for differnt forums ?

lordofgun 02-24-2006 01:46 PM

For the buy reputation points option is it 1:1 ratio? Example: If I have the cost set to 25000, and someone buys it, will they receive 25000 rep points?

If so, it would be nice to have a multiplier. :D

Bhuwan 02-24-2006 01:54 PM

attempting to disable a lottery yields this errpr
Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                                UPDATE estorelottery
                                SET
                                        ticketcost = '1000',
                                        jackpot = '100000.00000',
                                        winningtax = '2.50000',
                                        ticketssold = '0',
                                        active = '0',
                                WHERE lotteryid = '1';

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date        : Friday, February 24th 2006 @ 10:53:18 AM
Script      : http:///elottery.php
Referrer    : http://tadmincp/elottery.php?do=lotterylist


lordofgun 02-24-2006 01:58 PM

EXCELLENT additions, CMX! :D Thanks so much!

One question: Does the unlimited reputation per day also bypass the reputation user spread?

Quote:

Reputation User Spread
How many different users must you give reputation to before you can hit the same person again? Administrators are exempt from this limit.

Miss Tiina 02-24-2006 02:27 PM

Hello Im sorry if someone already asked this but im wondering if there is a way to make the gifts in the postbit return a line.. say after 10 gifts? One of my members already has quite a few and they are just continuing on the same line across the page causing it to scroll over.

Oh also about the hover over gifts and show sender name and message, hope you can look into that soon. Thanks so much.

Holidazed 02-24-2006 02:32 PM

Quote:

Originally Posted by CMX_CMGSCCC
Yes, simply change the phrase ebux_points to what you want it to be.

Actually, to change the name of the points, you have to change to following phrases.
ebux_points
ebux_total_points

Would this not be better to just be an option in the ACP as to what you want to call your points?

jilly 02-24-2006 03:17 PM

I have displayed decimal place set to 2 in the estore and ebux, yet 5 places after the decimal point are showing up..

GamerJunk.net 02-24-2006 03:39 PM

I think I will switch o this since ucash/ushop gets no support

Wachtmeister 02-24-2006 04:00 PM

Hi, maybe it's possible to change this:

When viewing a forum i get

Points Per Thread View: 1

Points Per Thread: 5

Points Per Reply: 3

When viewing a topic i get

Points Per Thread View:
Points Per Thread:
Points Per Reply:

Maybe it is possible to check if yuo are in a topic and display nothing instead of Points per..... without a number.

bashy 02-24-2006 04:40 PM

Hi

In my store the lottery tickets are free but in admincp
they are set to 1000 (weekly) and 500 (daily)

Dont understand why there showing as free?

bada_bing 02-24-2006 04:48 PM

Dumb question but what does this hack actually do?

Gizmo5h1t3 02-24-2006 04:55 PM

Quote:

Originally Posted by bada_bing
Dumb question but what does this hack actually do?


151 pages of posts, and youre asking that??

try reading the attached files mate, it explains it all...
cant believe im even replying to this....lololol

Bhuwan 02-24-2006 04:59 PM

Is there a capability to offer real world products in addition to the virtual forum products?
i.e. offer a user a free CD for acertain number of "points"??

NoRespect 02-24-2006 05:12 PM

Glowing usernames and colored usernames no longer seem to work.

I have not updated to 1.20 yet, however.

CMX_CMGSCCC 02-24-2006 05:19 PM

Quote:

Originally Posted by 3dsoft
I like it now with the "eStore Main" Link. Now it is perfect! Thanks

Wouln't it make sense to have another field option "Thief Reason" under "Thief"?

LoL, I thought the reason for Stealing is kind of obvious... I could see some of the reasons for Thief... "You are an A$$hole" lol... Is this really a necessary feature?

Quote:

Originally Posted by Gwynar
As far as I know, vbCrons are triggered by someone visiting the forums (and for those that have access to crontabs, they could easily convert them over).

As for which is better: I can certainly see that there are pro's and con's to both sides. By having the expire check done on each user's visit would obviously require fewer queries over having to do an expire check for every user once every 24-hours.

Perhaps you could create a queue of userids (stored in a table) that the cron would run off? When a user logs in, the system checks to see if there is an item that can expire that day, if there is, add that user's id to a queue and then run a cron off that list.

Or scrap the cron idea entirely and do what you currently do, but against a table instead of a field in the user table. I just think that having an additional table for expirations would make the expire system much more robust. And while reverting a username would require numerous queries, reverting things like user titles probably wouldn't (I don't think anyway).

U have definitely given me some things to think about, only time will tell about this one.

Quote:

Originally Posted by LadyJo
one more thing.. i know I said it before and maybe it got lost or you are totally uninterested.. lord knows your busy with everyones issues.. ;) but maybe you could add in one of your upgrades the ability to send a gift to a user from the drop down in the post bit, the drop down from the username in the posts. MUCH appreciated if you could :)

I'll edit action.gift.php so it can accept a username to fill in the field automatically. Then you would just have to add a link to something like estore.php?do=action&itemid=27&username=$p ost[username]

I'll incorporate that into v1.2.1

Quote:

Originally Posted by RDX1
Even after clearing user history and rebuilding datastore, in the users profile it shows something different.

Item ID Item Name Item Cost
12 Sticky Thread 10.00
48 Can Modify Profile 8.32

After clearing user history, none of these options are buyable.

What version are you using and did u upload all files before importing the product?

Quote:

Originally Posted by Exitilus
I've found something else :) in the eStore Options > Manage settings > Administrator Usergroups & Protected From Options Usergroups

If you try entering multiple Usergroups using the coma like it says. It saves the first usergroup but doesn't save the 2nd usergroup ..


Also ... for the life of me I remember seeing a area to setup Thief ... but I can't find it anymore. I know if you go to Manage Options you can click thief. And at the bottom is the setup for those options .. but I swear I saw a place to use those ...

Ah, it was a number field, it has to be a 'free' field. It will be fixed in v1.2.1

Quote:

Originally Posted by Exitilus
Also for the forum rules part ... it's not showing the points. Just shows

Points Per Thread View:
Points Per Thread:
Points Per Reply:

Ah, wrong hook used. It will be fixed in v1.2.1 (It works from forumdisplay.php, but not showthread.php or newreply.php...etc..)

For the next version I have moved the hook to "forumrules" and now it will work everywhere. (The template edit will remain the same.)

Quote:

Originally Posted by Wachtmeister
Wouldn't it be a good idea to have a box at the lottery "Buy how many tickets?" ?

It's difficuilt to buy 5 tickets for the same lottery right now, because you can only purchase one ticket each minute (fllod control) and even if you disable flood control you have to go back and do the purchase 5 times. Just an idea...

I guess I can figure out an easy way to do this in the next version too.

Quote:

Originally Posted by Zowners
REQUESTS

On top of the Bank & donation processing fee requests and the theftee %, I would like to add a few more.

1. Radio Yes or No option to turn bank ON AND OFF. Some forums don't like banks, and this helps take care of that. bank_enabled is simply a boolean, but make sure you add all bank points to on-hand before removing bank.

2. Radio Yes or No option to NOT SHOW BANK IN POSTBIT & MEMBER PROFILE. Another simple boolean, show_bank, to stop people from seeing Bank points in the Postbit and Member Profile. Admins should be able to see bank points.

1) U can do that already by going to Manage Options -> Bank -> change the "Active" setting to "No".

2) You can do this yourself by eding the postbit.. just like so...

Code:

<if condition="is_member_of($bbuserinfo['usergroupid'], 6)">
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />
</if>

Quote:

Originally Posted by Drewish
I'm not able to save more than 1 usergroup in both "usergroups who are admins" and "usergroups protected." Is there a fix for this?

Will be fixed in the next release v1.2.1

Quote:

Originally Posted by mrahul
is it possible to allocate differnt no. of points for differnt forums ?

Yes, goto Admin CP -> Forums & Moderators -> Forum Manager -> Edit Forum for the forum u want to modify, then at the bottom are the eBS settings.

Quote:

Originally Posted by bchawla
attempting to disable a lottery yields this errpr
Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                                UPDATE estorelottery
                                SET
                                        ticketcost = '1000',
                                        jackpot = '100000.00000',
                                        winningtax = '2.50000',
                                        ticketssold = '0',
                                        active = '0',
                                WHERE lotteryid = '1';

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE lotteryid = '1'' at line 8
Error Number : 1064
Date        : Friday, February 24th 2006 @ 10:53:18 AM
Script      : http:///elottery.php
Referrer    : http://tadmincp/elottery.php?do=lotterylist


This was fixed in v1.2.0, make sure u have uploaded all of the files in the UPLOAD folder.

Quote:

Originally Posted by Miss Tiina
Hello Im sorry if someone already asked this but im wondering if there is a way to make the gifts in the postbit return a line.. say after 10 gifts? One of my members already has quite a few and they are just continuing on the same line across the page causing it to scroll over.

Oh also about the hover over gifts and show sender name and message, hope you can look into that soon. Thanks so much.

I've been wanting to redo the gifts system completely actually. I'm hoping the next version of the gifts will not only show the gift, but if you hover over it, it will show who the gift is from and their message too... as well as showing the gifts inside a dropdown box.

Quote:

Originally Posted by bitg
Actually, to change the name of the points, you have to change to following phrases.
ebux_points
ebux_total_points

Would this not be better to just be an option in the ACP as to what you want to call your points?

I guess I should take the plunge and add this setting... lol That will mean a lot of phrases have to be updated as well...

Quote:

Originally Posted by jilly
I have displayed decimal place set to 2 in the estore and ebux, yet 5 places after the decimal point are showing up..

What URL r u viewing so I can double check the plugin code?

Quote:

Originally Posted by Wachtmeister
Hi, maybe it's possible to change this:

When viewing a forum i get

Points Per Thread View: 1

Points Per Thread: 5

Points Per Reply: 3

When viewing a topic i get

Points Per Thread View:
Points Per Thread:
Points Per Reply:

Maybe it is possible to check if yuo are in a topic and display nothing instead of Points per..... without a number.

Bug, will be fixed in v1.2.1

Quote:

Originally Posted by bashy
Hi

In my store the lottery tickets are free but in admincp
they are set to 1000 (weekly) and 500 (daily)

Dont understand why there showing as free?

The main one shows free as it doesnt know the prices per lottery until u click on Buy Lottery Ticket, then choose which Lottery u want to buy a ticket for, then it will list the proper prices, etc..

Quote:

Originally Posted by bchawla
Is there a capability to offer real world products in addition to the virtual forum products?
i.e. offer a user a free CD for acertain number of "points"??

I think there was one a while back that would send a PM upon someone making an order, finding it in this thread is the fun part :)

Quote:

Originally Posted by NoRespect
Glowing usernames and colored usernames no longer seem to work.

I have not updated to 1.20 yet, however.

Make sure u have updated your postbit/postbit_legacy and MEMBERINFO templates as the code to display the GLOW has changed.

-CMX

caimakale 02-24-2006 05:20 PM

Quote:

Originally Posted by bchawla
Is there a capability to offer real world products in addition to the virtual forum products?
i.e. offer a user a free CD for acertain number of "points"??

It can be done by adding a new option in the eStore Options section. I think ChurchMedia had something in this thread too to handle something like you want. It might need to be updated to conform with the latest template changes though.

creedmaniac 02-24-2006 05:21 PM

Quote:

Originally Posted by creedmaniac
ok, this may be a bit too much but i was sitting here at work being bored and thought this would be a neat feature

instead of just having one bank with a set interest rate...why not have more?

i.e. let the user choose which bank he want to deposit money in...or maybe all of them if he wants. One bank charges 10 points a day but has a 50% interest rate over 10 days, another one is free to deposit but only .5% a day/week/month...etc

things that it should have if made:
admin can set how many banks, interest rate, is that interest rate daily?4days?weekly?, deposit fee, monthly 'account' charge (could be daily, weekly too)

you ever think more about adding something like this?

VBUsers 02-24-2006 05:23 PM

hey CMX,

i know your busy but are you trying to remove the second extra page when you buy something? or will it just stay this way. just want to know so i can move on or just keep waiting. thanks for everything.

Bhuwan 02-24-2006 05:23 PM

so many posts to search through :) lol

...but I am very happy with the support proveded here! excellent hack! Thanks!

Bhuwan 02-24-2006 05:28 PM

Quote:

Originally Posted by caimakale
It can be done by adding a new option in the eStore Options section. I think ChurchMedia had something in this thread too to handle something like you want. It might need to be updated to conform with the latest template changes though.

Found the link https://vborg.vbsupport.ru/showpost....&postcount=487


It might be beneficial to add this in the first post -- in case others want htis :)

caimakale 02-24-2006 05:31 PM

CMX -

Is the "Can Change Always" feature supposed to allow a user to come back and change the feature without charging them for it again?

If that is the case, it is charging them to change now. It didn't in the past, but in the past it wasn't charging at all. :)

Or is it there to allow a user to change the item without having to remove it and then go back and buy it again?

Just wondering the exact intentions behind the function.

Thanks

caimakale 02-24-2006 05:35 PM

Quote:

Originally Posted by bchawla
Found the link https://vborg.vbsupport.ru/showpost....&postcount=487


It might be beneficial to add this in the first post -- in case others want htis :)

ChurchMedia would have to release it as an addon and then link it to the first post.

exilera 02-24-2006 05:40 PM

Quote:

Originally Posted by creedmaniac
you ever think more about adding something like this?

Question: How does one deposit money into the bank? Where would they go for that?

Excellent job you've done with this. Very, very nice hack. One additional question, though. What would I have to edit and in which template to change the look of the History block? Right now, the title row with "history" and the row below it should be switched. class tcat should be switched with class thead. How can I do this? Also, how can I remove the table border that's shown in the History block too?

Thanks!

LJR 02-24-2006 05:55 PM

Nice additions in v1.2.0

Btw,

eStore Options -> Manage Settings -> Administrator Usergroups (and Protected From Options Usergroups)

don't permit comma-delimited values as indicated in their descriptions. When you save it truncates and leaves only the first number in there. At least that's what happens on my server.

Nice work though.

Harley77 02-24-2006 06:00 PM

Couple of things, When trying to change another persons avatar/title/etc, it say they are protected, no matter who they are or what the protected usergroup settings are. Something else I need to check?

Second, The option for entering a target name in Change other users Custom avatar is gone, only gives me the ability to upload.

CMX_CMGSCCC 02-24-2006 06:20 PM

Quote:

Originally Posted by creedmaniac
you ever think more about adding something like this?

I think thats getting a bit more involved that I want to accomplish at this point, someone who feels up to task, be my guest :)

Quote:

Originally Posted by lowandloudinc
hey CMX,

i know your busy but are you trying to remove the second extra page when you buy something? or will it just stay this way. just want to know so i can move on or just keep waiting. thanks for everything.

There will be a setting in the next v1.2.1 release.

Quote:

Originally Posted by caimakale
CMX -

Is the "Can Change Always" feature supposed to allow a user to come back and change the feature without charging them for it again?

If that is the case, it is charging them to change now. It didn't in the past, but in the past it wasn't charging at all. :)

Or is it there to allow a user to change the item without having to remove it and then go back and buy it again?

Just wondering the exact intentions behind the function.

Thanks

Yes, I know, I totally reversed the bug.. will REALLY be fixed in v1.2.1

Quote:

Originally Posted by exilera
Question: How does one deposit money into the bank? Where would they go for that?

Excellent job you've done with this. Very, very nice hack. One additional question, though. What would I have to edit and in which template to change the look of the History block? Right now, the title row with "history" and the row below it should be switched. class tcat should be switched with class thead. How can I do this? Also, how can I remove the table border that's shown in the History block too?

Thanks!

There's several ways to get to it, via the eStore Menu drop down, Points Options, or a direct URL from one of the item's history, etc..

But I will add an "Enter the Bank" link to the top where it lists your current bank total points.

Quote:

Originally Posted by LJR
Nice additions in v1.2.0

Btw,

eStore Options -> Manage Settings -> Administrator Usergroups (and Protected From Options Usergroups)

don't permit comma-delimited values as indicated in their descriptions. When you save it truncates and leaves only the first number in there. At least that's what happens on my server.

Nice work though.

Yes, noted and will be fixed in v1.2.1

Quote:

Originally Posted by Harley77
Couple of things, When trying to change another persons avatar/title/etc, it say they are protected, no matter who they are or what the protected usergroup settings are. Something else I need to check?

Second, The option for entering a target name in Change other users Custom avatar is gone, only gives me the ability to upload.

Issues found and will be fixed in v1.2.1

-CMX

VBUsers 02-24-2006 06:26 PM

nice! ill wait till 1.2.1 to upgrade. thanks CMX were at 49% for hack of the month so keep it up!

jilly 02-24-2006 08:01 PM

Is there a way that we could put a little 'give gifts' icon in the postbit, down near the eputation button, and you could click on it to give a gift to a member, just like you click the link to give them reputation? That way the member's name is automatically input as the person you are giving the gift to?

Ski-Whiz 02-24-2006 08:15 PM

Quote:

Originally Posted by jilly
Is there a way that we could put a little 'give gifts' icon in the postbit, down near the eputation button, and you could click on it to give a gift to a member, just like you click the link to give them reputation? That way the member's name is automatically input as the person you are giving the gift to?


I like that idea.. Sometimes people hate it when they have to manually enter the persons name in the block..


Also, (I haven't upgraded to 3.5.x yet; been waiting for a points sytem) has the converter from ushop/ucash to ebux/estore close to being added?? I see there are pretty much all the hacks for ushop (like ribbons, gifts etc), and would like to convert my stuff over to ebux. Otherwise I'd either lose all their stuff, or manually enter it..

Impreza04 02-24-2006 09:23 PM

Hey CMX, congrats on the awesome awesome hack, having trouble keeping up with the all updates.. but im not complaining.

Any chance of a User Stores option wher they can perhaps sell their own items they no longer want, and they can either set a fixed price or put it up for auction kind of thing

Also, good luck on HOTM, not that it looks like your gonna need it...
But you deserve it

exilera 02-24-2006 10:03 PM

Quote:

Originally Posted by CMX_CMGSCCC
I think thats getting a bit more involved that I want to accomplish at this point, someone who feels up to task, be my guest :)



There will be a setting in the next v1.2.1 release.



Yes, I know, I totally reversed the bug.. will REALLY be fixed in v1.2.1



There's several ways to get to it, via the eStore Menu drop down, Points Options, or a direct URL from one of the item's history, etc..

But I will add an "Enter the Bank" link to the top where it lists your current bank total points.



Yes, noted and will be fixed in v1.2.1



Issues found and will be fixed in v1.2.1

-CMX


Ok, thank you :)

Would you be able to lend a hand regarding the History block issue I mentioned? I've been playing around with it for quite some time with no luck... I'm not that much of a coder, as you can tell :)

Zowners 02-24-2006 11:13 PM

Can anyone help me out with making it possible to change the store settings so I can price things at <1 (e.g 0.65) It just resets if you make it less than 1.

Let me know, thanks!

TamCaVBoy3 02-24-2006 11:13 PM

wow, people are requesting too many features, it will make this mod consumes more resources & database size ! plus more bugs and errors !. may be just work on the important options and try to fix all the bugs first and release out addons or something.

MissKalunji 02-24-2006 11:17 PM

Quote:

Originally Posted by TamCaVBoy3
wow, people are requesting too many features, it will make this mod consumes more resources & database size ! plus more bugs and errors !. may be just work on the important options and try to fix all the bugs first and release out addons or something.

You've made a GREAT! point

CMX_CMGSCCC 02-24-2006 11:40 PM

Quote:

Originally Posted by jilly
Is there a way that we could put a little 'give gifts' icon in the postbit, down near the eputation button, and you could click on it to give a gift to a member, just like you click the link to give them reputation? That way the member's name is automatically input as the person you are giving the gift to?

Will be in v1.2.1

Quote:

Originally Posted by Impreza04
Hey CMX, congrats on the awesome awesome hack, having trouble keeping up with the all updates.. but im not complaining.

Any chance of a User Stores option wher they can perhaps sell their own items they no longer want, and they can either set a fixed price or put it up for auction kind of thing

Also, good luck on HOTM, not that it looks like your gonna need it...
But you deserve it

I think someone will build an item shop that you can sell older items, I have some bigger fish to fry for the near future, but I'll put that on the back burner.

Quote:

Originally Posted by exilera
Ok, thank you :)

Would you be able to lend a hand regarding the History block issue I mentioned? I've been playing around with it for quite some time with no luck... I'm not that much of a coder, as you can tell :)

I must have missed it, what issue did u have with the History block?

Quote:

Originally Posted by Zowners
Can anyone help me out with making it possible to change the store settings so I can price things at <1 (e.g 0.65) It just resets if you make it less than 1.


Let me know, thanks!

Which setting are you changing specifically?

Quote:

Originally Posted by TamCaVBoy3
wow, people are requesting too many features, it will make this mod consumes more resources & database size ! plus more bugs and errors !. may be just work on the important options and try to fix all the bugs first and release out addons or something.

For the most part, the release is rather bug free, some bugs that are found are more or less exploits that I didnt think about and/or typo's.


NOTE: v1.2.1 released now, yes that means 2 releases today... sorry :p

-CMX

caimakale 02-24-2006 11:47 PM

Quote:

Originally Posted by Stangsta
can you integrate this with vbookie?

This already is integrated...go download the latest vbookie and change the settings in there.

lordofgun 02-24-2006 11:51 PM

Keep those releases coming, CMX! :up:

MY members are LOVING the unlimited rep. :D

TamCaVBoy3 02-25-2006 12:01 AM

is it true that the main admin is not allow to access the estore?


All times are GMT. The time now is 01:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04613 seconds
  • Memory Usage 1,916KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (41)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete