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)

Rodney 01-09-2003 08:22 PM

Nice.... it worked..

i changed to " date "

Buddha 01-10-2003 12:40 PM

Quote:

Originally posted by NTLDR
I've just tested it and it works fine for me, is the content of the post correct, ie when editing the post the code is [color=blue ]Text[ /color] (without the spaces)?
you tested it with the exact same code as i posted? that's bizarre, cause it still isn't working, and i've tried several other things, and nothing seems to work. no vbcode works (including smilies) for users other than myself (user 1). i assumed it was because of this chunk of change here...

PHP Code:

if ($news[postuserid]==1) {

  
$newstext=bbcodeparse2($news[pagetext],1,1,1,1);

  } else {

  
$newstext=bbcodeparse($news[pagetext],0,1);



any help (as always) is greatly appreciated.

thanks.

NTLDR 01-10-2003 01:34 PM

Yep, exactly the same, try using bbcodeparse2 for the other members too:

PHP Code:

$newstext=bbcodeparse2($news[pagetext],0,1,1,1); 

That assumes that you wish to parse vBcode, [IMG] code and smilies. (Change the first 1 to 0 if you want to disable [IMG] code).

Buddha 01-10-2003 01:54 PM

once again, you've come through for me. thank you very much.

i had tried changing the bbcodeparse in the else tag and adding the 2, but it had given me an error, probably cause i hadn't changed the 0s and 1s like you did.

thanks buddy.

Danny 01-11-2003 06:53 PM

I'm getting some missing pictures on my homepage can you have a look please ?

the url of the test site is http://www.4size.co.uk

pictures on the forum are fine pictures on the home page of vbindex aren't :(

Rodney 01-12-2003 12:22 AM

Hi again...

how can you get Private messages to show right under your buddy list ? ( or under the poll )

I tryed to put pminfo under buddy but it didn?t work ( in home_left template )

also missing a href in head_newpm ( my vbindex is not in the same dir as my forum )
PHP 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('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="private.php?s=$session[sessionhash]";
        }
    } else {
    
// Output when Cancel is clicked
    
}
}
// -->
</script


Rodney 01-12-2003 12:27 AM

Quote:

Originally posted by Danny
I'm getting some missing pictures on my homepage can you have a look please ?

the url of the test site is http://www.4size.co.uk

pictures on the forum are fine pictures on the home page of vbindex aren't :(

I changed my images path to
http://xxx.xxx.xxx.xxx/cancan/forum/images
http://xxx.xxx.xxx.xxx/cancan/forum/images/test.gif
and so on........

Rose 01-12-2003 12:53 AM

That's because your images folder is within your forums folder (where it should be). In the admin CP go to styles - modify - fonts/colors/etc. Make sure the "image folder path" points to "/forum/images" and that should fix your problems.

If not you might try changing the image locations (in the templates or via replacements) to "$bburl/images/picture.jpg" etc. But make sure your $bburl points to the forums (Admin CP > vBulletin Options > General Settings > URL).

Good luck!

xevious 01-12-2003 02:49 PM

Ok, I dont know if this was covered earlier or not, too many pages :). But I am building a gaming site and im using vbindex to do it. Is it possible to run mulitple copies of vbindex but use the same forum? Lets say i am gonna cover 4 games, I want one main index then an index for each game and seperate news for each game, but they all use the same forum. Is this possible? If so, how?

xevious 01-12-2003 03:20 PM

Nm, i figured out how to do it. Thnx anyways...:)


All times are GMT. The time now is 06:14 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.01938 seconds
  • Memory Usage 1,753KB
  • 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
  • (2)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