vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   mYvBindex v3.1 (https://vborg.vbsupport.ru/showthread.php?t=44691)

Yuber 02-10-2003 03:53 PM

Have you any ideas or plans on extra hacks or features that future versions of myvBindex will have?

Tigga 02-10-2003 05:15 PM

certify - The weather box has 247 countries and over 37,000 cities to choose from.

Yuber - If there are any future versions of this script it will probably be a couple of months before they are released, and will definitely be after vB 3.0 comes out. Lately I've been concentrating on a much bigger portal system that has been consuming the majority of my free time. There are already a couple of mini-hacks listed in the first post in this thread, plus there are a few others that I've posted throughout this thread that I will add to the first post as well once I get the time. If you have any suggestions for future versions or mini-hacks though please let me know. :)

Yuber 02-10-2003 06:08 PM

Will the current version of myvbindex work with vB 3.0? Or once vB 3.0 isreleased say I got picked for private beta, would i have to delete myvbindex until you make a higher version for 3.0?

Tigga 02-10-2003 06:20 PM

It's hard to say since I have no idea which variables and database tables will change, but it's very doubtful that everything would still work the same way. I've applied to beta test 3.0 as well, but since they're only picking 20 sites out of 600 that applied, I'll probably have to wait until the first public beta is released. Either way, as soon as I get my hands on 3.0 I will be rewriting the script since I will have to update it for my site as well, so I would expect to have it posted here within a couple of days after 3.0 is released.

maxxxxxx 02-11-2003 11:05 AM

I am sure that you have telled us how i can change the position of the boxes...

But my enlish is not so good that i can read the complete thread...

can somebody tell me how i can change the boxes and the positions...
specialy i want the last post box in the middle

i have deinstalled the portal....

i am sorry about it i nerv but i am an wbb user and a newbee in vb since yesterday

cu and thx
maxxxxxx

Tigga 02-11-2003 01:45 PM

That is mostly just a matter of editing some html. If you edit your index template and move the whole table that has the $threadbits variable to right underneath the $newsbits variable that should do the trick. And you'll probably want to edit your index_threadbit template as well to change the way each thread is displayed.

papa 02-12-2003 03:08 PM

quick question. Can I only show a custom box to registered users? I have the two custom boxes with one of them being links but we wanted to reserve that box for our members? Any easy way to do that?

Tigga 02-12-2003 05:16 PM

I'm assuming you just want this to be displayed for a user that has registered, and it doesn't matter if they have activated their account or whatnot, just simply that they have registered... If so, just open your myvbindex.php and look for this line:
PHP Code:

if ($showcustom1) { 

Replace that with:
PHP Code:

if ($showcustom1 AND $bbuserinfo[userid]!='0') { 

If you don't want it to be displayed to users if they haven't yet activated their account, instead replace that with:
PHP Code:

if ($showcustom1 AND $bbuserinfo[usergroupid]!='3' AND $bbuserinfo[userid]!='0') { 


Zachery 02-13-2003 12:55 AM

sorry if this has been posted before, but my images keep commin up as broken, any help?

arracing 02-13-2003 03:31 AM

on the myvbindex page in the news section their is those icons that print and mail to a friend. Well i want to change the icons to different ones but not have it affect the same icons on the forums. How can i do this?

Also my second question is I have a header.php file i want to load up on the myvbindex page that is different from the one on my forums. I know their is a post about this around post number 72 or such but i didnt understand what to do. I am trying to do a call function in the index_header template of the myvbindex group. I want this function to call that header.php file i have. Im not sure if this is possible or what. Basically in the header.php file is 1 table with an image in it. Can someone help me so that above the myvbindex page will be this image. Also eventually in this table i want to put code so that the image is a background and over to the right of it a banner also is their for sponsors.


All times are GMT. The time now is 12:47 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02002 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete