vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - [DBTech] Follow User v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=293491)

diddy29 01-30-2013 01:16 PM

Thanks for the update! :)

Are you considering a different follow method in future releases?

DragonByte Tech 01-30-2013 08:25 PM

Yeah there is a bunch of different follow types under consideration for future updates.

Chris

iliarien 01-31-2013 11:09 AM

Hi,

thanks for this Great Mod,

Well im having database error :
PHP Code:

Invalid SQL:


            
SELECT COUNT(*) AS countfolloweeid AS userid

            FROM VBdbtech_follow_follow

            WHERE followeeid IN
(

                
SELECT DISTINCT userid

                FROM VBpost 
AS post

                WHERE 

            
)

            
GROUP BY followeeid;

MySQL Error   You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near ') 

In this page :
profile.php?do=editoptions

Thank you.

DragonByte Tech 01-31-2013 08:48 PM

Go to ACP / Plugins & Products / Plugin Manager and under the Product : DragonByte Tech: Follow User look for Count In Profile which is the hook, profile_complete. Un tick that box, scroll to the bottom and click on Save Active Status.

That will get rid of that error.

Chris

diddy29 02-01-2013 03:23 AM

Quote:

Originally Posted by DragonByte Tech (Post 2400871)
Go to ACP / Plugins & Products / Plugin Manager and under the Product : DragonByte Tech: Follow User look for Count In Profile which is the hook, profile_complete. Un tick that box, scroll to the bottom and click on Save Active Status.

That will get rid of that error.

Chris

I had this same database error. Your steps fixed the problem, but just letting you know that I got the error too (if that helps).

DragonByte Tech 02-01-2013 03:53 AM

Thanks for reporting, but to be honest that was something I was testing and actually should not be in there anyway since it does nothing right now, that's why it shows the error. In the next bugfix version I will remove that completely, as soon as I track down one other bug.

Chris

DragonByte Tech 02-02-2013 12:51 AM

Fixed a couple of bugs:

Bug Fixes And Issue Fixes:
  • Fixed a issue when you selected email as the notification type, it would not save.
  • Fixed a issue when you navigated to General Settings in your usercp you would get a db error.

Chris

diddy29 02-02-2013 01:56 AM

<i>"You must 'Like' someone else's post before liking any more by DragonByte Tech."</i>

DragonByte Tech 02-03-2013 01:47 AM

Quote:

Originally Posted by diddy29 (Post 2401216)
"You must 'Like' someone else's post before liking any more by DragonByte Tech."

That's cool, thanks for trying.

Bug Fixes And Issue Fixes: v1.1.2
  • Fixed a issue where you could not deselect notifications in the Notification Menu on the Follow page in the usercp.

grey_goose 02-03-2013 02:40 PM

Is there a way to manually add a link/URL using "&username=" to construct a "follow me" link in the postbit?

DragonByte Tech 02-04-2013 01:57 AM

Not at this time, as it requires you to choose a follow type when you follow someone, but it has been requested and is under consideration for future update.

Chris

diddy29 02-06-2013 10:58 AM

We're having some issues with the latest update.
  1. It appears only admins can follow users, even though the permissions are set up so that Global and Super mods can also follow, but they get errors saying you can not follow this type of user, but that type of user can be followed as defined by the usergroup permissions
  2. There's no redirect after pressing submit to follow a user. Instead a blank page with the usercp.php template appears. When we click on the follow user link on the navbar the plugin has saved our changes, but it's annoying that the reidrect doesn't occur

DragonByte Tech 02-06-2013 08:30 PM

Quote:

Originally Posted by diddy29 (Post 2402334)
We're having some issues with the latest update.
  1. It appears only admins can follow users, even though the permissions are set up so that Global and Super mods can also follow, but they get errors saying you can not follow this type of user, but that type of user can be followed as defined by the usergroup permissions
  2. There's no redirect after pressing submit to follow a user. Instead a blank page with the usercp.php template appears. When we click on the follow user link on the navbar the plugin has saved our changes, but it's annoying that the reidrect doesn't occur

That's really weird, I am unable to reproduce that, could you pm me a admin account and ftp info and I will try and figure out what's going on.

Chris

datoneer 02-12-2013 10:32 PM

Definitely will try this mod. Tagged for now

The_____KinG 03-07-2013 06:58 PM

I'm having a small problem. When I choose "Email" option in the notifications, I'm getting PMs and when I choose "Private Message", I'm getting Emails.

Can this be fixed adhoc?. If so which file I have to modify and what part?.

