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