The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
they will take days to answer it and i need it fixed kida very fast.. thanks a lot boss i will look into it..
|
|
#4
|
|||
|
|||
|
Anytime spanky
|
|
#5
|
|||
|
|||
|
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 ? |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
Thank for replying brv .... i will give it a sht now. ..... thanks
|
|
#8
|
|||
|
|||
|
Go to the last page there is a new one for the newest blog and vb
|
|
#9
|
|||
|
|||
|
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> 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> Code:
<tr> <td class="alt1"><span class="smallfont"> $spitblogs <br /></span> </td> </tr> i hope it make sence.. any idea? |
|
#10
|
|||
|
|||
|
You probably need to write the queries to grab the data from the DB and fill the varialbes, not just grab the template code.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|