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)

Zachery 08-24-2003 02:49 PM

well i didnt say it did :P

what i origilany showed was what to exclude not what to only include

zeidlern 08-24-2003 02:53 PM

Quote:

Today at 04:49 PM Faranth said this in Post #1681
well i didnt say it did :P

what i origilany showed was what to exclude not what to only include


You lost me.

This is just what forums to exclude.

Zachery 08-24-2003 02:53 PM

just ignore me :P

zeidlern 08-24-2003 03:03 PM

I have another problem. I made the things on the sides smaller, to 120 pix.

So now, when the poll is full size it doesn't fit.

Does anyone know where I can edit this? I played with the poll template as you can see but I can only seem to adjust the height not thw width.

I know the width depends on the votes but perhaps I could scale it down by 60% or something.

I'll attach a pic.

Tigga 08-24-2003 05:18 PM

mv540 - I'm really not sure why the install file wouldn't be working for you. If you'd like to pm me with your FTP info I'll be glad to see if I can figure out what the problem is.

zeidlern - If you'll look in your myvbindex.php file for:
PHP Code:

$forums=$DB_site->query('SELECT forumid,parentid,displayorder FROM forum WHERE displayorder<>0 ORDER BY parentid,displayorder'); 

Change that to:
PHP Code:

$forums=$DB_site->query('SELECT forumid,parentid,displayorder FROM forum WHERE forumid!='XX' AND forumid!='YY' AND displayorder<>0 ORDER BY parentid,displayorder'); 

Change XX and YY in that code to the forums you wish to exclude. If you need to exclude more than 2 forums, just add another "AND forumid!='ZZ'" after the other 2. And I probably will add an option to exclude forum id's in the vB3 version once I'm able to release it. ;)
As for the polls, if you'll look in the file for:
PHP Code:

$option['barnumber'] = round($option[percent])*1.3

The 1.3 at the end of that code determines how long the bar will be. It works perfectly for the default setup, but since your boxes are a little smaller you would need to change that (I would think 1.1 or so would work).

zeidlern 08-24-2003 08:00 PM

Tigga: Thanks, good call on 1.1, it was perfect. :)

For the latest topics, I orginally tried your method to block some forums and it didnt' seem to work for me.

Then I tried this. Is there a reason why this shouldn't work or I wouldn't want to do it this way. It seems to work for me.

https://vborg.vbsupport.ru/showthrea...352#post428352

zeidlern 08-24-2003 10:59 PM

Tigga:

Ok, new question. I have some pages on my current site that just replace the middle part. So all the sides and top remain the same but I want to put something else in the middle where the news and latest threads go.

I was thinking I could create a new template file and someone have it call that but I'm not sure what to edit on the index file.

So basically I want to copy the index to something new. Then remove the middle and insert some new stuff in there.

EDIT: NVM I figured it out.

Cal Poly Forum 08-24-2003 11:43 PM

On the myvbindex page, when my main post is showing in the middle, how come my images do not show up?
Rather than the image, the url link shows up?

I have allowed bb image.

zeidlern 08-25-2003 12:48 AM

can you attach a screen shot for us?

Cal Poly Forum 08-25-2003 01:33 AM

Here ya go.

Notice it is a URL link instead of the image.


All times are GMT. The time now is 08:57 AM.

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.02256 seconds
  • Memory Usage 1,745KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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