PDA

View Full Version : more activity on sidebar 'blocks'


fxdigi-cash
07-13-2015, 01:45 AM
hi everyone,

I was trying to add more activity button for each side block instead of showing say 15 posts at once. I prefer to show 5 posts in the sidebar block and then users choose to show more activity or not.

This is the picture of what I'm after to do ' I took this picture from vFcoders - Activity Stream (Widget) mod ' since it is the only mod that displays more activity

https://vborg.vbsupport.ru/attachment.php?attachmentid=152884&stc=1&d=1436758901

so in short I want to know how to add that button of more activity in each sidebar block; latest forum threads, latest posts, latest ..... and so on....

kh99
07-13-2015, 11:34 AM
What does the "More Activity" button on that widget do? If it takes you to the activity stream page, then that's not that hard, you just need links for the latest threads and posts. If it reloads the widget with another page of activity, then obviously that's harder. You'd probably need to make an ajax call to get another page of data and display it.

fxdigi-cash
07-13-2015, 03:04 PM
What does the "More Activity" button on that widget do? If it takes you to the activity stream page, then that's not that hard, you just need links for the latest threads and posts. If it reloads the widget with another page of activity, then obviously that's harder. You'd probably need to make an ajax call to get another page of data and display it.

I'm glad to see your comments. maybe I didn't explain well in the first place. you see that more activity button in the Activity page, I would like to have such button for each block on my side bar the same as that picture in my first post.

https://vborg.vbsupport.ru/attachment.php?attachmentid=152884&stc=1&d=1436758901

as you can see there is a button for more activity users can push to see more threads in the same sidebar block. I want to add the same button to each sidebar block on my vb board. so if I have 4 blocks on the sidebar, I want to have a button like that for each block so that users can choose to see more or not.

I hope I explained well this time, sorry for my English.

--------------- Added 1436813422 at 1436813422 ---------------

ok, if this is hard to do, would it be possible to create custom blocks as duplicates from activity-stream with exclusion of forums??

any idea?