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-21-2004 01:38 AM

Sensational portal, love your work *clicks install*.

But, I am having a slight problem with modifying the system. I would like the button for last post to be linked to the last post in a thread, just like on the forum home page.

I have copied the link info from the home page:

Code:

<a href="$vboptions[bburl]/showthread.core?$session[sessionurl]goto=lastpost&amp;threadid=$thread[threadid]">
But the page cannot be found.

Any thoughts as to what I am doing wrong?

dieselpowered 09-21-2004 07:06 AM

I would love to give you a description, however, I have a blank screen after doing the install...Anyone have an idea of what could have caused this?

Thanks!

nhatrang 09-21-2004 07:11 AM

How can we get rid of the space between the news in the front page? I couldn't find the <br> anywhere

theArchitect 09-21-2004 07:27 AM

Quote:

Originally Posted by nhatrang
How can we get rid of the space between the news in the front page? I couldn't find the <br> anywhere

Between the various news items, or between the news and the Latest threads box or the Welcome Box?

nhatrang 09-21-2004 08:32 AM

I have 4 news to display, I want the news to stick together... who cares about the latest threads and stuff, just the $home[news] section...

theArchitect 09-21-2004 10:08 AM

Quote:

Originally Posted by nhatrang
I have 4 news to display, I want the news to stick together... who cares about the latest threads and stuff, just the $home[news] section...

You will need to edit your vbindex_newsbit template and your VBINDEX template.

I have created a table around $home[news] to house the threads.

Then I changed the vbindex_newsbit template so that one thread doesn't run into the next.

NTLDR 09-21-2004 04:08 PM

Quote:

Any thoughts as to what I am doing wrong?
Change .core to .php

NTLDR 09-21-2004 04:11 PM

Quote:

Originally Posted by EricR
Two questions. First, has anyone figured out how to edit the character limit on the Latest Threads (center block)? All of the thread titles are being cut short and I would like to retain more of the title. As-is it's cutting them so short it's difficult to determine the thread title.

In vbindex.php find:

PHP Code:

$thread['title'] = fetch_censored_text(fetch_trimmed_title($thread['title'], 22)); 

Replace with:

PHP Code:

$thread['title'] = fetch_censored_text($thread['title']); 


pcalloway 09-21-2004 04:42 PM

First asked this question on August 27th and bumped on September 1. Still no answer?

Quote:

I'm not getting the "More..." link to appear on news articles when the character count exceeds the limit I've set in vbindex. Rerunning the installer doesn't fix it.

www.authentic-campaigner.com

EricR 09-21-2004 10:50 PM

Doh! I was all over the templates and never thought to look in vbindex.php :rolleyes: Thank you!!!!

Quote:

Originally Posted by NTLDR
In vbindex.php find:



All times are GMT. The time now is 10:17 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.02672 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)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