vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [uCash/uShop] Transactions Addon With a 'message' (https://vborg.vbsupport.ru/showthread.php?t=79434)

a123 09-28-2005 08:58 PM

Thanks TyleR,

this hack will be the hottest hack if you can add the pm feature. :)

a123 09-29-2005 07:28 PM

<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?

TyleR 09-29-2005 07:53 PM

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 ;)

a123 09-29-2005 08:07 PM

excellent. :) thanks.

TyleR 09-30-2005 02:33 AM

alright im implementing that PM function..if it works, then the zip will be updated in the morning. :)

HHU 09-30-2005 07:12 AM

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

TyleR 10-01-2005 02:14 AM

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.

TyleR 10-01-2005 05:41 PM

hmmm...it isnt working (the pm implement)...im still looking into exactly why it isnt, but so far, no luck :(

a123 10-02-2005 05:51 PM

sorry to hear that. thanks for your hard work. :)

TyleR 10-04-2005 05:42 PM

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


All times are GMT. The time now is 09:13 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.01288 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (2)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
  • (10)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