The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBindex Details »» | |||||||||||||||||||||||||
Latest Version: 1.3
This hack is not very special for me. I just wanted to create a mainpage on which you can see.. (as a member) everything what u like to see. The idea of the script is similar to the vbHome of nakkid and also a little bit to the vBPortal. I tested all of them.. but i was looking for something better . so i decided to write such a script myself... Features:
Demo-Sites:
Screenshot 2: http://partylife.ch/misc/vbindex2.jpg // the nav on the right side. Screenshot 3: http://partylife.ch/misc/vbindex3.jpg // or if u like 2 navs, left & right Screenshot 4: http://partylife.ch/misc/vbindex4.jpg // another screen Screenshot 5: http://partylife.ch/misc/vbindex5.jpg // buddies etc. Installation All instructions can you find in the readme.english/german.txt Download vBindex 1.3: http://partylife.ch/misc/vBindex1.3.zip vBindex with Link-DB Script (Link-Script by The_Sisko; Integration of the Link-Script in vBindex by KarateKid): http://www.kampfkunst-board.de/sonst...tabasehack.rar Credits Newscode part from vBHome by nakkid. Onlinetodaycode part from Online Today Hack by Mystics. Pollcode part from vBPortal by wajones. Note! I'd really like to get every feedback you guys can give me. Also post bugreports and suggestions to improve this script. If you have installed this hack, pls click on the install button to receive updates thru email. Thank you . Show Your Support
|
Comments |
#222
|
||||
|
||||
Quote:
|
#223
|
|||
|
|||
Well it seems to work after I made the change. For me it seems to be logical to point the jump string to home, since the forum listing declared by vbulletin index is name home.php now...but here is how my files are organized:
vbulletin index.php --> vbulletin/home.php vbindex index.php --> vbulletin/index.php If you got time, I got another question as well: How do I use the home-templates in for example the default template for forum display? Do I have to define $templatesused in the beginning of forumdisplay.php? |
#224
|
||||
|
||||
It was just a guess based on the snipit of text
To use say home_left in the forum listing you would need to make sure that the templates were defined. I'm not 100% sure what screen you wanted it on, if u wanted it on the forums home (the origional index.php) and in the Forum display (forumdisplay.php) then you need to define it in global.php Which specific screen(s) did u want it on? Either a screenshot or the name of the .php file that appears in the browser would be best |
#225
|
|||
|
|||
Quote:
$threadtitle $threadtitle $threadtitle $threadtitle $threadtitle Is there something I do wrong or soething is missing? Any idea anyone? Thanks! |
#226
|
|||
|
|||
Quote:
|
#227
|
||||
|
||||
jap i noticed that .
the following counts the posts (of the new posts and the posts in the last 24 hours) Code:
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM post WHERE dateline>'$bbuserinfo[lastvisit]'"); $getdailypost=$DB_site->query_first("SELECT count(*) AS posts FROM post WHERE dateline>=".(time() - (24 * 60 *60 * $days))); Code:
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM thread WHERE dateline>'$bbuserinfo[lastvisit]'"); $getdailypost=$DB_site->query_first("SELECT count(*) AS posts FROM thread WHERE dateline>=".(time() - (24 * 60 *60 * $days))); Code:
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM thread WHERE lastpost>'$bbuserinfo[lastvisit]'"); $getdailypost=$DB_site->query_first("SELECT count(*) AS posts FROM thread WHERE lastpost>=".(time() - (24 * 60 *60 * $days))); |
#228
|
|||
|
|||
Where should i go to translate this menu?
I didn't find any template.. Tnx |
#229
|
||||
|
||||
template 'home_logout'
|
#230
|
|||
|
|||
Still searching to solve this problem, any help please?
Quote:
|
#231
|
||||
|
||||
I haven't read through this whole thread so maybe my problem with this has been solved already.
But here we go. I installed this hack and am testing it out, and the problem that I run into is that it changes my database for the "most users ever online". Every time I mess with the hack it resets mysql table back to the amount that was online today only. Is there anyway I can go back and revert, or should I just dump the table and insert a new one. Does this hack change that table in anyway? Mike I hope this makes sense. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|