vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Latest threads (https://vborg.vbsupport.ru/showthread.php?t=232074)

yilmaz68 01-02-2010 10:00 PM

Latest threads
 
1 Attachment(s)
yoursitename.com/latestthreads.php


Note : If these settings do not come within the page threads ;

vB Options --> External data provider --> Features Open external Javascript? : YES

Maximum External Registration : 100

SAVE and exit.

and now, follow it :

Admincp -> Styles & Themes --> Styles Management --> Your Theme -->

ADD NEW TEMPLATE ;

template name : latestthreads

and, add that codes ;

PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]"  lang="$stylevar[languagecode]xmlns="[URL="http://www.w3.org/1999/xhtml"]XHTML  namespace[/URL]">
<head>
<
title>$vboptions[bbtitle] - Latest Threads</title>
$headinclude
</head>
<
body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]"  cellspacing="$stylevar[cellspacing]border="0" width="60%"  align="center">
<
tr>

<
td class="tcat">Latest Threads</td>
</
tr>
<
tr>
<
td class="alt1">
<
script type="text/javascript" src="external.php?type=js"></script>
<
script language="" type="text/javascript">
<!--
for (var 
x in threads)
{
document.writeln("<fieldset><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">(Poster: "+threads[x].poster+")</span></fieldset>");
}

//-->
</script>
</
div>
</
td>
</
tr>
</
table>
$footer
</body>
</
html


Admin CP --> Plug-in --> add Plug-in and that two plug-in add :

1. Plug-in : (Hook) : online_location_process
İsim : Latest Threads WOL Showing
Aktive : Yes


PHP Code:

if($filename=='latestthreads.php'){$userinfo['activity'] = 'latestthreads';} 

2. Plug-in : (Hook) : online_location_unknown
İsim : Latest Threads WOL Unknown
Aktive : Yes


PHP Code:

if($userinfo['activity']=='latestthreads')
{
$userinfo['where'] =  '<a href="latestthreads.php'.$vbulletin->session->vars[sessionurl].'">'.Look Latest Threads Page.'</a>';
$userinfo['action'] = '';
$handled =  true;



Hail from Turkei's Istanbul city, Respect all to you...

ravenfaust 01-04-2010 03:39 AM

i dont understand what this is?

MarkFoster 01-04-2010 04:06 AM

Lol, good job at stretching the front page, yilmaz68.

http://img99.imageshack.us/img99/6286/lolpf.png

Quote:

Originally Posted by ravenfaust (Post 1946605)
i dont understand what this is?

It's a page that shows the latest threads created.

saadessa 01-04-2010 04:47 AM

applied and workink fine tank you

yilmaz68 01-04-2010 05:48 PM

your welcome : )

@Mark, thanks.

yilmaz 01-05-2010 08:30 AM

very nice thanks


All times are GMT. The time now is 06:52 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.01050 seconds
  • Memory Usage 1,742KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete