Jump to content

Gnuru

Friends
  • Joined

  • Last visited

  1.    eMCe71 reacted to a post in a topic: Google AdSense Auto Ads
  2.    Duken reacted to a post in a topic: Google AdSense Auto Ads
  3.    oissela-73 reacted to a post in a topic: Google AdSense Auto Ads
  4. Thank you very much, I haven't seen that 🙂
  5. I would like to change the quality of the generated thumbnails. Will the already generated thumbnails be recreated if changed settings in the admin cp (especially JPG Quality)?
  6. If you don't use other ads, just uncomment the CSS in gloabl => responsive => gloabal.css: /* GOOGLE AD CODE FOR RESPONSIVE ADS #ipsLayout_mainArea .adsbygoogle { width: 320px; height: 100px; } @media (min-width:500px) { #ipsLayout_mainArea .adsbygoogle { width: 468px; height: 60px; } } @media (min-width:1050px) { #ipsLayout_mainArea .adsbygoogle { width: 728px; height: 90px; } } */
  7. Thanks to @Adlago this code works for me, putting into design => custom css: .ap_container { width: 300px; height: 250px; } @media(min-width: 360px) {.ap_container { width: 336px !important; height: 280px !important; } } @media(min-width: 500px) {.ap_containerr { width: 468px !important; height: 60px !important; } } @media(min-width: 800px) {.ap_container { width: 400px !important; height: 200px !important; } }
  8.    HeadStand reacted to a post in a topic: Newsletters
  9. Gnuru replied to HeadStand's post in a topic in Marketplace
    Hi @HeadStand, thank you so much, the unsubscribe link works like a charm now. Best regards Ralph
  10. Gnuru replied to HeadStand's post in a topic in Marketplace
    Hi @HeadStand, could you please help me concerning the problem with the unsubscribe link? More and more people are complaining, that the unsubscribe link doesn't work because it doesn't show a results page. Best regards Ralph
  11.    Cyboman reacted to a post in a topic: Newsletters
  12. Gnuru replied to HeadStand's post in a topic in Marketplace
    Hi @HeadStand, the issue with the content is also fixed running the support tool. Maybe it was because I already installed an older version of the newsletter. Everything is working now, but I get complains that the unsubscribe link doesn't work. Actually testing it myself it works. But when clicking on unsubscribe not beeing logged into the board, it will redirect to the main page. Would it be possible to show a confirmation message or redirecting to a special page when clicking on unsubscribe? Best regards and thank you for this great App Ralph
  13. Gnuru replied to HeadStand's post in a topic in Marketplace
    Hi, the issue has resolved going through the support tool and fixing the database. Best regard Ralph
  14. Gnuru replied to HeadStand's post in a topic in Marketplace
    Hi @HeadStand, thank you for this great App. I have a problem publishing the newsletter, stating, that the issue_id cannot be null. It happens, if I go to "manage content" and then click on publish newsletter. As I understand, I have to "publish the newsletter" before it gets send out automatically? Could you please help me? What I also noticed, is that if I add more then one content (in manage content) it will only show the last added content. The newsletter itselfs includes the other contents. INSERT INTO `newsletters_queue` ( `issue_id`, `email`, `format`, `hash_key` ) VALUES ( NULL, 'xxxxxxx', 'html', '74998e4c9877bbb87cfde6313add0179' ) IPS\Db\Exception: Column 'issue_id' cannot be null (1048) #0 /var/www/vhosts/teramed.de/httpdocs/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\newslette...', Array) #1 /var/www/vhosts/teramed.de/httpdocs/applications/newsletters/sources/Newsletter/Newsletter.php(941): IPS\_Db->insert('newsletters_que...', Array) #2 /var/www/vhosts/teramed.de/httpdocs/applications/newsletters/modules/admin/newsletters/content.php(273): IPS\newsletters\_Newsletter->publish() #3 /var/www/vhosts/teramed.de/httpdocs/system/Dispatcher/Controller.php(85): IPS\newsletters\modules\admin\newsletters\_content->publish() #4 /var/www/vhosts/teramed.de/httpdocs/applications/newsletters/modules/admin/newsletters/content.php(25): IPS\Dispatcher\_Controller->execute() #5 /var/www/vhosts/teramed.de/httpdocs/system/Dispatcher/Dispatcher.php(146): IPS\newsletters\modules\admin\newsletters\_content->execute() #6 /var/www/vhosts/teramed.de/httpdocs/admin/index.php(14): IPS\_Dispatcher->run() #7 {main} Best regards Ralph
  15. Gnuru replied to Adriano Faria's post in a topic in Marketplace
    Hi, amazing app. I have a problem with the email which can be send. It shows the wrong username and no email content. I also tried to login into your support board with the credentials from IPS, but it didn't accept these. How can I register for your support board? best regards ralph
  16.    Gnuru reacted to a post in a topic: Guest View Limit on Forums Topics
  17. Thank you @Ryan H. for updating this plugin. I changed the tag cloud template to use a friendly url for tags: <a href="/tags/{$urlEncodedTag}" title="{lang="find_tagged_content" sprintf="$tag"}" style='font-size:{expression="round(($info['scale']*225)+75)"}%;line-height:1;margin:0 5px;' class='ipsField_yesNo'> Maybe google will honor it :-)
  18. Hi Ryan, having the same problem I have two plugins installed touching the forums: [tek] Post anonymously Notify me of Replies enabled I'll try to disable them and check if the error still occurs.
  19. Thank you ryan for looking into the ex2 error. If you need access to the board, just send me a pm. I have seen that tag cloud is using the template system, so I was able to add the ips_break class there: {{if ( $displayMode == 'cloud' )}} <div class='ipsPad_half ipsWidget_inner ipsStyle_center ipsType_break'> {{foreach $tags as $tag => $info}}
  20. Thank you ryan for looking into the ex2 error. If you need access to the board, just send me a pm. I have seen that tag cloud is using the template system, so I was able to add the ips_break class there: {{if ( $displayMode == 'cloud' )}} <div class='ipsPad_half ipsWidget_inner ipsStyle_center ipsType_break'> {{foreach $tags as $tag => $info}}
  21. Hi Ryan, thank you for looking into this. This is my log-file when creating a new Forum while enabled the application: Tue, 26 Jan 2016 04:16:07 +0000 (Severity: 2) 2.171.255.189 - https://www.teramed.de/admin/?adsess=86r09i6ho0kvnqelt2f2r169s6&app=forums&module=forums&controller=forums&do=form ErrorException 2: Parameter 1 to IPS\forums\_Forum::form() expected to be a reference, value given #0 [internal function]: IPS\IPS::errorHandler(2, 'Parameter 1 to ...', '/var/www/vhosts...', 109, Array) #1 /var/www/vhosts/teramed.de/httpdocs/init.php(434) : eval()'d code(109): call_user_func_array('parent::form', Array) #2 /var/www/vhosts/teramed.de/httpdocs/system/Node/Controller.php(413): IPS\forums\advancedtagsprefixes_hook_forumLastPostPrefix->form(Object(IPS\Helpers\Form)) #3 /var/www/vhosts/teramed.de/httpdocs/init.php(434) : eval()'d code(13): IPS\Node\_Controller->_addEditForm(Object(IPS\forums\Forum)) #4 /var/www/vhosts/teramed.de/httpdocs/system/Node/Controller.php(312): IPS\Node\advancedtagsprefixes_hook_nodeSettings->_addEditForm(Object(IPS\forums\Forum)) #5 /var/www/vhosts/teramed.de/httpdocs/applications/forums/modules/admin/forums/forums.php(124): IPS\Node\_Controller->form() #6 [internal function]: IPS\forums\modules\admin\forums\_forums->form() #7 /var/www/vhosts/teramed.de/httpdocs/system/Dispatcher/Controller.php(85): call_user_func(Array) #8 /var/www/vhosts/teramed.de/httpdocs/system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute() #9 /var/www/vhosts/teramed.de/httpdocs/applications/forums/modules/admin/forums/forums.php(40): IPS\Node\_Controller->execute() #10 /var/www/vhosts/teramed.de/httpdocs/system/Dispatcher/Dispatcher.php(129): IPS\forums\modules\admin\forums\_forums->execute() #11 /var/www/vhosts/teramed.de/httpdocs/admin/index.php(13): IPS\_Dispatcher->run() #12 {main} Also I would suggest to use the class ipsType_break for items in the tag-cloud: if you have a long tag, e.g. "qualitätsmanagement" and you put the tag-cloud on the main-page it will break the mobile view.