vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Donation Progress Bar-Forumhome (https://vborg.vbsupport.ru/showthread.php?t=153519)

brvheart 01-03-2008 03:08 AM

got a DB error when turning on CYB integration

AWJunkies 01-03-2008 03:26 AM

Did you change the CYB donations table name? Please post up the error so I can see it.

maidos 01-03-2008 06:55 AM

can you please answer my question?

how can i disallow the guest to view the donaton bar

AWJunkies 01-03-2008 09:12 AM

I am sorry for got to put the feature in the code :) Will do it right now. Release tomorrow.

Well I needed it for paypal mod so it is done now just waiting on sinister to get on comp to update. Will probably be after 4pm Eastern Time I think is when he gets off work.

mrmike 01-03-2008 10:27 AM

Quote:

Originally Posted by maidos (Post 1414443)
can you please answer my question?

how can i disallow the guest to view the donaton bar

Try

PHP Code:

<if condition="$show['member']">
$donationbar
</if> 


Hex_legend 01-03-2008 02:47 PM

How can I change from $ to £?

It was easy on the old template, but in this new update, there doesn't seem to be anything that says how / where..

I've looked in the donorbar template but can't find it.

maidos 01-03-2008 05:53 PM

thanks alot mrmike but where do i edit it?

Alfa1 01-03-2008 06:31 PM

Does this work on vb 3.7?

sinisterpain 01-03-2008 09:11 PM

Quote:

Originally Posted by maidos (Post 1414789)
thanks alot mrmike but where do i edit it?

Where ever you are showing the donor bar

sinisterpain 01-03-2008 09:20 PM

Quote:

Originally Posted by Hex_legend (Post 1414665)
How can I change from $ to ??

It was easy on the old template, but in this new update, there doesn't seem to be anything that says how / where..

I've looked in the donorbar template but can't find it.

Look in your plugins for the title Donation Bar - Ext

near the bottom of the plugin code you will see this:
Code:

$drecieved = "We have received a total of $$damount in donations towards our goal of $$dgoal<br />";
Just change the highlighted red $ to whatever your currency is.

AWJunkies 01-03-2008 10:32 PM

Guys new release today added some more stuff. It has auto insert the $donorbar under the navbar. Has float or non float option. As well as usergroups allowed to view the bar. As well as changed alignment to left for title because of theme issues (instructions to change to follow). Also added where the bar appears which defaults to index and misc page for a merge with a donation system. Also cleaned code up slightly with if statements.

Enjoy!

Almost done with new donation system so stay tuned.

REVHEAD 01-04-2008 02:00 AM

Great stuff ,Exactly what I have been loooking for .
Simple, no fuss ,no messing around with bits of code,great for a beginner like me,and it does exactly what its supposed to do ,I love it ,many thanks.

Moncha 01-04-2008 03:20 AM

After some tweaking to get it to work in vbPortal it works great! Just what I was looking for also. Great Job!! I nominated it for MOTM even

REVHEAD 01-04-2008 09:41 AM

Just a question ,when I installed the mod today ,my friend donated $5 into my account ,and I recieved the payment but the progress bar and ammount recieved have yet to move? any ideas.

AWJunkies 01-04-2008 12:16 PM

It will only go up if A:

You have CYB Integration on in the donation bar mod and you have cyb donation mod installed and you have CONFIRMED the payment in CYB mod. You can do this by going to ( www.yourdomain.com/misc.php?do=donate_list ) and confirming it there in options on bottom right corner after you select on right side.

B:

If you have CYB integration off and don't have that mod you have to manually add the amount donated to you in donation bar ACP.

C:

There is no other way :)

Donation MOD almost done!!! I presume final release will be before monday.

EUWI 01-04-2008 12:37 PM

Quote:

When upgrading to Version 1.0.7 please make sure you remove the
Quote:

FORUMHOME template edit as its no longer required. Failure to do so will produce two donor bars on forum index page.
What info needs to be removed? I do have 2 bars as you indicated.

Thanks

AWJunkies 01-04-2008 04:16 PM

In your FORUMHOME template you previously added $donorbar in there just search for it and delete $donorbar. The new system has an auto insert for this now.

Also small update donations system works perfect may release early. Will do more testing later today and add some more features before the release.

EUWI 01-04-2008 04:36 PM

Great! That is what I needed. All fixed now.

jretzer 01-04-2008 08:24 PM

I'm having a hard time wrapping my head around this one. I went to my PayPal account and tried making a couple of buttons, but none of them look like the format of the one above. I'm not sure I understand that part.

Please help :)

sinisterpain 01-04-2008 09:28 PM

Quote:

Originally Posted by jretzer (Post 1415542)
I'm having a hard time wrapping my head around this one. I went to my PayPal account and tried making a couple of buttons, but none of them look like the format of the one above. I'm not sure I understand that part.

Please help :)

The above is an example for how the links were to be formated only the code is an example and not what you should use for your site.

