The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
What about this code could cause only one row to be displayed?
I have tried this with $blogs = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "blog"); and there are over 1000 entries to display, so I am pretty sure the query is fine. I tried deleting the avatar code just to see if it helped, but when I go to save the plugin, I get a 301 error. So i can not even get rid of that code to test. PHP Code:
HTML Code:
<li class="forumbit_nopost L2" id="catblogs"> <div class="forumrow L2"> <a href="blog.php?b={vb:raw blogid}" target="_blank"><img src="review_sidebarimage.php?image={vb:raw avatarurl}" class="forumicon" border="0" /></a> <div class="forumdata"> <div class="datacontainer"> <h2 class="forumtitle"><a href="blog.php?b={vb:raw blogid}" class="forumtitle">{vb:raw blogtitle}</a></h2> <p class="tcatDesc"> Posted By: {vb:raw blogusername}<br /> Posted On: {vb:raw blogdate}<br /> Comments: {vb:raw blogcomments}</p> </div> </div> </div> </li> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|