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)

-Shocker- 10-26-2003 09:21 PM

It does go to my forums directory and not myvbindex.php.

And on the member.php editing, do i not need to edit anything then since it has both of those codes in there?

Zachery 10-26-2003 09:25 PM

Quote:

Originally Posted by -Shocker-
It does go to my forums directory and not myvbindex.php.

And on the member.php editing, do i not need to edit anything then since it has both of those codes in there?

try it out, if it does work, good, if it doesnt edit it, and see if that works ^^

-Shocker- 10-26-2003 09:31 PM

Hmm...nothing seems to be working. The link to my board is http://www.impactanime.com/darkshocker/vb/

So on the 8th line i would put chdir('/darkshocker/vb/'); Does that seem wrong?

I changed to myvbindex.php to just index.php, would that make any difference?

Zachery 10-26-2003 10:15 PM

Quote:

Originally Posted by -Shocker-
Hmm...nothing seems to be working. The link to my board is http://www.impactanime.com/darkshocker/vb/

So on the 8th line i would put chdir('/darkshocker/vb/'); Does that seem wrong?

I changed to myvbindex.php to just index.php, would that make any difference?

/home/impact/public_html/darkshocker/ << that seems to be your full path ^^

-Shocker- 10-27-2003 01:42 AM

Oh ok, lemme see if that works. :)

Update:
Yes it does work, THANK YOU!!

But yet...another problem lol. The news doesnt show up in the middle.

Zachery 10-27-2003 01:45 AM

if that doesnt ad vb/ onto the end

X-Sector 10-27-2003 02:11 PM

Check in your vbulletin options, make sure if your news is on, it should be working.

Zachery 10-28-2003 07:24 AM

Quote:

Originally Posted by X-Sector
Check in your vbulletin options, make sure if your news is on, it should be working.

hes gettin an error, not a problem with no news

eclectica 10-29-2003 01:42 PM

Quote:

Originally Posted by Goat Boy
I have had this working on one of my forums with 2.3.0, now I started a new forum with 2.3.2 and I cannot get the multiple news forums to work properly. For News Forum ID I have 5 OR forumid=6 and it still only pulls the news from forum 5 never 6. Did I miss something?

I running on version 2.3.2. I have set 5 and 7 as my news forums. Here's how I got it working:

In the admin control panel, I set the News Forum ID to be 5. Then, I edited the index.php file. I found the following code:
Code:

WHERE forumid='$newsforum'
and replaced it with
Code:

WHERE forumid='5' OR '7'

eclectica 10-29-2003 01:54 PM

In post #1430, the instructions are given on how to modify the index.php file in order to exclude forums from showing up in the Latest Forum Topics section.

This is what I have now in my modified index.php file:
Code:

$forums=$DB_site->query('SELECT forumid,parentid,displayorder FROM forum WHERE forumid != 4 AND forumid != 8 AND

displayorder<>0 ORDER BY parentid,displayorder');

My news forums are 5 and 7. Despite the modified index.php file, the posts from forums 4 and 8 still show up in the "Latest Forum Topics" section. I can't figure out why.


All times are GMT. The time now is 01:08 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.02469 seconds
  • Memory Usage 1,744KB
  • 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_code_printable
  • (4)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