The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
does anyone know where i can find the install hack like on this site if you install a hack you can click the install button...thx
|
#2
|
||||
|
||||
![]()
That doesn't really 'install' the hack for you. It merely adds you to the database of people who have installed the hack.
|
#3
|
||||
|
||||
![]()
@a43079 - All it is is just an "if/else" statement to show the "install" button in certain forums, and then a redirect to a page which sends a query to the database to update a certain field...
It's pretty simple enough to figure out ![]() Satan |
#4
|
||||
|
||||
![]()
does anyone have a sample
|
#5
|
||||
|
||||
![]()
Of the if statement?
I can't remember what the variable for the "new thread" button is, so i am going to use "$newthreadbutton" ![]() Code:
if ($thread[forumid]=="X") { $newthreadbutton="<img src=\"images/installbutton.gif\">"; }else{ $newthreadbutton="<img src=\"images/newthread.gif\">"; } |
#6
|
||||
|
||||
![]()
The hack consists of a thread subscription type system with the edit hellsatan mentioned above.
|
#7
|
||||
|
||||
![]()
I actually managed to do this, but different type way, to offer the users to be able to pick a thread as there favourite, and when they pick another one, it overrides the current one, and it also shows how many picked the thread as there favourite, and shows the top threads with the most people having it as there fav
![]() ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|