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)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

NTLDR 08-18-2002 06:38 PM

My applogies, I have updated the hack since then to provide a little extra security/privacy.

The URL you need is index.php?page=images the template must still be called home_images though.

clangrounds.com 08-18-2002 07:13 PM

That worked, thanks a million! This hack seriously rocks! :)

aLuCaRD 08-18-2002 09:03 PM

Woohoo..! Got it installed and working great..! Thanks mate :D

NTLDR 08-18-2002 09:59 PM

Quote:

Originally posted by aLuCaRD
Woohoo..! Got it installed and working great..! Thanks mate :D
Hehe, glad to hear it :D

clangrounds.com 08-19-2002 04:47 PM

I noticed some small bugs that I just cannot figure out. <need sleep>

I changed my vbindex.php to index.php so the page is off my main domain name. However, I notice that when I try to click a user to see their profile off the main page it gives me an error, and I notice /forums is not in the url. The same thing when I have a PM pop-up message, and I try to go to my inbox from the main page.

I hope you can help NTLDR :)

NTLDR 08-19-2002 05:02 PM

Quote:

Originally posted by clangrounds.com
However, I notice that when I try to click a user to see their profile off the main page it gives me an error, and I notice /forums is not in the url.
Which link(s) does this happen for? they should all be prefixed with $bburl I may have missed one though.

Quote:

The same thing when I have a PM pop-up message, and I try to go to my inbox from the main page.
Change your head_newpm template to:

Code:

<script language="JavaScript">
<!--
function confirm_newpm() {
        input_box=confirm("You have a new private message. Click OK to view it, or cancel to hide this prompt.");
        if (input_box==true) { // Output when OK is clicked
                second_box=confirm("Open in new window?\n\n(Press cancel to open your $inboxname in the current window.)");
                if (second_box==true) {
                        window.open('$bburl/private.php?s=$session[sessionhash]','pmnew','width=600,height=500,menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes,top=50,left=50');
                } else {
                        window.location="$bburl/private.php?s=$session[sessionhash]";
                }
        } else {
        // Output when Cancel is clicked
        }
}
// -->
</script>

Again, just $bburl was added before the links ;)

clangrounds.com 08-19-2002 05:47 PM

On the index.php page where it lists the names of who is online, you should be able to click their name to get their profile but it's missing a $bburl, and I can't find where to edit it... :(

I got the private message thing to work though from your above post, thanks! :)

NTLDR 08-19-2002 06:06 PM

Quote:

Originally posted by clangrounds.com
On the index.php page where it lists the names of who is online
Its the forumhome_loggedinuser template you need to add the $bburl in the hyperlink :)

clangrounds.com 08-19-2002 08:37 PM

Thanks, that did the trick! :)

NTLDR 08-19-2002 08:46 PM

Glad to hear it :D


All times are GMT. The time now is 12:22 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.01985 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)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