vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Recent blog on provbindex | 911 | (https://vborg.vbsupport.ru/showthread.php?t=213119)

notrious 05-07-2009 09:53 PM

Recent blog on provbindex | 911 |
 
Hi ..

how do i show vbulletin blog recent blogs on provbindex page or any other html.. I have tried many things .. but couldn't get it working ...any help please.

KevinL 05-07-2009 10:05 PM

Have you asked on his site? http://www.provb.org/forums.php

If you go to add a new tab, then input those items. Then manage the tab, edit it, and you should be able to put anything you want in the template.

notrious 05-07-2009 10:18 PM

they will take days to answer it and i need it fixed kida very fast.. thanks a lot boss i will look into it..

KevinL 05-07-2009 10:57 PM

Anytime spanky :p

notrious 05-07-2009 11:19 PM

tried it but didn't work ..

i took recent blog code form blog templates didn't work.

Then I tried taking vbadvance didn't work.

Then i tried taking hack code: blog stats and recent on forum home .. though even this didn't help..

Any thing else i can try ?

KevinL 05-07-2009 11:28 PM

hmmm weird. I don't have the blog so I wouldn't know what exact code to use.

You tried pulling this code here from the module? http://www.vbadvanced.com/forum/showthread.php?t=24069

notrious 05-07-2009 11:37 PM

Thank for replying brv .... i will give it a sht now. ..... thanks

KevinL 05-07-2009 11:51 PM

Quote:

Originally Posted by notrious (Post 1806660)
Thank for replying brv .... i will give it a sht now. ..... thanks

Go to the last page there is a new one for the newest blog and vb

notrious 05-08-2009 12:10 AM

ok .. download that .. thats the template for recent blog .. thats template

adv_portal_vb_blogs

<tr>
<td class="alt1"><span class="smallfont">
$spitblogs <br /></span>
</td>
</tr>

in provb i have recent threads showing with following code:

Code:

<td class="alt1">$provb_index_latest_threads</td>
and templates for that is :

provb_index_latest_threadbit

Code:

  <div class="smallfont">
        <div style="float: $stylevar[right];">by <a href="$vboptions[bburl]/member.php?u=$thread[postuserid]">$thread[postusername]</a></div>
                <a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]#post$thread[postid]">$thread[title]</a>
        <div class="alt1">
                <span class="smallfont">$vbphrase[replies]: $thread[replycount] $vbphrase[views]: $thread[views]</span>
        </div>
</div>


Then i place :
Code:

<td class="alt1">$adv_portal_vb_blogs</td>
with code

Code:

<tr>
        <td class="alt1"><span class="smallfont">
                $spitblogs  <br /></span>
        </td>
</tr>

but shows nothing ....

i hope it make sence..



any idea?

RLShare 05-08-2009 12:14 AM

You probably need to write the queries to grab the data from the DB and fill the varialbes, not just grab the template code.


All times are GMT. The time now is 05:24 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.02092 seconds
  • Memory Usage 1,737KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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