The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[ITECH] Inferno External Lite Details »» | ||||||||||||||||||||||||||
----------------------------------
[ITech] Inferno External Lite Created By Inferno Technologies (http://www.infernotechnologies.net) Copyright 2004-2007 All rights reserved Project Development Team: Zero Tolerance Project Lead: Iain "Decado" Kidd ---------------------------------- Project Description This product is designed to take data from your forum, and easily export it in a HTML format onto any type of website you have (note, the website must be on the same server as the forum). For instructions and features, read on. Note we can't provide screenshots of this in use as it would be completely unique to your website, but we have included the acp stuff Features Data Feeding ----------------------- Inferno External's main purpose is to provide you with the power to easily display data from your forum, to your website, without any knowledge of programming! Module Blocks ----------------------- Creating a data feed has never been as easy, you can simply create a block by choosing what type of data you want to extract, customise it with options, and save, all through an Admin CP interface. Previewing / Templates ----------------------- As with most development processes, before taking anything live on a website you want to preview how it will look. Inferno External gives you a snapshot of how the block will look exactly on your website, with exception to your websites style/css.Customising blocks is no problem at all, either if it's a setting, or how it's displayed. Inferno External employs ITS ("Independant Template System") that allows you modify templates for a block without effecting any other block! Module: No. Users Online ----------------------- This compact version of users online simply displays the numbers of members, guests and hidden users online. You can configure this to only show members/guests or just hidden if you wish, and again hide certain usergroups! Module: Threads ----------------------- This module block can give you a listing of threads from x, y and z forums, kinda like creating your own forum display page! It has all kinds of configuration to handle data exactly how you want: * Max Threads To Display * Maintain Permissions (So users only see threads they're supposed to!) * Forums To Scrape (Which forums to fetch threads from) * Filter Results (Enter custom search terms to customise which threads are shown!) * Ordering (How you want the threads to be ordered, such as date, poster name, thread title) * Display Threads From (Ranging from Today to This Month to This Year and more!) * Titles/Username Cutting (So a long thread title doesn't bombard your style) Module: Thread Posts ----------------------- This is similar to the threads module, only instead of displaying a similar forum display look, it displays the first post of the threads! This could be used simply to show latest threads, custom blogs, or news! Also has extended configuration to meet your demands: * Max Posts To Display * Maintain Permissions (So users only see posts they're supposed to!) * Forums To Scrape (Which forums to fetch posts from) * Filter Results (Enter custom search terms to customise which posts are shown!) * Parse BBCode (The system cleverly makes sure images such as smilies and links work!) * Ordering (How you want the posts to be ordered, such as date, poster name, thread title) * Display Posts From (Ranging from Today to This Month to This Year and more!) * Titles/Username/Post Cutting (So a long post doesn't bombard your style) Tutorial On Usage Quote:
- Zero Tolerance Show Your Support
|
Comments |
#32
|
||||
|
||||
The following modification was done for vBExternal Lite, I would've posted this in that thread, but it's locked and says to come to this one.
I'm running vBulletin 3.6.4 Okay, I tried to modify this so it would work with attachments but unfortunately I'm coming up short for some reason. Here's what I did. In vbExternal.php find: PHP Code:
PHP Code:
Save and upload. In NEWS.PHP (located in your root/vbExternal folder) Find: PHP Code:
Code:
<!-- attachments --> <if condition="{attachments}"> <div style="padding:{cellpadding}px"> <if condition="{thumbnailattachment}"> <fieldset class="fieldset"> <legend>{attachedthumbnails}</legend> <div style="padding:{formspacer}px"> {thumbnailattachments} </div> </fieldset> </if> <if condition="{imageattachment}"> <fieldset class="fieldset"> <legend>{attachedimages}</legend> <div style="padding:{formspacer}px"> {imageattachments} </div> </fieldset> </if> <if condition="{imageattachmentlink}"> <fieldset class="fieldset"> <legend>{attachedimages}</legend> <table cellpadding="0" cellspacing="{formspacer}" border="0"> {imageattachmentlinks} </table> </fieldset> </if> <if condition="{otherattachment}"> <fieldset class="fieldset"> <legend>{attachedfiles}</legend> <table cellpadding="0" cellspacing="{formspacer}" border="0"> {otherattachments} </table> </fieldset> </if> <if condition="{moderatedattachment}"> <fieldset class="fieldset"> <legend>{attachmentspendingapproval}</legend> <table cellpadding="0" cellspacing="{formspacer}" border="0"> {moderatedattachments} </table> </fieldset> </if> </div> </if> <!-- / attachments --> Now theoretically I think this should've worked, but like I said, I'm running into a few speedbumps. 1. It doesn't seem to recognize the IF statements for some reason 2. The actual attachments don't show. (you can tell it's trying, but I think maye my variables in vbExternal.php aren't defined correctly maybe?) Any coder here want to tell me where I went wrong? Attached is a screen shot of the results I've gotten so far. |
#33
|
||||
|
||||
Ok, I realized I added the variable definitions in the wrong block of code. (I was putting them in the Newest Threads block instead of the News block).
It's still not working correctly, but I think I'm getting closer. To undo the changes I made in the above post and correct them to what I have now, you're just moving some code around: In vbExternal.php find: PHP Code:
Then find: PHP Code:
And UNDERNEATH that ADD: PHP Code:
|
#34
|
|||
|
|||
Quote:
|
#35
|
|||
|
|||
Same Problem here.
|
#36
|
|||
|
|||
Anyone know where to add the "require_once" code in Joomla?
If I put it in index.php (root) it logs me out. If I put it into the template header it makes the page blank!? |
#37
|
|||
|
|||
Holy crap you finally updated vbexternal.
*Bows down and cries in happiness* |
#38
|
|||
|
|||
The thread posts block is not parsing images. it just shows a clickable link when i use the [ img ] [ /img ] tags
|
#39
|
|||
|
|||
Hi, great mod. I'm having trouble however, for some reason or another this script is pulling through more than just the block, and I'm finding title, html, head, and body tags appearing in my source, which is of course causing conflicts. How would I go about preventing said tags being pulled through? thanks.
|
#40
|
||||
|
||||
I will try it.
|
#41
|
|||
|
|||
Quote:
My block has the following entered into the DB, any ideas which part of the string is the problem? Or is it the file doing the parsing where the issue is? Code:
a:12:{s:11:"maxpthreads";s:1:"5";s:12:"maintainperm";s:1:"0";s:6:"bbcode";s:1:"1";s:6:"forums";a:1:{i:0;s:2:"31";}s:10:"filtertext";s:0:"";s:10:"filtertype";s:5:"title";s:7:"orderby";s:4:"date";s:8:"orderdir";s:4:"desc";s:5:"range";s:3:"all";s:8:"maxtitle";s:0:"";s:11:"maxusername";s:0:"";s:8:"maxposts";s:0:"";} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|