REVHEAD 01-04-2008 10:46 PM

Quote:

Originally Posted by jretzer (Post 1415542)
I'm having a hard time wrapping my head around this one. I went to my PayPal account and tried making a couple of buttons, but none of them look like the format of the one above. I'm not sure I understand that part.

Please help :)

did you make an encrypted buttin ? and paste the code in the box? once u do that refresh the page a few times and it should show up?

Alfa1 01-05-2008 04:07 AM

Any chance on a 3.7 version?

satanreborn 01-05-2008 08:24 AM

i made something for a forum i run a lot like this around a year ago, although it was more detailed on admin area's using paypal API..

AWJunkies 01-05-2008 09:32 AM

Quote:

Originally Posted by satanreborn (Post 1415805)
i made something for a forum i run a lot like this around a year ago, although it was more detailed on admin area's using paypal API..

Talking about a donation system or a donation bar?

This MOD is ONLY a donation bar not a donation SYSTEM totally two separate things but can work together.

I have a donation system that will be released by Monday using IPN. Just adding more features before first release :)

AWJunkies 01-05-2008 09:34 AM

Quote:

Originally Posted by Alfa1 (Post 1415704)
Any chance on a 3.7 version?

What is happening with mod on 3.7.0? also FYI NO CODER should even mess with 3.7 until it has gone gold or has a stable final release. BETA IS NOT FOR LIVE SITES USE AT YOUR OWN RICK.

No mod should support a non final release version since code changes contently just doesn't make sense.

EUWI 01-05-2008 09:45 AM

Quote:

I have a donation system that will be released by Monday using IPN. Just adding more features before first release :)
Looking forward to it!

forumrunt 01-05-2008 07:35 PM

I am putting in the amount donated and the bar is not moving at all. It is not updating with the amount donated I am putting in there

sinisterpain 01-05-2008 07:38 PM

Quote:

Originally Posted by forumrunt (Post 1416130)
I am putting in the amount donated and the bar is not moving at all. It is not updating with the amount donated I am putting in there

Are you using it with any vb donation system or a stand alone manual system

forumrunt 01-05-2008 07:42 PM

never mind I got it :)

Alfa1 01-10-2008 06:55 AM

Off course it is at ones own risk, but that does not mean that it does not work or that mods should not be updated. vB 3.7 beta 3 has most of the bugs ironed out. My site is running well with 1.2K concurrent users online. But yes, there always is a chance that a future code change creates the need to adapt the mod.

Please add support for other currencies, so that sites in other countries can use your addon as well. I would really like the Euro added.

PoetJA-1975 01-10-2008 11:46 AM

[high]* PoetJA-1975 installed on JPiC Forum
[/high]
Thanx for the sharing ;)
Question though --- is there a variable I can put in the * Portal Output Global Variables to get it to work on vBA pages? I tried donationbar and it still didn't show... And yes - I know there is a vBA module version - I don't want it.

Thanx,

Jacquii.

Moncha 01-10-2008 01:04 PM

Use the php code in the global_start pat of the plugin and the modify it. I use this on vBPortals and it works great.

PoetJA-1975 01-11-2008 12:27 AM

Quote:

Originally Posted by Moncha (Post 1418950)
Use the php code in the global_start pat of the plugin and the modify it. I use this on vBPortals and it works great.

Thanx - but I don't understand what you mean.
Can you write a simple list of steps please?

Jacquii.

PoetJA-1975 01-11-2008 06:32 AM

Why am I getting 1 query for Uncached template dbar_donationbar (1)???
Thanx,

JAcquii.

sinisterpain 01-11-2008 09:09 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1419434)
Why am I getting 1 query for Uncached template dbar_donationbar (1)???
Thanx,

JAcquii.

Fixed this issue in 1.0.8 release also added the ability to change the currency symbol in the admincp donorbar options.

tekguru 01-11-2008 09:20 PM

Sounds good installing now!

PoetJA-1975 01-13-2008 03:44 AM

is there a variable I can put in the * Portal Output Global Variables to get it to work on vBA pages?

maidos 01-15-2008 08:37 AM

just wondering since i wanna only allow certain usergroups but how can that be done

sinisterpain 01-15-2008 08:09 PM

Quote:

Originally Posted by maidos (Post 1421816)
just wondering since i wanna only allow certain usergroups but how can that be done

Go to your admincp->vbulletin options->Donation Bar-> there is a setting "Usergroups able to view Donations Bar (comma separated list of IDs)". Enter the respective usergroup ids as you wish.

sinisterpain 01-15-2008 08:18 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1420493)
is there a variable I can put in the * Portal Output Global Variables to get it to work on vBA pages?

No there is no variable unfortunately and CMPS requires a module page to be created for using the intergration feature. This is through a plugin not a php file. You could just create a PHP file from the plugin and then a center module. Or If you wish I can make the module for you.


All times are GMT. The time now is 09:15 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.01653 seconds
  • Memory Usage 1,825KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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