View Full Version : Post Bit Modifyer System
zajako
05-23-2003, 10:00 PM
This system was originaly created for My RPG Creator System making it so that people can add things to their postbits without having to edit functions.php.
This adds an option to your admin panel that allows you to add things to your functions file without having to scan through the coding, or even make a file edit. Just add it to the bottom of your modifyer and it will work in your postbit template.
Remeber though that all coding in the modifyer needs to be in php syntax, if not it will cause pages to error.
One major benift is when installing hacks like any of my old rpg stat in postbits, you dont gotta edit the functions file.
If you have any good postbit modifyers you would like to share, post them and when i read them ill add a link to the post in this first post.
Files:
version 1.0 (https://vborg.vbsupport.ru/attachment.php?s=&postid=399287)
zajako
05-24-2003, 10:03 AM
version 1.0
Mephisteus
05-24-2003, 10:08 AM
This could be good, I'll check it out :)
Rein Masamuri
05-24-2003, 10:10 AM
excelent addition to your hack Zaj
*installs*
Dean C
05-24-2003, 11:47 AM
Call me stupid but you description was a little to vague for misty to understand ;)
- miSt
assassingod
05-24-2003, 12:06 PM
I got depressed after installing this hack 'cos I got several errors. Anyone else get problems?
7harmonicz
05-24-2003, 12:27 PM
yeah, i just got some as well, didnt work for me. Maybe I did something wrong but I doubt it.
Chris M
05-24-2003, 04:42 PM
Nice idea:)
Satan
cirisme
05-24-2003, 05:01 PM
Good idea.
How does it do with performance?
zajako
05-25-2003, 12:00 PM
performance it works great, that is if it is working, ill do a test install on a fresh board and see i if i get errors. Basicaly what it does though is adds coding to your functions.php from a database entry, the database entry is the postbit modifyer. It uses the eval code to do so.
Im going to try it on a test board and make sure it does not have any errors and if so fix them.
Dean C
05-25-2003, 05:14 PM
What does it do James - i still don't understand :)?
- miSt
Erwin
05-26-2003, 12:21 AM
I think basically, if I understand this hack correctly, this hack creates a database entry - you can then use your Admin CP to edit and add code to the database entry. You then add code in functions.php that includes this database entry, so you can add or remove code to functions.php without needing to edit it. Good idea. What would be better would be to do it with a template, like phpinclude, but for functions.php :)
Dean C
05-26-2003, 09:33 AM
Ahh i understand now :)
- miSt
assassingod
05-26-2003, 09:38 AM
Any new with this Zaj? I wanna try it out:p
zajako
05-27-2003, 01:42 AM
it should work, no one has reported any actual error, and it rusn fine for me.
Erwin i thought about intigrating it as a template, however, the template tree gets pretty ugly when you have multiple themes and such, plus you would have to modify it for every theme and it just gets worse with that. So instead i just made it its own table.
But basicaly as Erwin said its a phpinclude template that is right in the middle of your functions file, so you can add to your postbit coding without a file edit.
Very usefull for people who want to make things customized for individual users and such like putting $nickname in your postbit, then adding in your postbit modifyer these lines:
if($bbuserinfo[username]=="Zajako")
$nickname="Zaj";
that would make my specific nickname show in my postbit. This is handy for giving admin nick names to like specific people, that can't be edited by the users themselves.
Just one of the many uses of this system.
Rampag33
10-29-2003, 02:49 PM
Tried installing on v232 I get an error after installing.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.