Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Did you install this hook Manage Inactive Members 1.5.0
  2. That is because it is probably not the display name but member_display_names. try this update ipb_members set members_display_name = COALESCE((select starter_name from ipb_topics where member_id=starter_id group by starter_id),members_display_name)or this update members set members_display_name = COALESCE((select starter_name from topics where member_id=starter_id group by starter_id),members_display_name)
  3. Any names can be fixed that have posted without a backup but the emails will definitely need the backup of the members table to be restored. BE SURE TO EXPORT THE MEMBERS TABLE FIRST!!!!!!! OR backup the database... update ipb_members set name = COALESCE((select starter_name from ipb_topics where member_id=starter_id group by starter_id),name)
  4. be sure to backup the table first ... update profile_portal set signature = '' where pp_member_id > 0
  5. acp > System Settings > System > Security and Privacy > Use https for logins
  6. I didn't say change the language but search the current language file for that text and change it..
  7. Yes pm me ftp and admin details in case I can get it to go there.
  8. If you have an .htaccess file in the public_html or forum folder rename it to .htaccess1 and then try it. If that does not work and you want me to look at it, pm an ftp or cpanel and admin login and url to your site.
  9. this $member_groups = array(1,2,3,5; should be $member_groups = array(1,2,3,5);
  10. try looking for messenger. Would have been nice if you asked that to begin with.
  11. Search the language files in acp manage languages.
  12. What does that matter. Then check the pm template.. Good Luck.
  13. You are mixing topics. Stay with one topic and close the rest. I answered for the missing layouts in the acp. Did you try those?? Now close this topic and stick to the other one....
  14. It should make no difference except you did something wrong in converting the user pane from horital to vertical. Show the template in a spoiler tag in a code tag and maybe someone will see your error. Or post a link to your site with test login if needed to see the posts that show in error.
  15. Make sure you rebuild all your cache and remove all cached posts and signatures. Also rebuild all your skins and seo.
  16. First when you install try using the option to create a new table not skip create. If that doesn't work pm me an admin login and url and I will look at it..
  17. Is it like that in all skins? If not compare your Messenger > showConversation template for the errored skin with the template from the default skin.
  18. What were the first 2 steps? Check The member table using phpmyadmin and see if you have an email for the root admin you used during the upgrade.
  19. No every time a post is viewed it is put in cache as it was read the first time. So if you were the first to read a post that has the new bbcode than it will have your group id. UNTIL you clear the cache again. Turn cacheing off and then clear the and see how it works. Last reply from me...
  20. Click the gear on the right choose primary group banned and secondary group any. Then click find. Then click prune all members found.
  21. Ok the problem you are having is your cache posts turned on. Turn it off in acp > System Settings > Advanced > CPU Saving & Optimization and in acp > Tools & Settings > Cache Management clear items from cache and see what posts show.
×
×
  • Create New...