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-24-2004 09:50 AM

Quote:

Originally Posted by nhatrang
What I was requesting is to have another news box, which is totally seperated from the previous one.

Right, now I understand. That is a little more complex. As standard vBindex pulls all of your specified news threads into one box which you can control via the Admin CP.

However I think (and please correct me if I am wrong) what you want would require you to rebuild the system. As an example.

newsphrase1 would draw the news from thread 1,2,3,4 and put it in news box 1.
newsphrase2 would draw the news from thread 5,6,7,8 and put it in news box 2.

I don't think there is a way to make vBindex do this without hacking it. NTLDR correct me if I am wrong.

chet 09-24-2004 11:55 AM

Quote:

Originally Posted by theArchitect
Like on the normal forum home page?

I have a lot on today with clients, but should be able to look into this tomorrow. (BTW, I am on Sydney time not UK)

Yes like the normal forum page, thanks very much

Chet

nhatrang 09-25-2004 07:10 AM

Quote:

Originally Posted by theArchitect
Right, now I understand. That is a little more complex. As standard vBindex pulls all of your specified news threads into one box which you can control via the Admin CP.

However I think (and please correct me if I am wrong) what you want would require you to rebuild the system. As an example.

newsphrase1 would draw the news from thread 1,2,3,4 and put it in news box 1.
newsphrase2 would draw the news from thread 5,6,7,8 and put it in news box 2.

I don't think there is a way to make vBindex do this without hacking it. NTLDR correct me if I am wrong.


No need for NTLDR to tell you, you're right. There's coding to do here, which I thought someone here could help us, if not just me out, that would be really nice...

theArchitect 09-25-2004 12:03 PM

Quote:

Originally Posted by chet
Yes like the normal forum page, thanks very much

Here you go. Simply open the attached file and use its contents to replace the VBINDEX template information. You can do this via your style manager.

It will function with your vBindex admincp settings, so you can turn on or off the display of users from the last 24 hours.

The only thing lacking is the conditional to turn online users on and off. At the moment it is on by default but if NTLDR (or someone else) could assist by correcting the following conditional I can then complete the template.

Code:

<if condition="$show['onlineusers]">

chet 09-25-2004 02:15 PM

Thanks very much for this, I will give it a go later

Chet

chet 09-25-2004 06:47 PM

Hi there, I have tried this hack that you did for me but I'm afraid its wrong, a bit of a masturbating of my side I think, if you look at http://www.chetnet.co.uk/portal/forum/ them at the bottom, under what's going on, I would not mind having the currently active users at the bottom of the centre block in the portal.

Sorry for the misunderstand and hope you can still help me out

Chet

SandsUSA 09-25-2004 08:04 PM

Quote:

Originally Posted by chet
Hi there, I have tried this hack that you did for me but I'm afraid its wrong, a bit of a masturbating of my side I think, if you look at http://www.chetnet.co.uk/portal/forum/ them at the bottom, under what's going on, I would not mind having the currently active users at the bottom of the centre block in the portal.

Sorry for the misunderstand and hope you can still help me out

Chet

Rephrase? :)

chet 09-25-2004 08:19 PM

Sorry, see post 1930

Chet

theArchitect 09-26-2004 12:56 AM

Quote:

Originally Posted by chet
Hi there, I have tried this hack that you did for me but I'm afraid its wrong, a bit of a masturbating of my side I think, if you look at http://www.chetnet.co.uk/portal/forum/ them at the bottom, under what's going on, I would not mind having the currently active users at the bottom of the centre block in the portal.

Sorry for the misunderstand and hope you can still help me out

Chet

No problem. Try the attached file. Hope this fits the bill.

chet 09-26-2004 09:00 PM

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

Chet

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.

Mtmm 10-07-2004 08:56 PM

Does this hack work on 3.0.3?

theArchitect 10-07-2004 11:46 PM

Quote:

Originally Posted by Mtmm
Does this hack work on 3.0.3?

Yes.

PAINTBALLM 10-08-2004 04:02 PM

Ive been trying to get it to span 100% in the main section so it looks good. Look at the circled areas in my screenshot. Can anyone tell me what I need to edit to do this? I have tried editing table widths in all templates associated with vbindex.

Vic123 10-08-2004 04:22 PM

Quote:

Originally Posted by Vic123
here's some actual figures:

admin-account:
vbindex.php: 35 users, 5 guests (total: 4 invisible)
index.php: 35 users, 5 guests (total: 4 invisible)

registered user account:
vbindex.php: 4 users, 5 guests (no invisibles shown)
index.php: 35 users, 5 guests (no invisibles shown)

