vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB News CMS (https://vborg.vbsupport.ru/showthread.php?t=125321)

davidw 09-01-2006 12:03 AM

Look down the page to where the two articles are that I mentioned above... I think that's what's causing the issues.

RaceJunkie 09-01-2006 12:03 AM

Quote:

Originally Posted by christianb
I'm wondering if it is a couple articles that are causing the issue, such as (SpeedwayMedia News Feeds)-Chase set unless something weird happens - the URL in there is stretching - along with the next article.


I did not notice that one.. Everything looks fine except when you scroll down, then it stretches back out..


Is this from it not parsing bb code?

davidw 09-01-2006 12:06 AM

Not parsing bbcode will allow the original hyperlinks to show - however I've not encountered long words yet so I'll have to see if there's a way to limit the length of characters on large words.

RaceJunkie 09-01-2006 12:08 AM

Quote:

Originally Posted by christianb
Not parsing bbcode will allow the original hyperlinks to show - however I've not encountered long words yet so I'll have to see if there's a way to limit the length of characters on large words.


thanks for the help, I clicked installed so I wont miss anything..

davidw 09-01-2006 12:09 AM

One thing you could try is this:

In the vbnews.php file, change this:
Code:

$news['pagetext']                =        strip_bbcode(fetch_censored_text(substr($news['preview'], 0, $charlimit)));
to this:
Code:

$news['pagetext']                =        fetch_censored_text(substr($news['preview'], 0, $charlimit));
for each of the forums and see if that doesn't fix it.

RaceJunkie 09-01-2006 12:21 AM

Ok I just noticed this.. I tried the php edite above and it did not fix it.. So I uploaded the original back.

I am using Firefox and everything stretches to the right..(should have mentioned this:confused: ) When I use I.E everything is correct except for the top navigation (breadcrumb area) and my footer. But they are fine in all my other pages? If you would like me to post some pics I will, but you can see it using I.E.

davidw 09-01-2006 02:00 AM

I am pretty sure its because of those two articles. Let me see if I can find a way to limit the size of long words so that the url doesn't extend.

project-Buckfas 09-01-2006 10:59 AM

I had the same idea as you!

Looks great.

Quote:

Originally Posted by peterska2
installed and used as a source for my RSS feeds instead of having a very busy looking forum with the content.

You can see how I have it set up here

Christianb I will install this tonight when I get home. Thank you

Rushyman 09-28-2006 01:13 AM

Just what I need. I want to run this as an include and I can get it to work fine. Only problem I have is once the script has run it ceases to load the rest of the page. Any ideas how to get it to load the rest of the page once the script has completed it's DB query? I have this outside of the VB directory.

davidw 09-28-2006 10:38 AM

Do you have a link to where it is? I'm a little confused at what is going on.


All times are GMT. The time now is 04:58 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.01211 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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