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

Posts posted by Gnuru

  1. 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; } }
    */

  2. On 8/1/2018 at 8:55 PM, Théophraste said:

    Hello, thank :).

    And where change "div class 'google-auto-placed ap_container" please ?

    Sincerly.

    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; } }

     

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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 :-)

  8. 55 minutes ago, Ryan H. said:

    I have a possible fix, but I can't reproduce to know if it works. Do you have any other addons touching the forum form? In particular, I'm told 'Pre-Defined Topic Fields' might cause that.

    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.

  9. 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}}

     

  10. 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}}

     

  11. 10 hours ago, Ryan H. said:

    Again, send me a log from it. I don't have such a problem.

    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.

     

  12. On 23.1.2016 at 2:59 PM, Ryan H. said:
    On 18.1.2016 at 7:10 PM, Gnuru said:

    if I try to use the "rebuild Cache" it throws an EX3065 error

    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?

  13. 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...