Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Secret Admirer / Crush System Details »»
Secret Admirer / Crush System
Version: 1.00, by buro9 buro9 is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Category: End-User Options - Version: 3.0.3 Rating:
Released: 02-15-2004 Last Update: Never Installs: 69
 
No support by the author.

No longer supported by the author.

Show Your Support

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

Comments
  #32  
Old 02-18-2004, 06:16 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Oblivion Knight
I get this error when trying to add the template secret_admirer_alert_email.

I don't quite understand why, but thought I'd better report it..
Yes... Just checked... this should've been picked up by the beta testers How did you all install it, eh?

I left some extra quotes in two of the templates... these were the alert_email and alert_pm templates.

I'm just going to update the installer for you... but in essence, where you find $vboptions['bburl'] just make it $vboptions[bburl]

Sorry for that... updating now
Reply With Quote
  #33  
Old 02-18-2004, 10:27 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

D'oh.. I should have picked up on that one too!
Installed and working well.. Not sure how popular this will prove to be though, as mentioned.

I guess we'll soon find out.!
Reply With Quote
  #34  
Old 02-19-2004, 05:28 AM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a limit for the # of admirations a person can use. I can really see this getting very out of hand. My forums is mostly females so instead of everyone just admiraring everyone I would like a limit this as Buro9 asked aswell.
Reply With Quote
  #35  
Old 02-19-2004, 07:17 AM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rampag33
Is there a limit for the # of admirations a person can use. I can really see this getting very out of hand. My forums is mostly females so instead of everyone just admiraring everyone I would like a limit this as Buro9 asked aswell.
Proving successful then

I was considering adding limiters to the code as this was suggested on my board. The debate has continued though, and whilst a small minority are making a large number of admirations... the majority are only making one or two. Yet it is the small minority who are encouraging the majority to participate... and as no member can admire someone twice the minority do run out of steam eventually.

As such, I don't think I will be adding limiters to it for my benefit.

However, now it's stable I am thinking of doing a set of improvements to make it easier for others to offer translations and to take better advantage of the phrase system in VB3.

So if you can think of ways in which to define limitations (a maximum X admirations in the last Y days?) then I will consider including them as an option in the next version (hopefully still before Kier can get VB3 to gold).

Cheers

David K
Reply With Quote
  #36  
Old 02-19-2004, 07:32 AM
Catch-22|BL Catch-22|BL is offline
 
Join Date: Aug 2003
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by buro9
Yes... Just checked... this should've been picked up by the beta testers How did you all install it, eh?

I modified your notification messages and did not see that error.

Anyway, nice to see people installing this hack.
Reply With Quote
  #37  
Old 02-19-2004, 07:38 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by buro9
Proving successful then

I was considering adding limiters to the code as this was suggested on my board. The debate has continued though, and whilst a small minority are making a large number of admirations... the majority are only making one or two. Yet it is the small minority who are encouraging the majority to participate... and as no member can admire someone twice the minority do run out of steam eventually.

As such, I don't think I will be adding limiters to it for my benefit.

However, now it's stable I am thinking of doing a set of improvements to make it easier for others to offer translations and to take better advantage of the phrase system in VB3.

So if you can think of ways in which to define limitations (a maximum X admirations in the last Y days?) then I will consider including them as an option in the next version (hopefully still before Kier can get VB3 to gold).

Cheers

David K
Well my forums are pretty much for others to hook up and since 90% are girls that are bi this is really going to get out of hand. Every will just admire everyone. Then just wait for someone to say it in return. Instead of just doing the ones they like they just select everyone.

1 a week is fine with me. Or 3 a month. Something like that.

For most sites I can't see this being much of a problem but I'm mostly on gaming sites or something like that is why. But on chit chat and people meetin sites I can see this being very used. In the first 2 weeks up and running I had people just join the site just to PM girls. So I had to limit PM access to users that actually post. I've talked it over with some of the other admins about this mod and they all love the idea of it just want it to have a limit.
Reply With Quote
  #38  
Old 02-19-2004, 09:43 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I've added the ability to enforce limitations that you define... if you enable this feature it is one additional database query.

The changes I've made to accommodate this:
* Created two new indexes on the table to increase lookup speed - this is an optional thing, new installs will benefit from it.
* Created new config and code within functions_secretadmirer.php - you will need to re-upload this.
* Changed the code in profile.php - you will need to upload this again.
* Added a phrase to declare the limit is exceeded.

Rampag33, can you install the version I've attached to THIS POST and let me know if it solves your needs.

If it does and there were no errors, then I will replace the zip file in my first post.
Reply With Quote
  #39  
Old 02-22-2004, 03:20 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just to let you know I've updated to the latest zip..
All seems to be running well so far, haven't had time to test the limit yet but I'm sure it'll work..
Reply With Quote
  #40  
Old 02-22-2004, 03:21 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright thx. Downloading Will install after work today.
Reply With Quote
  #41  
Old 02-23-2004, 07:32 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install no problems to report yet

Thx!

I have it set to 3 admirations in a month and the only error was human error forgot to remove the table_prefix on installation

Thx for a great hacc
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 07:12 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.07356 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
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_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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete