PDA

View Full Version : View all attachments, likethis website ???


Jollyware
08-25-2010, 04:02 PM
Is it possible to port this over to vB4 and make it viewable by moderators and above only ?

Read this thread from vB3 (https://vborg.vbsupport.ru/showthread.php?t=165985)

Thanks.

KevinL
08-25-2010, 08:11 PM
For the most part that code should work just fine. There are a few variables that changed though.

Jollyware
08-25-2010, 08:32 PM
Could you tell me what the code changes are, I am very new to this and need help.

<div id="pagination_top" class="pagination_top">
<vb:if condition="$pagenav">
{vb:raw pagenav}
</vb:if>
<div id="postpagestats_above" class="postpagestats">
{vb:rawphrase showing_results_x_to_y_of_z, {vb:raw pagenumbers.first}, {vb:raw pagenumbers.last}, {vb:raw totalposts}}
</div>
</div>
</div>

I presume that the above code is the pagenav conditionals, but not 100% sure.

Thanks for your help.