![]() |
Man...I love the response time on these support requests...don't you?
One more request... How do you change the display date from d-m-y to m-d-y? |
anyway to show on index.php total sum of Donations
Example : Donations : 25 so people can see at a glance how much has been donated |
I am using vbadvanced and need to add the links to DONATE, and DONATE LIST to my navigation block. Can someone help me with this?
|
Since I can't modify my template (it doesn't use the vb bar) where can I find the DONATE module if I wanted to link to it from my navigation menu?
I have using vbadvanced. Thanks |
Hi
This is a very good mod and i have it installed but i need 1 more little feature for it to able to do what i need it for. I want to accept donations from my users but i also need some kind of text area above the donations bit. This is so i can add links to charities so if they don't want to donate to me then they can donate to them and at least someone is benefiting. Is there anyway i could do this, the ideal place would be right above the dropdown box where they can choose how much to donate. |
Ok, since I didn't get my question answered, I finally figured it out on my own. Since my style didn't support the navbar changes, this would be the path to this module once installed:
Quote:
|
:)
Everything is working exept when someone makes a donate i get the pm that someone has use the donation,but when i want to confirme this member as a donator i cant see anything ore anyone to confirme it. :confused: Thanks, |
Installed and working great
|
How can I move the link in the navbar? There's no code in the navbar template.
|
When I use the New Post link, the Donate button does not show up when displaying new posts. Anything that I need to do? Please help.
The site is www.bleepd.com |
Great mod.
Only one small issue is that in my add on skin the background colour on the misc.php?do=donlist page clashes with the font colour How do I change the background colour etc. Many thanks in advance jUST FOUND IT doh Thanks anyway |
Okay...I have this Installed...and it is supported, right?
So where's my answer to this post: https://vborg.vbsupport.ru/showpost....&postcount=562 ...as well as everyone else's post who have asked the same question... This probably means editing the product xml and everywhere you see d-m-y...change to m-d-y...but don't quote me on that... It would be nice if someone...anyone...would respond... Hopefully someone is working on a fix for this since no one in the States uses the d-m-y format...it's always been...for as long as I can remember...m-d-y. Hello? Is this thing on? |
Well...
To be quite honest...I got tired of waiting for support on the issue of changing the date from d-m-y to m-d-y... ...so I went ahead and fixed it myself... Note: Before you import the attached product xml file to your active forum, please test it. For those who want proof that it is in fact working on a live forum, I have attached an image, as well, of my forum Donations page showing the issue is in fact fixed on a live forum. I'm currently running vb 3.6.8 PL2. For those skeptical...wait for support...whenever that will be. -Steve |
I really like this, but I'm having one problem with it. The username that I put in for who sends the PM to users confirming their donation always goes to "0" after hitting "save". My users get a PM with no username. Any ideas on how to fix that?
|
Quote:
I have a few questions myself: How to remove the Un-confirmed donators from the donation list. In other words, I want the donation list to only show the confirmed donators ? How to show the same user ONCE in the donation list even if he donates more than once ? |
Quote:
|
|
Found it :)
|
Suggestions:
In list view able to view within a certain month instead of since the beginning of donations See amounts donated for a specific month Donations bar able to place anywhere (refreshes every month or user set able) Paypal integration to verify payment received and auto confirm it in table (set able to move to group auto or not to move when being processed in this manner) I know old phpbb forums had this. I know it is all possible and just will take some time. I have already done some of the code (private use testing only) for some of the add-ons. Let me know if you want the code to help jump start this or if not interested all good. Just trying to help is all. |
Installed but having a problem with the all donators list. For some reason not everyone shows up on the list after they have donated. Some do and some dont. Even if i manually add them they dont show up.. Any ideas???
As you can see in the screenshot have the silver award...But the guy that donated $70.00 isnt there.. It did change my award to silver but hes not there..should be right above me. Even if I manually add him he dont show up https://vborg.vbsupport.ru/external/2007/11/1.jpg |
I'm working with redkilla on his site and trying to get this mod fully working properly (works great in the default theme but we're having some problems with what he's listed above and also with getting all the features working with three custom templates). I wanted to add to his question and also ask how do we go about changing the look of the donlist page (listing of all donators) in some of the themes it looks very very horrible, it could be due to the style/themes css files but i don't want to change those and have other parts of the site start to look worse. Is there a way to edit the donlist page or code so that we can change the font or table colors to more properly match the styles used on the site? Thanks in advance for helping the two of us with your module and although we are seeing a few minor issues here and there with it overall it's a great mod and we appreciate that you made it and are supporting it still.
|
Great feature, thanks Cy. I had no troubles at all on first install.
I am interested in making the donate part more obvious. Is there a way to replace the drop down with buttons or having the donate options display $10.00 instead of 10 in the drop down? I would just like to have the donation more noticable and more attractive. Thanks. |
Quote:
can have $ because it is a variable hidden within the array so only the array hidden gets passed not the visual amount you see. Find in: Cyb - PayPal Donate - Ext (plugin) Code:
$cybpp_amo_opts .= '<option value="'.$cybpp_amo_option.'">'.$cybpp_amo_option.'</option>'."\n"; Code:
$cybpp_amo_opts .= '<option value="'.$cybpp_amo_option.'">$'.$cybpp_amo_option.'</option>'."\n"; Just remember if you have a minimum set in ACP you need to put decimals as well. You have to use the same format. Here is the code to increase the size of the custom box when using decimals. Find in: cyb_paypal_donate (template) Code:
<input type="<if condition="($vboptions[cybpaypal_allowed_donamo]=='1')">hidden<else />text</if>" name="amount" value="$$cybpp_amo_min" class="bginput" style="width:20px" /> Code:
<input type="<if condition="($vboptions[cybpaypal_allowed_donamo]=='1')">hidden<else />text</if>" name="amount" value="$$cybpp_amo_min" class="bginput" style="width:50px" /> I will be messing with this mod to add features I stated above in a few posts up. I hope CYB will contact me. |
Quote:
|
I just created a section to put Donation Benefits. For instance if they donate they get access to: X
X X X X etc Let me know if anyone wants the code for it. |
Quote:
Well I take that back..its available in the default style, but not my customs..crap |
if i click donate link it don't goto donate page it says cant display this webpage :(
|
Camn anyone advise ref:
'Fixed bug with permissions (now admin's primary usergroup must not be 6 to be able to confirm/unconfirm/delete donations)' Does this mean we have to set up a new Admins group using a number other than 6? Or that the primary group must be something like 'Super Mod' with Admin as a secondary group? Also what will be the problem if one just leaves an Admin set to group 6 primary? |
It is default 6 and you don't need to worry. It is if you admin usergroup is NOT admin 6 that you need to worry about this. It is chang able in settings.
|
Right I've stopped panicking and have now switched to this Mod from Bills.
The only issues I'm seeing now are that the PM's are not being sent to the use or myself concerning the status of the donation made. Oh and I'm still trying to work out how one does add a manual donation in there... |
Is there a way for to show people who donated i mean on forum homepage? A list of donators?
|
It seems the PM's are being sent to the user, just not the one to me advising a donation has been made.
Bo - nice idea I'd like that too. Still can't work out how to add a manual sub... |
Well so i've to wait somebody to develop it ha :/
|
Quote:
|
Quote:
|
is there anyone from you guys can tell me how to add my website logo above paypal page?
i saw this thing somewhere...appreciate any help... please view my attachment for more info... http://img249.imageshack.us/my.php?i...gefinalrr5.jpg thanks and best regards to all... :p |
Quote:
|
Quote:
You do know that the page you're referring to is a page designed by PayPal, right? My question is...why are you asking Cyb this? Shouldn't you go to PayPal and ask there? |
I am looking to add some custom text under the drop down box on the donate page, what template do I need to edit for this?
my URL is www.ukwam.com/misc.php?do=donate Thanks :) |
Quote:
try to click their paypal donate button for a test... http://www.amaderforum.com and this page will appear... pls. view my attachment.... Attachment 73077 anyway i ask already the admin or the owner of that site....:p |
All times are GMT. The time now is 07:52 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:
|