Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Central What's New Widget Details »»
Central What's New Widget
Version: 2.0.3, by Phalynx Phalynx is offline
Developer Last Online: Nov 2015 Show Printable Version Email this Page

Category: vBulletin CMS Widgets - Version: 4.x.x Rating:
Released: 08-06-2010 Last Update: 10-09-2011 Installs: 128
Uses Plugins
Additional Files  
No support by the author.

Central What's New Widget 2.0
Tested with vBulletin Suite 4.0.0 up to 4.1.7


This modifications collects in one central widget all data relevant to your forum. You can select how many streams, how many days it should look back and the length of the preview text.

A version that displays streams in user profiles can be found here:
https://vborg.vbsupport.ru/showthread.php?t=256071

With v2.0.2 there is support for collecting streams from this:
- Blog
- Blog comments
- CMS Articles
- CMS comments
- vBExperience achievements
- vBExperience awards
- Group discussions
- Group messages
- Album Pictures
- Album Pictures comments
- Threads
- Posts
- Visitor Message
- Project Tools Issues
- iTrader Feedbacks


It can be easily expanded to display also data from Post Thanks, vBookie, Downloads, etc...


/***** Demo: *****\
http://www.insidesupcom.de/?langid=1


/***** How to install this? *****\
- Upload the content of the folder "upload_via_ftp" to your server.
- Install the product xml

- Create a new Widget:
Type: PHP Direct Execution
Title: Central What's New

Save!

- Configure the new Widget:
PHP Code: require_once('./cwnw/cwnw.php');
Template name: cwnw_wrapper

Save!

You can now add this widget to your favourite location in your layout.



Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked "Mark as Installed".



History:
2.0.3, 10th Oct 2011:
- Fixed issues with wrong linked avatars. Just replace cwnw.php and clear CMS cache.


2.0.2, 23th Oct 2010:
- Fixed style issues that appeared with vBulletin 4.0.8 - Please remember to clear your CMS Cache after importing the product.


2.0.1, 18th Aug 2010:
- Fixed wrong date on vBExperience Achievements

- Support now streams from:
-- iTrader
-- vBExperience Awards
-- CMS Entries
-- Project Tools Issues


2.0.0, 07th Aug 2010:
- First public release

1.x:
- Releases used for own websites

Download Now

File Type: zip cwnw_203.zip (20.5 KB, 255 views)

Screenshots

File Type: jpg cwnw200.jpg (80.8 KB, 0 views)
File Type: png cwnw201.png (29.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
doctorsexy, misericorde

Comments
  #52  
Old 08-19-2010, 06:27 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by janaf View Post
Works great once I fund where to put the files

The only thing I miss; when clicking on a forum title it would be great if the link was to that actual post, not the first post in the thread.

A thought; does the script care about what the current user has rights to see? If I have restricted forums (logged-on members only) will postings show in the widget to non-logged on persons?

I really can not get into my head why there is no "show all" widget like this one included in vB4!

Many thanks for this widget!
Yes, the streams are checking for permissions, they are even obeying the ignore list.


Quote:
Originally Posted by kho91 View Post
thank you

it would be good if you can also add download II and Media librairy
Downloads II is already beeing done, for Media Library I'm not sure as I'm not using it. I would require a forum where I can grab some data.

Quote:
Originally Posted by Animemike View Post
I tested this on the forum sidebar works great but only one problem the avatars are big very big
Uhm, screenshot?

Quote:
Originally Posted by bferrell View Post
Awesome!
Thanks
Reply With Quote
  #53  
Old 08-19-2010, 07:06 AM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phalynx View Post
Uhm, screenshot?
Here you go

Attachment 121011
Reply With Quote
  #54  
Old 08-19-2010, 07:30 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Animemike View Post
Here you go
Edit cwnw.php and change this line:
Code:
$avatar = fetch_avatar_url($fetchuser['userid'], false);

to

Code:
$avatar = fetch_avatar_url($fetchuser['userid'], true);
Does it help?
Reply With Quote
  #55  
Old 08-19-2010, 07:56 AM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phalynx View Post
Edit cwnw.php and change this line:
Code:
$avatar = fetch_avatar_url($fetchuser['userid'], false);

to

Code:
$avatar = fetch_avatar_url($fetchuser['userid'], true);
Does it help?
Thanks man some of them are still big tho (the default one)
also is there a way to get them Next to the info like the vbulletin ones do?

Mike
Reply With Quote
  #56  
Old 08-19-2010, 08:28 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not really sure if the currently used layout will be the final one. I'm still searching a way to show where an entry comes from. Maybe I will replace the avatar with the icon used by the stream.
Reply With Quote
  #57  
Old 08-19-2010, 08:36 AM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Phalynx View Post
I'm not really sure if the currently used layout will be the final one. I'm still searching a way to show where an entry comes from. Maybe I will replace the avatar with the icon used by the stream.
Sounds great mate :up:
Thanks

Edit or a way to turn them off. even if it means //
Reply With Quote
  #58  
Old 08-19-2010, 10:34 AM
The Coon The Coon is offline
 
Join Date: Aug 2008
Location: Germany
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This will become an essential addon, thanks!
Suggestion:

I think, it would be better, if one thread is displayed only once (like in the original "What's new?"). Look at your own example.

Attachment 121017

In case of a "hot" discussion in the forum, it perhaps destroys a simple overview, that I would appreciate more.
Reply With Quote
  #59  
Old 08-19-2010, 10:43 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Coon View Post
This will become an essential addon, thanks!
Suggestion:

I think, it would be better, if one thread is displayed only once (like in the original "What's new?"). Look at your own example.

Attachment 121017

In case of a "hot" discussion in the forum, it perhaps destroys a simple overview, that I would appreciate more.
That's not a thread, these are replies to a thread.
Reply With Quote
  #60  
Old 08-19-2010, 10:49 AM
The Coon The Coon is offline
 
Join Date: Aug 2008
Location: Germany
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, of course ... But imagine, there is a thread with 15 replies, e.g.

They all would be displayed in the overview. Does that make sense?
As I said: Only a suggestion!

Thanks again for your work!
Reply With Quote
  #61  
Old 08-19-2010, 10:54 AM
Phalynx Phalynx is offline
 
Join Date: Feb 2004
Location: Erlangen, Germany
Posts: 2,747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Coon View Post
Yes, of course ... But imagine, there is a thread with 15 replies, e.g.

They all would be displayed in the overview. Does that make sense?
As I said: Only a suggestion!

Thanks again for your work!
This should not happen. The balancer takes from every stream at least one entry before it takes the same stream again. Having the same thread multiple times in the widget means that there is no other activity in the timeframe. That happens with my demoforum as I did the screenshot.

I will think about an implementation to this.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05968 seconds
  • Memory Usage 2,357KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete