Jump to content

xzoex

Contributor
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by xzoex

  1. This one? https://community.invisionpower.com/files/file/4384-m34-auto-welcome-members/
  2. Probably. You'll have to check all of your usergroups to make sure they don't have "can avoid flood control" enabled.
  3. Go to System Settings > System > Security and Privacy and scroll down to "Posting flood control delay (in seconds)"
  4. Look in disabled hooks and see if its there, if not try clicking reimport applications hooks on the same page.
  5. Did you do the edit in the readme file? In case you don't have it its: Open /admin/sources/classes/text/parser/bbcode/tbHideContent.php Find: $existing[ $this->topic['tid'] ] = ( intval($hideCheck['pid']) > 0 ) ? true : false;Add Below: // [EN34] Ajax Thanks v1.0.8 if ( $this->settings['en30_ajaxthanks'] && $this->settings['en30_ajaxthankshidehack'] && ! $existing[ $this->topic['tid'] ] && $this->memberData['member_id'] ) { $this->DB->build( array( 'select' => 'thankers', 'from' => 'posts', 'where' => 'topic_id='.$this->topic['tid'] ) ); $this->DB->execute(); while( $row = $this->DB->fetch() ) { if ( $row['thankers'] != "" ) { $thankers = unserialize( stripslashes( $row['thankers'] ) ); foreach ( $thankers as $id => $name ) { if ( $id == $this->memberData['member_id'] ) { $existing[ $this->topic['tid'] ] = true; break; } } } if ( $existing[ $this->topic['tid'] ] ) { break; } } } // [EN34] Ajax Thanks v1.0.8That's the one to stop the content disappearing. The one I quoted in my post above is just to stop the content repeating if you are using a custom skin.
  6. I've only tested with the default and snapshot but yes it works properly with no disappearing with both. With snapshot I also had to do this skin edit found here http://community.invisionpower.com/topic/353056-en34-ajax-thanks/page-3#entry2341631
  7. I still had to do the file edit using the latest version to get it working.
  8. In your admin panel go to Look and feel and click on your skin, then click the CSS tab. Open ipb_common.css and look for pre.prettyprint, code.prettyprint {and addmax-height: 200px; underneath (change 200px to suit you)
  9. In your admin panel go to Other Apps - Content - Settings - Basic Settings and scroll down to the bottom then change Search Default.
  10. I think it will only work on profile pictures uploaded after you changed the setting.
  11. Have you enabled Allow animated GIFs in photo thumbs? it's in System Settings > Members > User Profiles
  12. You could use this http://community.invisionpower.com/files/file/6137-default-photo-per-group/ not sure if its here but if not I can upload it if you don't have a licence?
  13. Version 1.0.1

    121 downloads

    This hook will allow admins to use BBCode on forums descriptions.
  14. You don't need a hook, its built in Go to Look and Feel and then click "Manage URL Mapping" in the dropdown next to the skin you want to force.
  15. http://webflake.sx/files/file/268-dp32-forum-icons/
  16. Try opening conf_global.php and changing $INFO['use_friendly_urls'] = '1'; to $INFO['use_friendly_urls'] = '0'; You can change it back the same way.
  17. Can you access your acp? If not its not that.
  18. Could you have setup friendly urls and forgotten to replace the .htaccess?
  19. You need to upload icon_moods.png to the folder of the skin you are using.
  20. xzoex

    Kloxo Help

    You'll have to either use an old version of joomla or get rid of kloxo if the guide in that link isn't working. It hasn't been updated for a long time so only supports Centos 5 and PHP 5.2
  21. xzoex

    Kloxo Help

    Kloxo doesn't support 5.3. You could try this http://forum.lxcenter.org/index.php?t=msg&goto=97796& its not an official fix though.
  22. They are saying it is a problem with your host, you can't do anything but wait until your host has fixed it.
  23. "Edit Replacement Variables" after you click on the skin in acp.
×
×
  • Create New...