![]() |
Quote:
Anyone get this to work for vBa CMPS V2?? I tried it twice and I dont get any sideblock displayed. BTW Excellent Hack!!! Just need to get it working with cmps v2 ;) EDIT: Nevermind I got it figured out.. It was an ID10T error on my part.. |
Quote:
But it was right there. Go figure. |
Quick question. I performed all of the template edits including the optional ones, and now everyone of my members has a DONOR button under the icons in their post. After looking at the template edits this makes sense as one of the edits puts it there.
Can I make a request for a possible future addition. Is there any way to add some kind of check at the postbit/postbit legacy and MemberInfo section and see if the user in fact has donated, and if so display the DONOR image. If they didnt donate, display a DONATE button. I am sure this probably wouldnt be too difficult since the DONORS are already stored in a table that can be queried to see if it matches the users id, problem is I am not a coder so I have no idea how to do it. Of course if you add the new usergroup function you stated in a previous post that could also be used as a check. Just a suggestion. Thanks again for the great hack. |
Quote:
Here is the code to show the "Donor" buttton for those that donated, and the "Donate" button for those who haven't donated. In postbit or posbit legacy (edit the file you use for your forums, or both) find: Code:
<if condition="$post['donor'] != '0'"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></div></if> Code:
<if condition="$post['donor'] != '0'"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></div><else /><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_button.gif" border="0"></a></div></if> |
Is it me, or are they both the same?
|
no...there is an <else /> statement in the second one.
|
Quote:
|
The all users showing as a donor is a verified bug folks, I am fixing that as I write this.
Sorry for the length of time in replies, had to play daddy for a week to satiate my wife (I cut my son's long two year old hair for the first time, let's just say she was less than pleased with me...). Anyway, expect an interrim update shortly... |
Someone please help:
I love this hack and need help with two small things. 1) I cant get the pp_image.php to work. All the images dont show up. 2) Is there a way to clear the total every month? I appreciate anyones help on this. |
Quote:
Quote:
|
All times are GMT. The time now is 05:31 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|