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)

Tigga 05-27-2003 03:21 AM

Sounds like you added forums/ in front of each link in your normal header template. Edit your header template and either remove the forums/ in front of each link, or add a / in front of forums/.

Harley D 05-27-2003 03:23 AM

ok, I'll try that. Man your fast !

Yep, I did add FORUMS/ to the links in my header template some time ago, Adding the / in front of the FORUMS/ fixed it.



Thanks once again!

Bison 05-27-2003 03:51 PM

Quote:

05-24-03 at 08:53 AM Tigga said this in Post #1300
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; 


Thanks Tigga!

frankenberrie 05-27-2003 04:33 PM

Thank you tigga.. I must say this is the BEST mod ever!

Harley D 05-28-2003 03:06 PM

Tigga,

I'm having a problem with the ADMIN thread titles showing up on my myvbindex under the Latest Forum Topics for registered users. It is my understanding that this works off the users PERMISSIONS.
I have tried changing some usergroups permissions with all NO's and the ADMIN thread titles still show when I'm logged in as a regular member. They can't read them, but I don't want them visable at all unless they are logged in as a admin.

What do I need to do? please detail, I'm a nuub @ PHP, My main talent is moding graphics/skins, html and flash. but have been forced to learn php as my clients want me to do more and more :)

Thanks in advance

Tigga 05-28-2003 03:40 PM

Bison & frankenberrie - No problem. :)

Harley D - Check that your forum permissions for your private forums are set not to allow registered users, guests, or any other groups to view threads, and make sure that the "Use custom settings" button at the top of the permissions pages is set to yes (that seems to be something that is very often overlooked). As long as all the permissions are set correctly then users will only see threads that they have permission to see.

Harley D 05-28-2003 04:43 PM

Yep, I forgot to make the changes custom, seems so easy when you know the answer, lol.

Thanks once more :)

Tigga 05-28-2003 05:09 PM

Well if it makes you feel any better, a few weeks ago I noticed that I had forgotten to make sure that was checked on couple of my private forums... This being after I had already told people to check for that at least a few dozen times. ;)

Harley D 05-29-2003 05:49 AM

An intersting find.

In my mYvBindex Templates, I noticed that I have 2 of every template! Is this normal, or should I delete the 2nd one of each template?

Tigga 05-29-2003 03:07 PM

Nope, you should only have one of every template. The best way to delete them would probably be through phpMyAdmin (or you could put your board in debug mode and delete them that way).


All times are GMT. The time now is 05:05 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.02687 seconds
  • Memory Usage 1,758KB
  • 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)bbcode_quote_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