Jump to content
  • Sign Up

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. From the picture below they align perfectly. Your first one doesn't seem to be the same type as the one below it. Is the first one a group icon or a group title with prefix and suffix??
  2. Have you looked in the acp > Look & Feel > Manage Skin Sets & Templates > Manage Templates for your skin? Click css and then ipb_styles.css . Now search for the logo and add what you want. Save it and refresh your browser shoing the skin.
  3. You are welcome. Here is the xml for the 3.45 mobile skin you can import it in acp. http://rapidshare.com/files/4033268783/ipbMobileSkin.zip
  4. No you don't change that part of the hook. If you want to change the way the hook works you have to go to the hooks folder with ftp and edit it there. It should have dp3sgi_topicView in the name of the file.
  5. You have to check the scheduler tasks and make sure they are enabled and the task is unlocked. Turn on the task log and see what it shows. If you are on a shared host you can not examine the mysql logs to see if these are slow query problems. But you can re upload your IPB forum files to make sure nothing has changed. You can also cahnge minify js/css to no and see if that helps.
  6. You are welcome. Must be version deifferences.
  7. update members set warn_level = 0, lastwarn = 0 if you have a prefix like ibf_ put it in front of the members in the command like ibf_members . Be safe and export the members table form acp > sql toolbox or phpmyadmin before running the command.
  8. 1. acp skin settings edit them Set PermissionsSelect ALL current and future groups or... UncheckSelect which groups have access to this skin. check the groups you want to have access.You may select more than one. 2. acp member group edit global Background Image: Allow uploads Yes No Max upload size in kB 3. When they hit delete it asks if it should be permanent delete or trash bin. You can change the template so it only show the trash bin option.. Backup twice a day
  9. The answer is yes. But anything cached on google or ?? You will need to get them to flush it out and send a new sitemap..
  10. The answer is yes. Just use the acp and backup the database. Then use ftp to copy all the files. Create the new database on the host. Upload the files using ftp to the forum folder or public_html. Then restore the database backup to new database using phpmyadmin or bigdump or cron. Then edit the conf_global.php on the new server with the new database information user, password and host if necessary (your new host should give you that information on host). Then change the acp > settings > general uploads folder information as needed. Be sure to read the comments under each line!!!!!!!
  11. That makes it easier and was not so hard to explain. You should be able to use ipsRegistry::$settings['board_offline']==0 to see if it is online...
  12. Yes everywhere but it says it when trying to access site.. So what are you really trying to do????????
  13. Put the whole thing in a code bbcode. Look in the acp mysql errors.
  14. And all I can say is you are not doing something correctly. I have that app installed and it works.
  15. Not quite sure what you mean but images are stored in publicstyle_imagesmaster (or the skin folder for customs)
  16. And this error "MySQL server has gone away" is a hosting problem. They need to check their mysql logs and determine the cause.
  17. use ftp and edit these files in hooks folder file that starts with boardIndexRecentTopicsfindreturn $this->registry->getClass('class_forums')->hooks_recentTopics();change toreturn $this->registry->getClass('class_forums')->hooks_recentTopics(5); in forum folder file conf_global.phpadd this line after <?php$INFO['status_sidebar_show_x'] = '5';
  18. Solution for the "register_shutdown_function disabled" issue In order to eliminate this error message you need to do ONE of the following things: Remove the register_shutdown_function string from the disable_functions in the php.ini file Ask your hosting provider to remove the string above if you don't have an access to the php.ini file Change hosting provider which allows the running of the register_shutdown_function function.
  19. Go to logs sql error logs and post the info here if you do not understand it.
  20. I am guessing omicronGameLayout() is part of the app you are building.Did you install your app ? Does that function exist? Check for spelling errors and try removing and installing the app again.
×
×
  • Create New...