Jump to content

Gnuru

Friends
  • Posts

    323
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

3,098 profile views

Gnuru's Achievements

  1. 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)?
  2. 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; } } */
  3. 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; } }
  4. Hi @HeadStand, thank you so much, the unsubscribe link works like a charm now. Best regards Ralph
  5. 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
  6. 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
  7. Hi, the issue has resolved going through the support tool and fixing the database. Best regard Ralph
  8. 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
  9. 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
  10. 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 :-)
  11. 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.
  12. 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}}
  13. 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}}
  14. 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.
×
×
  • Create New...