View Full Version : Display recent 30 user statuses
Honourable
04-12-2013, 03:22 PM
Hi,
Using this product
https://vborg.vbsupport.ru/showthread.php?t=277545
I'm trying to display the recent 30 status in the header
Much appreciated if it possible to at least direct me for instructions as I do understand quiet good on php
and many thanks in advance
Lynne
04-12-2013, 04:22 PM
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.
Honourable
04-12-2013, 05:59 PM
Thank you anyway and sorry as I have made an inconvenience
By the way I have found the solution in here is it
basically add the following code anywhere you want the recent statuses to appear
<div id="streamdata">
</div>
as they using ajax to display status and its assigned with the streamdata id as you can see in the div I have attached it has been assigned with the id accordingly
lol didnt know it will be that easy yet I wished if it was more harder then I would learn more
another help if anyone wanted to limit the status I have found way to do which is not a full solution
but it will do it for now
go to the dmods/live/classes/core.php
open it and search for
{$limit}
replace it with the following
LIMIT 30
as you can see 30 could be any number you would like
and good luck everyone
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.