The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Title Wars Listing Addon for Store Hack by Lesane Details »» | |||||||||||||||||||||||||||
Title Wars Listing Addon for Store Hack by Lesane
Developer Last Online: Jul 2002
Ok this was requested on my site and i thought you would like it aswell.
What this hack does: It makes a list of all titles that have been set by other users, so people can see just who is setting who to what. :P (if you know what i mean) U must have Lesane store hack installed for this to work. Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
thanks for letting me know, I was not aware: login as test and password test then you will be able to see the demo |
#13
|
|||
|
|||
Not sure what I'm doing wrong...but all is installed correctly, I do get the title wars page up (username - victim - new title), and the mysql new table was added...yet there is no data underneath the headings for username, victim, new title.
Store 1.3 is installed, works beautifully. But this titlewars hack doesn't show the data that it should. What are the possible reasons for this? |
#14
|
||||
|
||||
I wonder if this could be made to use it in the same way as in this hack:
https://vborg.vbsupport.ru/showthrea...om+User+Titles Members could give other members custom image-titles or html-dhtml bouncing titles etc. |
#15
|
|||
|
|||
I'd like to link to this hack from the store itself, but can't find the appropriate template. Can someone point me in the right direction? I'd like to include it in the box where someone can purchase the change another's title item.
|
#16
|
||||
|
||||
Sorry but those colors make me barf. I have taken the liberty to rewrite the templates using non-hardcoded values and make it conform to the rest of the forum.
store_titles Code:
<html> <head> <title>Title Wars</title> $headinclude </head> <body> $header<BR><BR> <!-- breadcrumb --> <table cellpadding="2" cellspacing="0" border="0" width="95%" align="center"> <tr> <td width="100%"><img src="https://vborg.vbsupport.ru/images/vb_bullet.gif" alt="" border="0" align="absmiddle"> <normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> > <a href="store.php?s=$session[sessionhash]">$storename</a> > Title Wars</b></normalfont></td> </tr> </table> <!-- /breadcrumb --> <BR><BR> <table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" width="73%" align="center"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr id="cat"> <td bgcolor="#3979B7" colspan="3"><font font class="nf" color="#F1F1F1"><b>$bbtitle Title Wars</font></td> </tr> <tr align="center"> <td bgcolor="#1D6AA0"><smallfont color="#EEEEFF"><b>User Name</b></smallfont></td> <td bgcolor="#1D6AA0"><smallfont color="#EEEEFF"><b>Victim</b></smallfont></td> <td bgcolor="#1D6AA0"><smallfont color="#EEEEFF"><b>New Title</b></smallfont></td> </tr> $titlebits </table> </td></tr></table> $footer </body> </html> Code:
<tr align="center"> <td bgcolor="#13486D"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$usertitle[userid]">$usertitle[userid]</a></normalfont></td> <td bgcolor="#1C5780"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&username=$usertitle[towhomid]">$usertitle[towhomid]</a></normalfont></td> <td bgcolor="#13486D"><normalfont>$usertitle[towhat]</normalfont></td> </tr> |
#17
|
||||
|
||||
When vB3 comes out and all hacks are updated accordingly, do you think it's possible to have as an option how many title pages you want per page, and have navigation like vB?
Mine is getting pretty long, and people are dial-up are requesting pagination. http://forums.asiansinc.com/store.php?action=titlewar |
#18
|
|||
|
|||
Not sure how many have figured this out. But on our boards we use bbcode and smilies in custom titles which wasn't showing properly in titlewars. This is how I fixed it.
Code:
Find this: $newtitle = $usertitle[towhat]; eval("\$titlebits .= \"".gettemplate("store_titlebits")."\";"); Code:
and change it to: $newtitle = $usertitle[towhat]; { $usertitle[towhat]=bbcodeparse($usertitle[towhat]); } eval("\$titlebits .= \"".gettemplate("store_titlebits")."\";"); |
#19
|
||||
|
||||
anybody know if this is working with the latest release of the store ? I installed it , and it's not working.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|