Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[uCash/uShop] Transactions Addon With a 'message' Details »»
[uCash/uShop] Transactions Addon With a 'message'
Version: 1.2, by TyleR TyleR is offline
Developer Last Online: Aug 2007 Show Printable Version Email this Page

Version: 3.0.9 Rating:
Released: 04-04-2005 Last Update: 11-06-2005 Installs: 30
DB Changes Template Edits
Code Changes Additional Files  
No support by the author.

Hi

This is my first 'hack' per-say (released ), so do bear with me

This is a hack I had made for my site, for some weird reason I have no answer to ..anyways, it will add an option for your users to add a message when he/she donates to another person on your board, and displays transactions based on a userid input (e.g. transaction.php?userid=1), the default showing the transactions done by the person currently logged in, and a global transaction, showing all donations made on your board

BIG Thanks goes to Deaths for the help he provided me on in putting this hack together.

ChangeLog
  • Version 1.2 (11/7/05)
    • Added "View {username}'s Transations" link into postbit(_legacy)
    • Fixed Page Generation issues
    • Phrase added to show error message if no transactions exist
    • Made the install file a bit easier to understand

That about sums it all up..please click INSTALL if you use this hack

Supporters / CoAuthors

Show Your Support

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

Comments
  #62  
Old 09-28-2005, 08:58 PM
a123 a123 is offline
 
Join Date: Apr 2004
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks TyleR,

this hack will be the hottest hack if you can add the pm feature.
Reply With Quote
  #63  
Old 09-29-2005, 07:28 PM
a123 a123 is offline
 
Join Date: Apr 2004
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?t=83447&highlight=pm+donate" target="_blank">https://vborg.vbsupport.ru/showt...ight=pm+donate</a>

this one is good. it worked once (pm). but I changed some and then it did not work anymore.....................

As for the "global transaction" - is there any feature to limit others so only admin can see it?
Reply With Quote
  #64  
Old 09-29-2005, 07:53 PM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by a123
https://vborg.vbsupport.ru/showthrea...ight=pm+donate

this one is good. it worked once (pm). but I changed some and then it did not work anymore.....................

As for the "global transaction" - is there any feature to limit others so only admin can see it?
i'll have a look into that tonight

To make it only for admins, add:

Code:
	if ( $bbuserinfo['usergroupid'] != 6 )
	{
		print_no_permission();
	}
after:

Code:
if ( $_REQUEST['do'] == 'global' )
{
in transaction.php
Reply With Quote
  #65  
Old 09-29-2005, 08:07 PM
a123 a123 is offline
 
Join Date: Apr 2004
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent. thanks.
Reply With Quote
  #66  
Old 09-30-2005, 02:33 AM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

alright im implementing that PM function..if it works, then the zip will be updated in the morning.
Reply With Quote
  #67  
Old 09-30-2005, 07:12 AM
HHU HHU is offline
 
Join Date: Sep 2005
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now I don't know here...

The hack messed up everything to do with ushop when I had the reasons field.. as soon as it was removed, things are back to normal... still have transactions, they work fine.. but the reasons field something there made ushop screwey
Reply With Quote
  #68  
Old 10-01-2005, 02:14 AM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HHU
Now I don't know here...

The hack messed up everything to do with ushop when I had the reasons field.. as soon as it was removed, things are back to normal... still have transactions, they work fine.. but the reasons field something there made ushop screwey
Dunno, because like I stated in a previous post, the area you shop is acting screwey in isnt a file I have edited..so kinda weird..

Anyways, i havent been able to tes the PM function as of yet, but will do so tonight..if it works as should be, i'll update the file before tomorrow morning.
Reply With Quote
  #69  
Old 10-01-2005, 05:41 PM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm...it isnt working (the pm implement)...im still looking into exactly why it isnt, but so far, no luck
Reply With Quote
  #70  
Old 10-02-2005, 05:51 PM
a123 a123 is offline
 
Join Date: Apr 2004
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry to hear that. thanks for your hard work.
Reply With Quote
  #71  
Old 10-04-2005, 05:42 PM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, i've been updating the coding and adding some features, aswell as fixing minor bug's.

Fixed pages coming up blank when no transactions exist.

Fixed too many page numbers showing up on /transaction.php?userid=1, etc. when only about 2 transactions exist.

Added phrase for error message when no transactions exist.

Added transactions for user's in posbit under points.


if you wish to follow the development of this addon, please PM me for the link

-- TyleR
Reply With Quote
  #72  
Old 11-07-2005, 03:27 PM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry for the long wait people..files updated, new zip added

- Tyler
Reply With Quote
  #73  
Old 11-10-2005, 12:40 AM
CP, CP, is offline
 
Join Date: Aug 2005
Location: UK London
Posts: 276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi this is what i ahd received after i had clicked on the done button...., ??? can somebody explain?
Reply With Quote
  #74  
Old 11-10-2005, 03:04 AM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that's alright, just ignore it

Just means you already have the 'reason' field in your db table..thats all

- Tyler
Reply With Quote
  #75  
Old 11-25-2005, 08:02 AM
Alphawolf83's Avatar
Alphawolf83 Alphawolf83 is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

first to say great hack! But it would be much better if I could solve the following problem.
I installed it and I am able to transfer some points to another user. But the transaction doesn't appear in the transactions list.
Neither in the personal transactions list nor in the global transactions list.

I just get following error:
Quote:
No Transactions Were Found, Sorry. Go Back To The Previous Page
Could anyone help me out? What do you need for helping me?

Thanks,
Oli
Reply With Quote
  #76  
Old 11-25-2005, 03:23 PM
TyleR's Avatar
TyleR TyleR is offline
 
Join Date: Nov 2004
Location: North Carolina
Posts: 349
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mind PM'ing me your URL so I can test it myself?

Thanks,

Tyler
Reply With Quote
Reply


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 06:05 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06558 seconds
  • Memory Usage 2,358KB
  • Queries Executed 31 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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