Jump to content

TheJackal84

Members
  • Posts

    2,559
  • Joined

  • Days Won

    39

Reputation Activity

  1. Like
    TheJackal84 got a reaction from GazzaGarratt in Tournaments ( Support Topic )   
    honestly couldn't say mate, could take an hour could take a week etc it will all depend how to code will be, but I will look into it this week, I will be releasing a update in a couple of days so it probably won't be in that as it is a little one with just a couple things extra in there ( I am currently doing 5 updates in total atm just mixing through them bit by bit ) and don't want to hold it off incase that could take a while

  2. Like
    TheJackal84 got a reaction from Sethhh. in Members Shop ( Support Topic )   
    Little spoiler for the next update 😀


  3. Like
    TheJackal84 got a reaction from craigf136 in Tournaments ( Support Topic )   
    Let me see what it would require etc and I'll get back to you
  4. Thanks
    TheJackal84 got a reaction from SerialNoob in Tournaments ( Support Topic )   
    Yes I will do this for a update, I am working through updates this week so if all goes OK should be this week some point it gets released
  5. Thanks
    TheJackal84 got a reaction from GazzaGarratt in Tournaments ( Support Topic )   
    Yes I will do this for a update, I am working through updates this week so if all goes OK should be this week some point it gets released
  6. Like
    TheJackal84 got a reaction from GazzaGarratt in Tournaments ( Support Topic )   
    Currently working on round robin tournaments

    it will more than likely have a league table with it and the ability to add points per win / draw etc and it will calculate them all to display in order of most points the league table can go in another tab
     
    The team page has had a makeover too to make it more nicer to look at ( with a tab for the teams match history )

     
    I am also thinking of changing the original tournament view to have tabs in

    with the tabs it will be a lot easier and nicer on the eyes for more teams to be entered in tournaments we can have them split into tabs if there is say 8 - 16 rounds etc it can be 2 - 4 tabs of 4 rows etc
  7. Thanks
    TheJackal84 got a reaction from SJ77 in My Paid Files   
    Don't think that is anything to do with this file, I can review any of my files here and also on my own site, always been able to as long as I have downloaded it, it will let me review ( settings are set to download before review on downloads settings )
  8. Thanks
    TheJackal84 got a reaction from SJ77 in My Paid Files   
    OK so I fixed everything needed fixing but if anyone has already generated purchases then they need to edit their database (read at the bottom for that )
     
    First is the simple it's just adding the <li> </li> class to the purchases button so it don't kiss the renew button
    Is for the tables in the mypaidfilesFiles.php in line 97
    $table = new \IPS\Helpers\Table\Db( 'nexus_purchases', \IPS\Http\Url::internal( 'app=downloads&module=downloads&controller=browse&do=contributorsviewfile&id={$id}', 'front', 'downloads_contributors_file' ), $where ); Needs to be
    $table = new \IPS\Helpers\Table\Db( 'nexus_purchases', \IPS\Http\Url::internal( "app=downloads&module=downloads&controller=browse&do=contributorsviewfile&id={$id}", 'front', 'downloads_contributors_file', $file->name_furl ), $where ) Its just the ' ' at the start and end of the url needs to be " " as it don't read the {$id} and the furl is not reading the $file->name_furl as it's not added
    In the generate purchase controller we need to change the
    'ps_renewals' => $expire > 0 ? 1 : 0, on line 215 to
    'ps_renewals' => $file->renewal_term, all its doing is trying to add the expire time to the db where it should be like 1 or 6 for 1 year or 6 months and add
    'ps_renewal_unit' => $file->renewal_units, to it as it don't know the period of the renewal, but if there is no renewal set for a file, it will throw another error that renewal_units cants be null so I used
    if ( $file->renewal_units ) { $save = array( 'ps_member' => $values['mypaidfiles_member']->member_id, 'ps_name' => $file->name, 'ps_active' => 1, 'ps_start' => $values['mypaidfiles_purchased']->getTimestamp(), 'ps_expire' => $expire, 'ps_app' => "downloads", 'ps_type' => "file", 'ps_item_id' => $file->id, 'ps_renewals' => $file->renewal_term, 'ps_renewal_price' => $price, 'ps_renewal_unit' => $file->renewal_units, 'ps_renewal_currency' => \IPS\nexus\Customer::loggedIn()->defaultCurrency() ); } else { $save = array( 'ps_member' => $values['mypaidfiles_member']->member_id, 'ps_name' => $file->name, 'ps_active' => 1, 'ps_start' => $values['mypaidfiles_purchased']->getTimestamp(), 'ps_expire' => $expire, 'ps_app' => "downloads", 'ps_type' => "file", 'ps_item_id' => $file->id, 'ps_renewals' => $file->renewal_term, 'ps_renewal_price' => $price, 'ps_renewal_currency' => \IPS\nexus\Customer::loggedIn()->defaultCurrency() ); } another little edit will be in the purchasersRows.phtml to edit from line 24 replacing
    <div class="ipsDataItem_generic ipsDataItem_size8"> {{if $row['ps_expire']}} {lang="mypaidfiles_expires"} {datetime="$row['ps_expire']"} {{else}} {lang="mypaidfiles_noexpire"} {{endif}} </div> with
    <div class="ipsDataItem_generic ipsDataItem_size8"> {{if $row['ps_expire'] AND $row['ps_expire'] < $time}} {lang="Expired"} {{elseif $row['ps_expire']}} {lang="mypaidfiles_expires"} {datetime="$row['ps_expire']"} {{else}} {lang="mypaidfiles_noexpire"} {{endif}} </div> Adding whatever lang string you want, that way if the file is expired it will show expired instead of the expire date.
    then anyone who has generated their purchases will need to edit their database adding the proper renewals terms and the renewal units otherwise it cant generate any renewal invoices and will throw a server error, Unless you make a little plugin to do it that way by pulling the file id and stuff then updating the columns
    Don't mean to be rude by this post just hoping it will help / be easier with fixing the errors
  9. Thanks
    TheJackal84 got a reaction from Fierce God in FAQ ( Support Topic )   
    Will look into adding a page in the ACP this week where you can drag and drop them to where you want them
  10. Like
    TheJackal84 got a reaction from Sonya* in FAQ ( Support Topic )   
    Will look into adding a page in the ACP this week where you can drag and drop them to where you want them
  11. Like
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    yes the global one will remove the widgets as they won't be needed, Basically if you set the default room to one what is private it will show the box closed with the title 'Select A Chatroom' to click and it will bring up a list of chatrooms they have permission to view to choose from, or they can choose their own or a clubs room etc, the only time that box won't show if set is if the global room is private and a guest is viewing as guests can't set a option to change the rooms
  12. Like
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    it's your browser, it don't support referrals, it basically checks if there is a referrer what should be the url you are on and if it has one then refer if not go to the chatroom's url, because it is global I can not manually set a url to go to as could be on the forums / downloads / etc so it needs to be a referrer or the next best thing what is the chatrooms url.
    \IPS\Output::i()->redirect( \IPS\Request::i()->referrer() ?: $chatroom->url() );  
  13. Like
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    here's what he said
    https://stackoverflow.com/questions/5551094/http-referer-coming-back-with-null-key-does-not-exist-in-server
     
  14. Thanks
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    No problem anytime 😀 hopefully @Daniel F will see these mentions and he can give you a bit more info on why the referrer won't work for you, I am pretty sure it has nothing to do with CiC though
  15. Thanks
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    yeah you can use the pop up, all it means if you edit things etc and it checks for a referrer on saving, it will send you to the chatrooms page instead of the page you are on, The pop up won't display on the chatrooms them self nor the profiles chatrooms as they will just clash so it goes away on them 2 pages, as soon as you save it, if you get directed to the chatroom, change pages and it will show like normal showing your saved chatroom
  16. Like
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    no nothing like that, what browser are you using? try with firefox or something, I remember @Daniel F saying before about using the new ips referrer bit to make sure we put a check as some browsers don't support it, and for it to send you to the 2nd it means your browser don't support it
  17. Haha
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    my fault, Re-download it and update 😀 I am human after all he he he
  18. Like
    TheJackal84 got a reaction from Elshara Silverheart in Chat Application ( Support Topic )   
    Updated to 1.0.8
    New Features
    Added the ability for moderators to post announcements These announcements can be sent to multiple rooms at the same time with a option to send to all Added the ability to use a global popup chatroom what is stuck to the bottom of the users screens instead of using widgets Admins will set a default room for the global chatroom Members can change their default room and choose from a mixture of chatrooms to use as their global room Normal Chatrooms ( Members can select to use any ACP created chatroom they have permission to view ) Member Rooms ( Members can select to use their own or another members chatroom ) Club Chatrooms ( Members can select to use one of their clubs chatrooms ) Added the ability for members to make their profile chatrooms private with and the ability for them to choose certain members what will be able to view and chat in their rooms ( This will also work with the global room if a user tries to add it as their global one )
  19. Like
    TheJackal84 got a reaction from Elshara Silverheart in Chat Application ( Support Topic )   
    my fault, Re-download it and update 😀 I am human after all he he he
  20. Thanks
    TheJackal84 got a reaction from Fierce God in Chat Application ( Support Topic )   
    Updated to 1.0.8
    New Features
    Added the ability for moderators to post announcements These announcements can be sent to multiple rooms at the same time with a option to send to all Added the ability to use a global popup chatroom what is stuck to the bottom of the users screens instead of using widgets Admins will set a default room for the global chatroom Members can change their default room and choose from a mixture of chatrooms to use as their global room Normal Chatrooms ( Members can select to use any ACP created chatroom they have permission to view ) Member Rooms ( Members can select to use their own or another members chatroom ) Club Chatrooms ( Members can select to use one of their clubs chatrooms ) Added the ability for members to make their profile chatrooms private with and the ability for them to choose certain members what will be able to view and chat in their rooms ( This will also work with the global room if a user tries to add it as their global one )
  21. Thanks
    TheJackal84 got a reaction from Steph40 in Chat Application ( Support Topic )   
    Updated to 1.0.8
    New Features
    Added the ability for moderators to post announcements These announcements can be sent to multiple rooms at the same time with a option to send to all Added the ability to use a global popup chatroom what is stuck to the bottom of the users screens instead of using widgets Admins will set a default room for the global chatroom Members can change their default room and choose from a mixture of chatrooms to use as their global room Normal Chatrooms ( Members can select to use any ACP created chatroom they have permission to view ) Member Rooms ( Members can select to use their own or another members chatroom ) Club Chatrooms ( Members can select to use one of their clubs chatrooms ) Added the ability for members to make their profile chatrooms private with and the ability for them to choose certain members what will be able to view and chat in their rooms ( This will also work with the global room if a user tries to add it as their global one )
  22. Like
    TheJackal84 got a reaction from Cyboman in Members Shop ( Support Topic )   
    for the time being yes but it is going to change, also using it that way will not log anything via the logging system in the ACP
    No mate it don't do that, I could probably add a item what can send a pm once purchased and in that PM you could embed the PDF file so when they redeem it they can receive it via PM
  23. Like
    TheJackal84 got a reaction from Elshara Silverheart in Members Shop ( Support Topic )   
    Cheers lol,
    Looking at the screenshots it look's like maybe the Guru points can be used but not the Concept cash as it uses decimals, But it will all depend how that apps made and where it stores the points, I can send Kevin a message and see
  24. Haha
    TheJackal84 got a reaction from SerialNoob in Tournaments ( Support Topic )   
    try 50x50 remember you can compress images etc online to make them smaller in size ( less to load )
    I have never seen a site with as many problems 😀 Send me a PM with login if you can and I will check it out, the app don't have anything inside related to members emails so I will need to see it in action
  25. Confused
    TheJackal84 got a reaction from SerialNoob in Tournaments ( Support Topic )   
    It don't seem to be that popular of a app, everyone wanted it until it was made lol
    Yeah the widgets do come in handy plus you can put them anywhere in the website what will link them to the tournaments etc, another one will be like a featured widget for all the featured tournaments
×
×
  • Create New...