Jump to content

mark007

Clients
  • Joined

  • Last visited

Everything posted by mark007

  1. I bought lot's of plugins an applications, but now (since 4.5 here) I always get this message: "Sorry, you aren't permitted to download this file." What's wrong?
  2. mark007 replied to SoloInter's post in a topic in Feedback
    very helpful !!! Can you tell, how to set the nav bar at the top of the page?
  3. mark007 replied to Adlago's post in a topic in Feedback
    😀Thanks Now it should be better ...
  4. mark007 replied to Adlago's post in a topic in Feedback
    no text ... that's really strange Thank you very much !!
  5. mark007 replied to Adlago's post in a topic in Feedback
    @Adlago Very strange, I don't have the possibility to edit fonts.css ... there ist no fonts.css (it is not displayed) My site: https://www.polar-chat.de/hunde/
  6. mark007 replied to Adlago's post in a topic in Feedback
    @Adlago How did you solve this big problem?
  7. mark007 replied to Adlago's post in a topic in Feedback
    Where I have to do this? In custom.css it doesn't work
  8. mark007 replied to SoloInter's post in a topic in Feedback
    Yes, this would be great and very helpful
  9. What do you mean? ACP access?
  10. #0 /www/.../system/Db/Db.php(336): IPS\_Db->query('SHOW COLUMNS FR...', true, false) #1 /www/.../system/Db/Db.php(1412): IPS\_Db->forceQuery('SHOW COLUMNS FR...') #2 /www/.../applications/core/modules/admin/applications/plugins.php(804) : eval()'d code(22): IPS\_Db->checkForColumn('ipb_core_ignore...', 'ignore_quotes') #3 /www/.../applications/core/modules/admin/applications/plugins.php(822): ips_plugins_setup_install->step1() #4 [internal function]: IPS\core\modules\admin\applications\_plugins->IPS\core\modules\admin\applications\{closure}(Array) #5 /www/.../system/Helpers/MultipleRedirect/MultipleRedirect.php(92): call_user_func(Object(Closure), Array) #6 /www/.../applications/core/modules/admin/applications/plugins.php(929): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #7 /www/.../system/Dispatcher/Controller.php(85): IPS\core\modules\admin\applications\_plugins->doInstall() #8 /www/.../system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute() #9 /www/.../applications/core/modules/admin/applications/plugins.php(38): IPS\Node\_Controller->execute() #10 /www/.../system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\applications\_plugins->execute() #11 /www/.../admin/index.php(14): IPS\_Dispatcher->run() #12 {main}
  11. It doesn't work. Thats the error message: it appears that the double ipb is faulty Version: 4.3.5
  12. mark007 replied to Adriano Faria's post in a topic in Marketplace
    Great work! Is it possible @Adriano Faria to integrate user groups, so that e.g. guests cannot use the feature? Would be very important to my users.
  13. @newbie LAC is it working on new 4.3.x?
  14. With that version ads are showing (like test ads with <strong>test</strong>) - adsense doens't work. It seems to be a javascript problem
  15. It doesn't work. What I did: new test ad -> only Admin can see unique custom location activating your plugin -> no ad to see
  16. here are the settings:
  17. Hi Nathan, I bought the plugin, but it doesn't work. There is a very strange behaviour of the plugin: a) it is NOT showing the advertisement that a choose ... the ad is from somewhere else (I don't know which ad) b) the ad is like in the screenshot -> over the text
  18. I didn't implement it ...
  19. No, you have to add the code after the line: After: $data = array( 'url' => $node->url() ); if (get_class($node) === 'IPS\forums\Forum' && isset($node->last_post)) { $data['lastmod'] = $node->last_post; }
  20. Would you post your robots.txt?
  21. But what about these links? topic/*?do=findComment* topic/*tab=comments* *?page=1$ *?page=0$ *?view=getnextunread* *?do=getNewComment *?do=getLastComment *?do=reportComment* In robots.txt I set now the disallow directive. Does it make sense? And should not IPS set a redirect to ?page=1 and ?page=0 to the topic ending with / ... ? Because Google tells me, that there are 3 different URL's with the same content (duplicate content).
  22. That's strange. If guests can not see profiles, then they are not included in the sitemap - at least not for me.
  23. By the way ... Google says: Indexed and not in sitemap transmitted
  24. Are guests able to see the profiles?
  25. There should be an redirect ... Right now a robots.txt like this does make sense: Disallow: /.../topic/*?do=findComment&comment=* Disallow: /.../profile/ Disallow: /.../topic/*tab=comments* Disallow: /.../*?page=1$ Disallow: /.../*?page=0$