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)
-   -   vBExternal v1.6 (https://vborg.vbsupport.ru/showthread.php?t=83005)

ohgenki 07-30-2005 02:03 PM

is it possible top truncate the news ? sometimes its tooo lengthy. hmm ?

for e.g.:

news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news news

... more

delds 07-30-2005 02:24 PM

1st I assume this should also work in vb3.5 rc1
2nd if the forums are located on a different site than the page you wish to insert the top threads into...

<?php
chdir('./forums');
require_once('./vBExternal.php');
?>

how do you fill this out.

Mimoun 08-02-2005 10:57 AM

Hi Zero Tolerance I like your script.
Could you add this to your script:
I want to put the small login box that is on the right side inside the navbar on an external page.
Here is a screenshot of what I would like to extract:
https://vborg.vbsupport.ru/

IFor[You] 08-02-2005 03:48 PM

this mod has potential~
need updating with more functions though

TCattitude 08-06-2005 05:35 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=750786&postcount=119" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=119</a>

please?

jalliday 08-10-2005 06:30 PM

great hack thanks a lot
i just have a little problem:
News Article: Londres attaquй instead of attaqu?.
What's my problem?

welo 08-13-2005 07:55 AM

Okay, this is pretty cool. Have it running on RC2.

Couple of things though:

1. Can something be done to more easily eliminate forums you don't want posts drawn from except leave them out of the whole list? Like for instance:
restrict_NewestThreads(5,"1,2,3");
...would draw from every forum except 1,2,3. Would make it a lot easier to exempt your admin and special usergroup forums.

2. Would be really nice if thread titles could be restricted to a certain specified character limit. So if the thread title is really long you could chop it off and add ... after 20 characters f.ex.

Otherwise very cool indeed :up:

jugo 08-15-2005 06:18 PM

Quote:

Originally Posted by welo
Okay, this is pretty cool. Have it running on RC2.

Couple of things though:

1. Can something be done to more easily eliminate forums you don't want posts drawn from except leave them out of the whole list? Like for instance:
restrict_NewestThreads(5,"1,2,3");
...would draw from every forum except 1,2,3. Would make it a lot easier to exempt your admin and special usergroup forums.

2. Would be really nice if thread titles could be restricted to a certain specified character limit. So if the thread title is really long you could chop it off and add ... after 20 characters f.ex.

Otherwise very cool indeed :up:


Change this line:

PHP Code:

        if($Forums){
        
$SQL " where forumid in({$Forums})";
        } 


To this:

PHP Code:

        if($Forums){
        
$SQL " where forumid NOT in({$Forums})";
        } 


jugo 08-15-2005 06:36 PM

Quote:

Originally Posted by welo
Okay, this is pretty cool. Have it running on RC2.

Couple of things though:

1. Can something be done to more easily eliminate forums you don't want posts drawn from except leave them out of the whole list? Like for instance:
restrict_NewestThreads(5,"1,2,3");
...would draw from every forum except 1,2,3. Would make it a lot easier to exempt your admin and special usergroup forums.

2. Would be really nice if thread titles could be restricted to a certain specified character limit. So if the thread title is really long you could chop it off and add ... after 20 characters f.ex.

Otherwise very cool indeed :up:


Change this line:

PHP Code:

        if($Forums){
        
$SQL " where forumid in({$Forums})";
        } 


To this:

PHP Code:

        if($Forums){
        
$SQL " where forumid NOT in({$Forums})";
        } 


matt2cacnio 08-16-2005 10:26 AM

I dont get what this hack does. It gives you a way to make another html page integrated into vbulletin so you can put any content with vbulletin headerS?


All times are GMT. The time now is 09:51 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.01430 seconds
  • Memory Usage 1,749KB
  • 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
  • (4)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
  • (1)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