![]() |
Secret Admirer / Crush System
No longer supported by the author.
|
LMAO nice hack :D really like the Cilla Black touch ;)
|
HAH, thats a funny one. Good job with the hack.
|
Quote:
On my last forum we processed 3,500+ admirations, two couples came about, numerous friendships, and a few people moved country. All of which is directly attributable to this hack. If you've got a forum with a mixed sex community, you'd probably find this to be VERY successful. It's titled 'admiration' not crush so that it doesn't necessarily exclude those in relationships from saying that they think someone else is cool. Of course, on a teen site such a matchmaking system would go down a storm! Worth every minute of the development time. |
haha our forum is going to love this, its a forums for Alex Parks who is a lesbian so as you can guess there is alot of horny lesbians on the forums lol. Thanks alot *clicks install*
|
;) thanks for making this vb3 compatable. I'm definately installing
|
I don't have the template "getinfo"...it was in my old vB2 board...but not in any of my vB3 styles.
|
Also...where do I change the PM's to not say they are from "Cilla Black"? I looked in all the templates and phrases and couldn't find it.
|
Quote:
Installed and working great, thanks a lot for updating this, my members really appreciate it. |
Quote:
It is at the top in the form of two constants... there are comments there explaining how to modify it ;) |
Quote:
I've updated the installer... just ignore the GetInfo instructions if you used the installer downloaded prior to this posts date.. |
Quote:
i.e. to restrict each user to making no more than 5 admirations per month. The logic behind this is that whilst you cannot admire the same person twice, it does prevent users just flooding the system with admirations in an attempt to figure out who admired them. So it places a higher value on an admiration. What do you all reckon? Something you want to see? Also... it appears that users are receiving PM notification emails as well as their e-mail... I'm going to look at this some time... I think it's permissioning... or my logic with bitflags. |
Quote:
|
Quote:
Now it just sends the one email in that case. This only affected ./includes/functions_secretadmirer.php So you can just upload that and it's fixed ;) |
Quote:
|
So far, so good. There was a little problem in editing the last template where it did not exactly match up. I picked the closest thing and it worked. This was the part of the instructions:
<td class="vbmenu_control"><a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a></td> But other than that this thing is working good....probably a couple more installs and you can move it out of Beta mode. Thanks for your patience and efforts with this hack. |
Quote:
Code:
|
Well it's now processed over 1,00 admirations on my site, of which the only problem was a duplicate e-mail.
I've now requested for an available mod to move this thread into an appropriate place in Full Releases. :D |
Glad this hack is available. Good work with it. :)
|
Here's an alternative Cilla Black avatar for you.. ;)
I'm rather intrigued by this mod, but not sure it would be overly successful at my forums. |
I am using VB 3.0.0 RC2 and I cant seem to find the first change you have to make in the profile.php?
FILE: profile.php FIND (near the very top): 'removelist' => array( 'modifylist_removeuser', ), Any ideas please? |
Quote:
The instructions are written for RC4 though, and tested on RC4. As with other hackers I won't be making versions for each beta or RC version... just the very latest. Once we get to gold, it is then that I will ensure the VB3 and later versions are happy with the hack and I'll support it. Until then, you are on release candidate software and you should be at the latest level at all times (too many bugs fixed, let alone the two vunerabilities that Kier issued a patch for). The best advice is to upgrade your forums to RC4 and then follow the instructions again. |
Took the advice thanks, upgraded and we are now all working.
I have a very busy forum and expect this to be used loads. Thanks for your time in creating it. :) |
Im having a few problems. It said change it to your forum (the new templates) but i saw no where u had to change. I let it do it with the errors but where do you record your admiration?
|
Quote:
Quote:
The template change to MEMBERINFO is where the ability to add admiration comes in. I'll make some screen shots now and add them to the first post for you so you can see what should have happened. |
Quote:
|
Screenshots can now be found in the zip file.
I tried posting them... but something went iffy and vbulletin.org thinks they're in progress and won't let me post them or delete them. I'll check later to see if vbulletin changes its mind ;) |
Quote:
I'm probably going to install this at my forums, minus Cilla and instead have "Anonymous". |
This sounds pretty damn cool, not really sure if I will use it but I definitely like the idea bebhind Greak work!
|
I get this error when trying to add the template secret_admirer_alert_email.
Quote:
|
Quote:
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 :D |
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.! :D |
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.
|
Quote:
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 |
Quote:
I modified your notification messages and did not see that error. :) Anyway, nice to see people installing this hack. |
Quote:
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. |
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. |
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.. ;) |
Alright thx. Downloading Will install after work today.
|
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 |
All times are GMT. The time now is 01:28 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|