Jump to content

DawPi

Clients
  • Posts

    8,346
  • Joined

  • Last visited

  • Days Won

    19

Reputation Activity

  1. Like
    DawPi reacted to TheJackal84 in Members Tab (Support Topic)   
    Members list don't exist, its only a search function on IPS, If I charged $5 then it will be this only with no updates no requests, the only time it will get any updates is if it didn't work when IPS update their software and it made mine broken, Like all my other apps and plugins I choose my prices with what I think it's worth and worth my time to take all requests on board and then update it to the users request ( if I can make it happen that is and this has a lot of potential ), You could send me a request and I could spend a whole day working on it, Now for something I charged $5 for is not something I want to spend days working on, $5 to my currency is like £3 then take away the fees from IPS and PayPal and that's not even a cup of coffee from costa
  2. Like
    DawPi got a reaction from ric4rdo in (DP42) CSE Google   
    Its a google search engine on the board. Nothing more nothing less. 
  3. Like
    DawPi reacted to Adriano Faria in Total Time Spent Online   
    Well, this is not a bug. You simply have too much plugins that add info there. 
    Anyway, you can disable this on my plugin. There's a setting for this.
    To IPS: 
     
  4. Like
    DawPi reacted to Adriano Faria in How to send private message   
    One example I use:
    /** * Send pm */ public function messageMembersSend( $member, $subject, $content ) { /* Setup pm title and msg */ $msgTitle = $subject; $msgPost = $content; \IPS\Member::loggedIn()->language()->parseOutputForDisplay( $msgTitle ); \IPS\Member::loggedIn()->language()->parseOutputForDisplay( $msgPost ); /* Set the receiver */ try { $member = \IPS\Member::load( $member ); } catch( \OutOfRangeException $ex ) { return; } /* Set pm sender */ try { $pmSender = \IPS\Member::loggedIn(); } catch( \OutOfRangeException $ex ) { return; } /* Valid sender? */ if( !$pmSender->member_id ) { return; } /* Create conversation */ $conversation = \IPS\core\Messenger\Conversation::createItem( $pmSender, $pmSender->ip_address, \IPS\DateTime::ts( time() ) ); $conversation->title = $msgTitle; $conversation->to_member_id = $member->member_id; $conversation->save(); /* Add message */ $message = \IPS\core\Messenger\Message::create( $conversation, $msgPost, TRUE, NULL, NULL, $pmSender ); $conversation->first_msg_id = $message->id; $conversation->save(); /* Authorize everyone */ $conversation->authorize( $member ); $conversation->authorize( $pmSender ); /* Send notification */ $notification = new \IPS\Notification( \IPS\Application::load('core'), 'private_message_added', $conversation, array( $conversation, $pmSender ) ); $notification->send(); }  
  5. Like
    DawPi reacted to Adriano Faria in How to send private message   
    Yeah, noticed after posting since breadcrumb barely exists in mobile. 
  6. Like
    DawPi reacted to Adriano Faria in Referrals - Support topic   
    Just a note here, althought I have nothing to do with it: @DawPi simply updated his app very known and used in IP.Board 3.4 series.
  7. Like
    DawPi reacted to crmarks in (DP42) CSE Google   
    I believe this is something you need to configure in your Google CSE settings. 
    Edit Search Engine -> Search Features -> Advanced tab -> Websearch Settings -> Set Link Target to: _self
  8. Thanks
    DawPi got a reaction from Gabriel Torres in (DP42) CSE Google   
    We'll see.
  9. Like
    DawPi reacted to David.. in (DP42) CSE Google   
    you need to put them in <style> tags
  10. Thanks
    DawPi got a reaction from crmarks in (DP42) CSE Google   
    New version released.
    Thanks to @Jheroen for helping me with the debugging and testing.
  11. Haha
    DawPi got a reaction from Jheroen in (DP42) CSE Google   
    New version released.
    Thanks to @Jheroen for helping me with the debugging and testing.
  12. Like
    DawPi reacted to Adriano Faria in Quizzes   
    I will reply again: It never had and I never said it would have. I said that new type of quizzes will come PROBABLY in a future version, if they come.
    Usually things works like that: you make suggestions and I decide if I will add them or not. People tend to think that only because they buy something the dev is required to add every tiny thing they want. 
  13. Like
    DawPi got a reaction from DSystem in (DP42) CSE Google   
    Updated.
  14. Like
    DawPi got a reaction from AmericanRev2 in Classifieds System   
    Works with 4.2 beta?
  15. Like
    DawPi reacted to Adriano Faria in Classifieds System   
    It's being upgraded. 
  16. Like
    DawPi got a reaction from Fierce God in Classifieds System   
    Works with 4.2 beta?
  17. Confused
    DawPi reacted to Prank in (DP42) CSE Google   
    My search results fail to show. A JS error is printed to the log;
    Cannot read property 'CustomSearchControl' of undefined  
    I created a non-paid search engine to test with, the same issue occurs with that.
    I have cleared the cache also.
  18. Like
    DawPi reacted to Gabriel Torres in (DP42) CSE Google   
    @David.. From what I understood, Google Site Search (GSS) will be shut down, not CSE.
  19. Like
    DawPi reacted to Gabriel Torres in (DP42) CSE Google   
    Yep, working 100% with the new version.
  20. Like
    DawPi got a reaction from crmarks in (DP42) CSE Google   
    It has been fixed. Gabriel didn't imported newest version.
    'All Content' replace.
  21. Like
    DawPi got a reaction from crmarks in (DP42) CSE Google   
    I'm speaking about it with Gabriel on PM. Stay tuned.
  22. Like
    DawPi got a reaction from Wind0ws in Mark as Sold   
    You don't understand. I meant that devs who doesn't know each other have the same or similar ideas. It's nothing wrong. I must that it's very good for the whole community.
     
    Good luck @Hulu, you're doing great work lately.
  23. Like
    DawPi got a reaction from crmarks in (DP42) CSE Google   
    Will check it one more time in the next 2-3 days. 100%.
  24. Like
    DawPi got a reaction from Gabriel Torres in (DP42) CSE Google   
    Will check it one more time in the next 2-3 days. 100%.
  25. Like
    DawPi reacted to Gabriel Torres in (DP42) CSE Google   
    @DawPi Any news on this? It's been more than 45 days.
×
×
  • Create New...