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)

mikeB 02-06-2006 06:38 PM

can anyone tell me how (or if there is a way) to make it newest members to a specific usergroup - specific to banned and paying thx all

nicedreams 02-07-2006 08:15 PM

Quote:

Originally Posted by Lurk
This working on 3.5.3? Last time I tried it didn't.. maybe I was doing something wrong. I'm thinking of giving it another go if it does.

It worked for me on 3.5.3 after i added the line in post #205.

Jim

DrewM 02-09-2006 09:27 PM

Heres a plugin for vb pages

Kirk Y 02-13-2006 08:21 PM

People who are having issues with this in 3.5.x, take a look at Post Numbers: 205 and 181.

ThePimp 02-17-2006 07:07 AM

Does anyone have a way to do the following?
1. Pull the $thread['preview'] variable into the function output_NewestThreads() function
2. Parse out BBCode + HTML from $thread['preview']

Basically, I am looking to add thread descriptions without BBCode/HTML to the output_NewestThreads() function, instead of just thread titles/links.

I've been searching for a way to do this for over a month now, with little or no headway into this. Any help will be greatly appreciated.

Thanks in advance.

ThePimp 02-17-2006 06:34 PM

Quote:

Originally Posted by ThePimp
Does anyone have a way to do the following?
1. Pull the $thread['preview'] variable into the function output_NewestThreads() function
2. Parse out BBCode + HTML from $thread['preview']

Basically, I am looking to add thread descriptions without BBCode/HTML to the output_NewestThreads() function, instead of just thread titles/links.

I've been searching for a way to do this for over a month now, with little or no headway into this. Any help will be greatly appreciated.

Thanks in advance.

Anyone anyone anyone?

Echo echo echo...

GetGamer.com 02-18-2006 11:59 PM

This is a great mod, but I'm having a problem with inline images. I have a forum that permits HTML code. I've used <img src="http://.... to insert images in the post. The forum topic displays properly, but on the external page the image src gets screwed up.

The image source should point to (for example):

HTML Code:

http://www.bigblueball.com/images/logos/gmail+talk.gif
but where I call the external routine, it modifies this to:

HTML Code:

http://www.bigblueball.com/http://www.bigblueball.com/forums/images/logos/gmail+talk.gif
Any ideas on how to fix this?

mkoerner 02-20-2006 01:49 PM

this is what i have been looking for. I do have one problem im using php4. Can you tell me what I need to change in the files to get it to work correctly?

i keep getting page can not be found. I think its just a pathing issue. I just dont know what to change.

GetGamer.com 02-20-2006 09:19 PM

Quote:

Originally Posted by GetGamer.com
This is a great mod, but I'm having a problem with inline images. I have a forum that permits HTML code. I've used <img src="http://.... to insert images in the post. The forum topic displays properly, but on the external page the image src gets screwed up.

Any ideas on how to fix this?

I "solved" this by commenting out line #466 of vBExternal.php:
PHP Code:

 //    $Data = str_replace('images/',"{$vbulletin->options[bburl]}/images/",$Data); 

I haven't seen any negative impact, but maybe someone could confirm? The only thing I could see this "breaking" is smileys?

Chris_D 02-22-2006 08:20 PM

Quote:

Originally Posted by jugo
Everything goes in your forums dir.



Yes... Just let me know which function and i'll generate the code for you.



if you mean in the thread title....
change this:

Code:

'threadname'  => $Thread['title'],
to this (the 20 is the number of characters to display):
Code:

substr($Thread['title'],0,20),

Can anyone explain how to get this to work? I need my page to truncate the thread titles, but I've tried loadsa ways and I just can't do it :(


All times are GMT. The time now is 11: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.02156 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (4)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
  • (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