The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP Guru wanted
Ok, so now the title got your attention, I'm looking for some help with my latest mod idea.
Without giving away all the details (I don't want anyone leaching my idea coz it's the first one that I'm doing that isn't something I've picked up from the requests forums), what I need is someone who will be able to write the php section of my new mod. It should be quite simple and effective really. What is the most important thing is that it picks up the important info so I can use the following conditionals in the code Code:
<if condition="$show[member]"> <if condition="$show[registerbutton]"> <if condition="$show[modcplink]"> <if condition="$show[admincplink]"> Code:
<if condition="$bbuserinfo[usergroupid] == 7"> My php still is very tentative at best, and as I need all the code to work via plugins I'm completely at a loss (Well, not completely but I'm a girl so can sound pathetic if I need help). All the templates side of things will be done by yours truely. Of course, if you would prefer to give me an idiots guide to getting the results that I want here, then that would also be good. Either way, you'll be noted as a co-author or contributer when the mod is released. So any takers? PM me if your interested and I'll give you a bit more info to wet your appetite for it. There may be incentives for doing this too (depends on a couple of things but I can confirm or deny that later). Cheers in advance guys. KA |
#2
|
||||
|
||||
All those variables are set by global.php, so they are available anywhere in vb.
|
#3
|
|||
|
|||
ah-ha, so that's where they are hiding then. I guess I'll just have to remember to include that bit in the plugin.
Cheers Paul |
#4
|
|||
|
|||
You won't need to include global.php in your plug-in, you'll be able to get to the stuff in there by default.
|
#5
|
|||
|
|||
strange as it won't work. Ah well, I'll just have to play with it some more.
Got it sorted now. Thanks anyway guys. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|