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)

futuredood 02-22-2007 08:36 AM

ah, this would be wonderful but can't get it to work in my Joomla CMS.

upnorth 02-22-2007 07:20 PM

Anyone have any ideas how to filter out posts that need to be moderated?

Quote:

Originally Posted by upnorth (Post 1186867)
I have this running on 3.6.4 but have one question.

I have a forum that all threads are moderated. I'm using vBExternal to show the posts on my home page. Problem is, is that when someone posts to this forum, vBExternal currently shows the thread even though the moderator hasn't approved it yet? How can I get the display of this thread to only occur after the threads have been approved?


zexion 02-28-2007 05:47 AM

I got this working on the latest ver (after using the solution found here regarding the order of the variables).

Question: Can I display the actual TEXT of the post as opposed to just the thread name?

I see the variables he defied (which he then calls in the template), but I dont see one for the actual TEXT of the post... using the samples below, what would the the variable?

'post' => $News[???????????????????????????????????],

These are some of the ones defined:

'threadid' => $Thread['threadid'],
'threadname' => $Thread['title'],
'postuserid' => $Thread['postuserid'],
'postusername' => $Thread['postusername'],
'replies' => vb_number_format($Thread['replycount']),
'views' => vb_number_format($Thread['views']),
'lastposter' => $Thread['lastposter'],

TheSh@rk 03-11-2007 11:15 AM

Wow Zero. TNX!

jags2ooo 03-18-2007 02:25 PM

How would i make it so the users avatar shows up also

Shazz 03-18-2007 02:30 PM

Quote:

Originally Posted by jags2ooo (Post 1206438)
How would i make it so the users avatar shows up also

You only need to ask it once...
[high]* Shazz notes* its not supported[/high]

jags2ooo 03-18-2007 03:13 PM

Has anyone modified the script so that it can pull users avatars in the new posts? And also Pull the date of when the post was posted

jeramie78 03-24-2007 09:49 PM

anyone figure out how to truncate the output of newthread??

jeramie78 03-24-2007 09:55 PM

Quote:

Originally Posted by Chris_D (Post 907661)
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 :(


change all instaces of

PHP Code:

 'threadname'   =>  $Thread['title'], 

to this
PHP Code:

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

change the 20 to whatever you want.

ro_manuel 03-28-2007 06:20 AM

Ok, that Usage file. Its the worst instructions ever, how do i use it!? Where do i go to? And
what and where file do i edit!? Hmm, this isnt that great


All times are GMT. The time now is 04:48 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.01296 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (3)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