MyBB Community Forums

Full Version: DVZ Stream 2.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Hi,

just want to report a small bug that I found.
User groups that have enabled in forum permissions "Can only view own threads" can see in the streams posts/threads that they could not see.

I fixed it temporarily adding (taken from the portal.php latest threads)

$forumpermissions[$row['fid']] = forum_permissions($row['fid']);
// Make sure we can view this thread
if(isset($forumpermissions[$row['fid']]['canonlyviewownthreads']) && $forumpermissions[$row['fid']]['canonlyviewownthreads'] == 1 && $row['uid'] != $mybb->user['uid'])
{
	continue;
}

in dvz_stream/stream/threads.php in the while loop
Version 2.0.2
  • fixed permission permission issue for author-only threads (reported by Mipher)

Updating: Overwrite plugin files.

-----BEGIN PGP SIGNATURE-----

iQEcBAABCAAGBQJZdm2EAAoJEOL9rFzOOKd9lX4H/21GXe6Yaxjjc5c5BIGRTbts
CqCPIt80sJxwTP4Yr94LzeCDj08pkLW5HnppOfxHFFUM8iLImIPiumLj4yNElVr4
rvuGS7QQp5dPqsc4I5yF9jcpXv0yv/9V7GFDYvfijP0hfty0TmqwcgBwDKmSu7N5
Z3Jw4aCY2TglLFS6OQaRIPCEsfW4pvB7W5Kc17flXMTIQOLXaxek8KS33IRQgaRW
gyg7dRZPtOUvt7BI1JYT2++Gc5XeXFH9/76To1PfNxsvH5eueKAIduH4lDVaF0D+
krzNb22En63IWEYluu8YssPgbOHnXhiWhEuXyqkPoTrFcg40nMAW1ZJwLKxHEkk=
=Nzwh
-----END PGP SIGNATURE-----
is it possible to truncate the length of the text in stream?

for example:

[Image: o3LAK0R.jpg]

having an entire thread title is a bit much, in my opinion.
Hey DVZ,
I want to suggest an option in ACP to hide banned members and removed threads from DVZ stream ?
(2018-08-08, 06:15 AM)andrewjs18 Wrote: [ -> ]is it possible to truncate the length of the text in stream?

for example:

[Image: o3LAK0R.jpg]

having an entire thread title is a bit much, in my opinion.

Did you ever figure this out? Smile
(2019-09-17, 07:54 AM)makpaolo Wrote: [ -> ]
(2018-08-08, 06:15 AM)andrewjs18 Wrote: [ -> ]is it possible to truncate the length of the text in stream?

for example:

[Image: o3LAK0R.jpg]

having an entire thread title is a bit much, in my opinion.

Did you ever figure this out? Smile

nope, sorry. Sad
Would be cool if u can enable HTML in stream,

https://i.gyazo.com/86c9b5964a5a8f6df3a2...26c824.png
Version 2.1:

- added Event grouping with default of one entry per thread displayed
- added support for password-protected forums (posts, threads streams)
- added HTML support for forum titles (posts, threads streams)
- added event labels and thread reply count to posts stream
- added custom stream template pre-fetching
- fixed lazy load behavior
- visual improvements
- minor improvements
What would be the best way to update DVZ Stream without uninstalling/losing edited contents?
(2020-04-16, 10:25 PM)makpaolo Wrote: [ -> ]What would be the best way to update DVZ Stream without uninstalling/losing edited contents?

Try deactivating, overwriting files and activating again (which updates settings), then updating CSS and templates manually from new files (stylesheets/, templates/ in the plugin's directory).
Pages: 1 2 3 4 5 6