One suggestion: In the notifications, is it possible to have a third option "reports" which when selected will come like a report like the user tag/ user mention mods.

Thanks for the great mod.

DragonByte Tech 04-02-2013 12:19 AM

Updated to v1.1.3

Feature: Added DBTech Affiliate ID support.

DragonByte Tech 04-02-2013 12:20 AM

Quote:

Originally Posted by The_____KinG (Post 2408625)
I'm having a small problem. When I choose "Email" option in the notifications, I'm getting PMs and when I choose "Private Message", I'm getting Emails.

Can this be fixed adhoc?. If so which file I have to modify and what part?.

One suggestion: In the notifications, is it possible to have a third option "reports" which when selected will come like a report like the user tag/ user mention mods.

Thanks for the great mod.

Sorry for the late reply. Upgrade to the latest version, and let me know if the issue still persists.

Chris

mia_undertaker 04-02-2013 08:21 PM

This is a great addition but for some reason it is not sending a PM. It is sending an email but has the URL twice so the link is invalid:
[QUOTE]You can view this content here:
Code:

http://www.miaclan.net/http://www.miaclan.net/showthread.php?31851-Film-Grabber-Game&p=196136&posted=1#post196136
Any ideas?

mia_undertaker 04-02-2013 08:38 PM

I got the PM part to work correctly but I am still have issues with the double URL in the emails

DragonByte Tech 04-02-2013 08:58 PM

So in the PM it is only showing one url, and in the email it is showing two?

Chris

DragonByte Tech 04-02-2013 10:54 PM

Fixed the issue with the site url showing twice in the emails. To fix, redownload the zip and re import the xml.

Chris

DragonByte Tech 04-02-2013 10:55 PM

Quote:

Originally Posted by mia_undertaker (Post 2413934)
I got the PM part to work correctly but I am still have issues with the double URL in the emails

This has been fixed, read the post above. Btw what did you do to fix the pm part?

Chris

The_____KinG 04-03-2013 07:29 AM

Quote:

Originally Posted by DragonByte Tech (Post 2413766)
Sorry for the late reply. Upgrade to the latest version, and let me know if the issue still persists.

Chris

The issue still persists. If I select PM, I get e-mails and vice-versa.

DragonByte Tech 04-03-2013 10:11 AM

Ok thanks for the update, I should have this fixed this Friday.

Chris

DragonByte Tech 04-05-2013 09:58 PM

v1.1.4 released

Bug Fixes And Issue Fixes:
  • Fixed a issue where the link in the email was showing wrong, thus not redirecting you to the post / thread.
  • Fixed a issue if you selected Private Message for the notification type you would get a email and visa-verse.

Chris

Chadi 04-07-2013 01:59 AM

postbit is not showing actual numbers of following / followers

I'm following 2 moderators, but followers / following both show 0 / 0 instead of 0 / 2

I did repair cache too.

Show Users Follow Stats is enabled

My postbit code

Quote:

<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>

DragonByte Tech 04-07-2013 09:44 AM

Are you using one of the default locations to show the info in the postbit or did you insert that code to display it in a different location?

Chris

Chadi 04-07-2013 11:46 AM

I unchecked the private box on both, repaired cache, refreshed and they still show zero

DragonByte Tech 04-07-2013 11:57 AM

Quote:

Originally Posted by Chadi (Post 2414893)
I unchecked the private box on both, repaired cache, refreshed and they still show zero

You must have read the post from a email before I edited it, read the post above yours please.

Chris

Chadi 04-07-2013 12:18 PM

Using: User Info Right After Posts (Legacy & Horizontal)

Thanks

DragonByte Tech 04-07-2013 12:24 PM

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

Chris

Chadi 04-07-2013 12:27 PM

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.

DragonByte Tech 04-07-2013 12:30 PM

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

Chadi 04-07-2013 12:32 PM

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

DragonByte Tech 04-07-2013 12:34 PM

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

Chris

Chadi 04-07-2013 12:40 PM

Thanks Chris

DragonByte Tech 04-07-2013 12:41 PM

Not a problem, glad to help. :)

Chris

Tyran1 05-19-2013 07:09 PM

Version of vBulletin 3.8.7 ?? Please!!

DragonByte Tech 05-19-2013 07:23 PM

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

Chris

Tyran1 05-20-2013 04:21 PM

Quote:

Originally Posted by DragonByte Tech (Post 2423031)
Unfortunately there is just not enough demand to do it at this time.

Chris

Since you think wrong, many have still vB3 in use.


All times are GMT. The time now is 01:02 PM.

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.01337 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete