Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
[DBTech] Follow User v1 (vB4) Details »»
[DBTech] Follow User v1 (vB4)
Version: 1.5.0, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.x.x Rating:
Released: 12-31-2012 Last Update: 02-15-2017 Installs: 61
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

What is Follow User?
Follow User from DragonByte Tech is a modification designed to allow members to follow one another in different social aspects of the forum. When a followed user completes an action such as a new post or a new thread, the followers receive either an email and/or PM updates based on their preference.

Follow User allows users to follow one another and get notifications when the member they follow complete certain actions.

Email and private messaging notifications, usergroup permission controls, and privacy options are all included in this product.

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Other addons available @ www.DragonByte-Tech.com/forum

Major Features
Ability for users to follow each others posts / threads with a pm or email notification.

Privacy: Users can make it so their following is private.

General Settings:
  • Option to toggle the Navtab on/off for vB v4.1.x
  • Option to toggle the Quick Links and Community menu links on/off for vB v4.1.x
  • Option to toggle plugin on or off.
  • Ability to enter the closed reason if you turned the mod off via the above option.
  • Option to hide the version number in the footer.
  • Option to define who sends the PM notice.
  • Option to show the PM senders signature in the pm sent to followers.
  • Ability to choose which usergroups are allowed Private Follows.
  • Option to show the users follow/following stats in the postbit.
  • Ability to choose seven different locations to show the follow/following stats in the postbit.
  • Option to show the users avatar on the Follow User settings page in the usercp.
  • DBTech Affiliate ID support.
Usergroup Permissions:
  • Can Be Followed
  • Can View User Follow
  • Can Follow

-------------------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer of Show Thread and product pages which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] Follow User v1.5.0.zip (65.5 KB, 43 views)

Screenshots

File Type: jpg ss1.jpg (43.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 04-07-2013, 12:24 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the contents of the dbtech_follow_postbit template? Is it what you posted above? If so try reverting that template.

Chris
Reply With Quote
  #73  
Old 04-07-2013, 12:27 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<dl class="userinfo_extra">
	<dt>{vb:rawphrase dbtech_follow_total}: {vb:raw post.total_count}</dt>
	<dd>{vb:rawphrase dbtech_follow_total_following}: {vb:raw post.total_count}</dd>
</dl>
That's it.
Reply With Quote
  #74  
Old 04-07-2013, 12:30 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try replacing the contents of that template with this:

HTML Code:
<dl class="userinfo_extra">
    <dt>{vb:rawphrase dbtech_follow_total}</dt>
    <dd>{vb:raw post.total_count}</dd>
    <dt>{vb:rawphrase dbtech_follow_total_following}</dt>
    <dd>{vb:raw post.total_count2}</dd>
</dl>
Why it is showing up like that if the template is not customized is beyond me as it is not like that in the product xml.

Chris
Reply With Quote
  #75  
Old 04-07-2013, 12:32 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I customized it to simply put both outputs in a single row. I realized it was the missing "2", which I've just added and it works now.

Thanks.

PS: it would be nice if they are linked to the user's follow page
Reply With Quote
  #76  
Old 04-07-2013, 12:34 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhh ok that makes sense then. A more interactive postbit has been requested and is under consideration for future versions.

Chris
Reply With Quote
Благодарность от:
Chadi
  #77  
Old 04-07-2013, 12:40 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Chris
Reply With Quote
  #78  
Old 04-07-2013, 12:41 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not a problem, glad to help.

Chris
Reply With Quote
  #79  
Old 05-19-2013, 07:09 PM
Tyran1 Tyran1 is offline
 
Join Date: Jan 2007
Location: Deutsches Reich
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version of vBulletin 3.8.7 ?? Please!!
Reply With Quote
  #80  
Old 05-19-2013, 07:23 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Unfortunately there is just not enough demand to do it at this time.

Chris
Reply With Quote
  #81  
Old 05-20-2013, 04:21 PM
Tyran1 Tyran1 is offline
 
Join Date: Jan 2007
Location: Deutsches Reich
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Unfortunately there is just not enough demand to do it at this time.

Chris
Since you think wrong, many have still vB3 in use.
Reply With Quote
Reply

Thread Tools

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 09:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.21597 seconds
  • Memory Usage 2,338KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)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
  • (1)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
  • (2)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_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
  • 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
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete