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)

MatrixSh0cke 05-23-2003 01:43 PM

Tigga - I have a small problem. I'm using the Myvbindex and im including the newsbit to my index.php ( http://www.anime-refuge.net/index.php ) and I have it set so only admins and moderators ( my staff) can post new threads which would be displayed on the site, that's working perfectly, but here's the problem: when another admin posts a reply to the thread THAT reply is shown instead of the intial thread that I posted. How can I fix this so only NEW THREADS are displayed in the site, and not the replies? Thanks alot, I like this hack and I want to get it to work so I can use it! = )

Tigga 05-23-2003 02:51 PM

MatrixSh0cke - Which version of mYvBindex are you running? If you're running 3.2.1, try upgrading to the newest version in the first post (You only need to change the path in the file and upload it over your existing file). There was a small mistake in the code for that version that could cause that to happen, so I'm assuming that's what the problem is. If you're not running 3.2.1 or that doesn't help let me know and I'll figure out what's going on.

MatrixSh0cke 05-23-2003 03:11 PM

If I install the newer version, will I have to re-edit all the templates for it? Or just replace the MyVbindex.php?

Tigga 05-23-2003 03:14 PM

All you need to do to install the new version is download it, open the myvbindex.php file to change the path (just as you did before), and then upload it over your old file. It will not affect your templates or anything else.

MatrixSh0cke 05-23-2003 03:15 PM

Awesome, thanks. = )

Intex 05-23-2003 05:40 PM

Tigga - another quickie (hopefully) for you.

My forum have their width set to 75% of total screen area. However, I don't want this to apply to the myvbindex main page. Do you know a way that I can change that?

Bison 05-23-2003 05:45 PM

Tigga - question:

How do set this to show in the online.php file that your users are viewing this page?

Right now, it shows that the user is located in a "Unknow Location" ...

Intex 05-24-2003 07:11 AM

Tigga - another really minor issue with the link on the first page of this hack. The link to download the hack instructions for 'Allow users to set homepage options - by Tigga' has the 'h' missing from the front of the direct download link, thus:

ttp://www.vbulletin.org/forum/attachment.php?s=&postid=340947

I've also installed the User Options mini-hack and everything works ok with the exception of not being able to select 'No' to not showing the calendar. On submission, it still remains as yes. All other options are fine.

Any help appreciated.

gmarik 05-24-2003 08:45 AM

A wish: integrate mini calendar with vbjournal.

Tigga 05-24-2003 11:53 AM

Intex - You can change the width of the tables in the index template. Thanks for pointing out the broken URL for the mini-hack, I'll update the first post in just a second. As for the calendar thing, you should be able to fix that by looking for this code in your myvbindex.php file:
PHP Code:

if ($showcalendar) { 

And replace that with:
PHP Code:

if ($showcalendar AND $bbuserinfo[bbshowcalendar]) { 

If that doesn't work though let me know.


Bison - In online.php look for:
PHP Code:

    case 'search':
      
$userinfo[where] = "Searching Forums";
      break; 

Right Above that Add:
PHP Code:

    case 'home':
      
$userinfo[where] = "$hometitle <a href='/index.php?s=$session[sessionhash]'>Main Index</a>";
      break; 

Then look for:
PHP Code:

  case ''

Right Below that Add:
PHP Code:

  case '/':
    
$userinfo[activity] = 'home';
    break; 



All times are GMT. The time now is 01:15 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.03272 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
  • (6)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