Jump to content

Gnuru

Friends
  • Posts

    323
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Gnuru

  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.
  15. When trying to add a forum (category) I receive an EX2-Error, when deactivation the application I can add a forum/subforum...
  16. I rebuild the search index this morning and the seach for the changed tag word works now.
  17. If I change my tags "qualitätsmanagement (qm)" to "qualitätsmanagment (qm) arztpraxis" the search system will not find anything when clicking on the tag in the tag cloud, Do I need to rebuild the search index after changing tags?
  18. Please try it again, then send me recently modified log files (from uploads/logs). That's not an error I can reproduce. Hi, I do find this in upload/logs/latest.php: Sun, 24 Jan 2016 18:07:53 +0000 (Severity: 2) 2.171.255.189 - https://www.teramed.de/admin/?adsess=un7bunc13evn1qi0825s2n5rl7&app=advancedtagsprefixes&module=manage&controller=tools&do=rebuild IPS\Db\Exception 3065: Expression #1 of ORDER BY clause is not in SELECT list, references column 'teramed.core_tags.tag_id' which is not in SELECT list; this is incompatible with DISTINCT #0 /var/www/vhosts/teramed.de/httpdocs/system/Db/Select.php(346): IPS\_Db->preparedQuery('/*IPS\\advancedt...', Array) #1 /var/www/vhosts/teramed.de/httpdocs/system/Db/Select.php(402): IPS\Db\_Select->runQuery() #2 /var/www/vhosts/teramed.de/httpdocs/applications/advancedtagsprefixes/modules/admin/manage/tools.php(272): IPS\Db\_Select->rewind() #3 [internal function]: IPS\advancedtagsprefixes\modules\admin\manage\_tools->rebuild() #4 /var/www/vhosts/teramed.de/httpdocs/system/Dispatcher/Controller.php(85): call_user_func(Array) #5 /var/www/vhosts/teramed.de/httpdocs/applications/advancedtagsprefixes/modules/admin/manage/tools.php(26): IPS\Dispatcher\_Controller->execute() #6 /var/www/vhosts/teramed.de/httpdocs/system/Dispatcher/Dispatcher.php(129): IPS\advancedtagsprefixes\modules\admin\manage\_tools->execute() #7 /var/www/vhosts/teramed.de/httpdocs/admin/index.php(13): IPS\_Dispatcher->run() #8 {main} ------------------------------------------------------------------------ Is this a problem because I use mysql 5.7?
  19. Hi, if I try to use the "rebuild Cache" it throws an EX3065 error
  20. Wow, great. So I could choose to use the tags for determining similar files?
  21. Hi, great app! Would I be able to send an email to a member after 5 days including similar files if a member downloads a file?
  22. ​try in admin-cp: users => Auto Welcome => settings
  23. ​there is an installation guide in the zip file ...
  24. it works when adding a member from the admin cp and it does work, if the email-validation for new members is turned on. I actually turned off email-validation for new members, then the auto welcome email will not be sent. Thank you for your help, it's a great feature.
×
×
  • Create New...