Recent content by cobra959

  1. C

    user upgrade active log

    yes everything logged fine within the xf_user_upgrade_log, here is a screenshot of the database it shows how it logs fine but did not create the user upgrade. http://screensnapr.com/v/OrvM69.jpg I am unsure how this only affected 14 payments, all the rest work fine, I have added user_id and...
  2. C

    user upgrade active log

    I have had over 100+ payments this week alone with everything working fine, only 14 payments had this issue within a 24 hour period.
  3. C

    user upgrade active log

    I have added paymentwall processor to my forum, based on the paypal class and everything has been working great for a week now, all of a sudden yesterday my transaction logs show successful but it never created the user upgrade record. This worked fine until yesterday, and today it started...
  4. C

    xenforo node permissions based from sub usergroups

    yes I have got the permissions setup now its working great, sorry about that.
  5. C

    xenforo node permissions based from sub usergroups

    I do not want to take away the registered permissions to all forums thow, Just the vip sections and by setting the usergroup permissions to NotSet( NO ), deny's them access to everything.
  6. C

    xenforo node permissions based from sub usergroups

    Hello all, When someone purchase's an upgrade with my board they will get a new sub usergroup "Vip Group", that I have set forum permissions to but they are not allowed to see the sections because of there registered usergroup which is always the default group. With upgrades you cannot set the...
  7. C

    for each loop

    I seem to be stuck again within my for each loop, I don't have the error anymore for my arry but it will not display anything within the page. //code within my Model class public function getAllProcessors() { $rows = $this->fetchAllKeyed("SELECT * FROM `xf_api` ORDER BY `api_title` ASC"...
  8. C

    for each loop

    I am referring to this thread, and how he used $simpleText arry but i dont see where it is generated. http://xenforo.com/community/resources/how-to-read-and-write-into-the-database-with-a-page.328/update?update=475 thanks again for helping. EDIT: Ok Thanks for clearing that up, i didn't...
  9. C

    for each loop

    I am trying to pass db info to a template, I have read the tut on reading and writing from the database - simpletext. I don't understand how the variable "$simpleText" was used in the for each loop. Is this variable defined in the controller or model? <xen:foreach loop="$simpleText"...
Top Bottom