vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

theArchitect 09-26-2004 11:50 PM

Quote:

Originally Posted by chet
Thanks very much, that is exactly what I need, now you have me wondering if you could do the other modification to vbindex that I asked for, see this post , if not thanks no worries and thanks for sorting this one out for me

I will see what I can do (but I am not making any promises). I have what you are asking for on my forum home page, but I have created my own portal. I will see how long it will take to change vBindex to suit your needs. (so long as NTLDR doesn't mind me butchering her fine work? :nervous: )

Sorry NTLDR (no offence intended I think your portal mod is sensational) but all of the portals I came across were great but only satisfied about 85% of what I wanted. So my own custom job was always on the cards.

smess 09-30-2004 01:16 AM

Without reading all 130 pages, can someone tell me if vbindex was ever able to add images to news articles instead of just displying avatars of the poster?

theArchitect 09-30-2004 01:33 AM

Quote:

Originally Posted by smess
Without reading all 130 pages, can someone tell me if vbindex was ever able to add images to news articles instead of just displying avatars of the poster?

I was under the impression that it did. Basically if a post has images in it then they should be displayed in the news section.

But please correct me if I am wrong.

smess 09-30-2004 02:10 AM

let me re-state that, pictures show in the actual posts but not in the original thread that appears on home page in the news section. it is like having a news paper with pictures on everything but the front page. only the avatar of the poster appears and that is also optional.

mbanje 09-30-2004 03:50 PM

How can I put php code into a block?

theArchitect 10-01-2004 02:33 AM

Quote:

Originally Posted by smess
let me re-state that, pictures show in the actual posts but not in the original thread that appears on home page in the news section. it is like having a news paper with pictures on everything but the front page. only the avatar of the poster appears and that is also optional.

I think I understand. You are putting images in your posts, but when these are displayed on the vBindex home page the images don't show up?

Could you send me the url so I can have a look at the problem. I am fumbling my way to a solution. Sorry for the delay.

Quote:

Originally Posted by mbanje
How can I put php code into a block?

Just put (PHP) (/PHP) around the section of code you wish to put in a block. But use [ instead of ( to enclose the php tags.

mbanje 10-01-2004 12:09 PM

Quote:

Originally Posted by theArchitect
Just put (PHP) (/PHP) around the section of code you wish to put in a block. But use [ instead of ( to enclose the php tags.

I'm not sure what you mean. Can you show me an example please?

theArchitect 10-02-2004 01:18 AM

Quote:

Originally Posted by mbanje
I'm not sure what you mean. Can you show me an example please?

Sure

PHP Code:

 <?php 
 
// ####################### SET PHP ENVIRONMENT ########################### 
error_reporting(E_ALL & ~E_NOTICE); 
 
// #################### DEFINE IMPORTANT CONSTANTS ####################### 
define('NO_REGISTER_GLOBALS'1); 
define('THIS_SCRIPT''test'); // change this depending on your filename 
 
// ################### PRE-CACHE TEMPLATES AND DATA ###################### 
// get special phrase groups 
$phrasegroups = array( 
 
); 
 
// get special data templates from the datastore 
$specialtemplates = array( 
     
); 
 
// pre-cache templates used by all actions 
$globaltemplates = array( 
    
'TEST'
); 
 
// pre-cache templates used by specific actions 
$actiontemplates = array( 
 
); 
 
// ######################### REQUIRE BACK-END ############################ 
require_once('./global.php'); 
 
// ####################################################################### 
// ######################## START MAIN SCRIPT ############################ 
// ####################################################################### 
 
$navbits = array(); 
$navbits[$parent] = 'Test Page'
 
$navbits construct_navbits($navbits); 
eval(
'$navbar = "' fetch_template('navbar') . '";'); 
eval(
'print_output("' fetch_template('TEST') . '");'); 
 
?>

Is this what you were meaning?

3DChipset 10-05-2004 02:07 PM

I'm having a problem with this program. I installed it for the first time and went to the URL in the help me file. Well all I get is a "white page" with my Admin options on the left and top, but the middle is all white...

Am I doing something wrong?

theArchitect 10-06-2004 08:12 AM

Anyone know how to increase the number of characters that are displayed in centre version of the display latest threads?

There is a heap of space and I would like to have more characters displayed.


All times are GMT. The time now is 09:14 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.03524 seconds
  • Memory Usage 1,756KB
  • 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_php_printable
  • (6)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