hopes that'll help troubleshooting :nervous:

btw: in isn't just the countnumber. it's also the list of usernames shown in the "users online"


anyone fixed that bug?

Romeos Tune 10-09-2004 04:36 AM

I'm having a strange problem with this. Everything works fine except on top of all the boxes if someone uses a post icon it's not showing.... The link is displaying like this:

http://stormchat.com/http://stormcha...ons/icon12.gif Why on earth is it doing this? And yes, paths are correct in my config. Is there somewhere else I might have to change something?? Oh, it's also doing the same thing on the latest threads......

Romeos Tune 10-09-2004 04:37 AM

One more thing I just realized...... The Navbar is not displaying everything I have in there like the phrases are missing or something but of course they are there because when you go anywhere else on the site all the links on the Navbar show up???????

theArchitect 10-09-2004 06:55 AM

Quote:

Originally Posted by Romeos Tune
One more thing I just realized...... The Navbar is not displaying everything I have in there like the phrases are missing or something but of course they are there because when you go anywhere else on the site all the links on the Navbar show up???????

The vBindex navbar info is drawn from a different template to your standard navbar. In the style manager look under vbindex_navbar. You may need to add some links or change their order to conform with the rest of your site.

Romeos Tune 10-09-2004 02:25 PM

Well, now I feel a bit moronic for not noticing that. lol Thankyou very much... I got that fixed easily enough.

Now, to fix my broken image problem... I'm sure it's something else simple but I still can't find it.....

Diva 10-09-2004 05:40 PM

Quote:

Originally Posted by Romeos Tune
Well, now I feel a bit moronic for not noticing that. lol Thankyou very much... I got that fixed easily enough.

Now, to fix my broken image problem... I'm sure it's something else simple but I still can't find it.....

Could you do a screenshot of your image paths in the control panel?

Romeos Tune 10-09-2004 05:52 PM

Sure...... Here ya go........ But this is only happening with certain blocks... I dunno.....

akramosama 10-09-2004 07:16 PM

Polls aren't working for me...

My site is:
http://www.smackdownvsraw.net/

Here are the settings:
http://smackdownvsraw.net/forums/admincp/settings.htm

Diva 10-09-2004 07:23 PM

Quote:

Originally Posted by Romeos Tune
Sure...... Here ya go........ But this is only happening with certain blocks... I dunno.....

The instructions say to change the paths to complete paths. Try changing the paths to that. :) *crosses fingers*


Instead of:

/images/icons

Do:

http://www.stormchat.com/images/icons

Diva 10-09-2004 07:28 PM

Quote:

Originally Posted by akramosama
Polls aren't working for me...

My site is:
http://www.smackdownvsraw.net/

Here are the settings:
http://smackdownvsraw.net/forums/admincp/settings.htm

Hi. I don't see anything.... but it looks like your settings need to be selected. Here are mine:

Romeos Tune 10-09-2004 07:52 PM

I wish it were that simple.... I tried that already first off and had the same problem. Somehow, just on certain blocks and the news is where it's doubling the url's. Did ya go to my site and have a look at exactly what I mean?
Quote:

Originally Posted by Diva
The instructions say to change the paths to complete paths. Try changing the paths to that. :) *crosses fingers*


Instead of:

/images/icons

Do:

http://www.stormchat.com/images/icons


Romeos Tune 10-09-2004 08:09 PM

Ok, I have it fixed or well on the way. In my post icons image paths I had the full path. When I changed them to simply /images/icons/yadayada.gif then all works fine...... :D

Diva 10-09-2004 10:04 PM

Cool! Good to hear. :)

motoyen 10-10-2004 07:40 PM

Is this product being developed at all? Their site isn't even online anymore.

NTLDR 10-10-2004 07:49 PM

This thread is the main place for support. Core Forums was used to provide additional support, but due to a decrease in the amount of time I have to dedicate to this I've redirected all support back here to vBulletin.org.

chet 10-10-2004 09:19 PM

theArchitect, any luck with this one at all

Chet

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

Chet


theArchitect 10-10-2004 11:46 PM

Quote:

Originally Posted by chet
theArchitect, any luck with this one at all

Chet

Yes and no. I have worked out a way to integrate the normal home page into the vBIndex portal, but when I do it stops the news function from working.

Everything else works OK, just there is no news. So I have drawn a blank for the moment. If anyone else has tried this and got it working your assistance would be most appreciated.

Sorry chet.


All times are GMT. The time now is 05:58 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.03013 seconds
  • Memory Usage 1,855KB
  • 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
  • (1)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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