[Solved] Threads do not open when I click on them - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [Solved] Threads do not open when I click on them (/thread-235260.html) |
[Solved] Threads do not open when I click on them - wez - 2022-03-21 Site: https://hot.tf Threads do not open when I click on them Tried so far: Update to new mybb New upload of /admin/ everything from here: https://community.mybb.com/thread-187937.html Fix: ACP > Templates & Style > Templates > expand template set you edited > Forum Display Templates > forumdisplay_thread revert to default RE: Threads do not open when I click on them - Matt - 2022-03-21 Have you modified any templates or files? The <a> tags have empty href values so they're not going anywhere, so it just loads the page you're on. RE: Threads do not open when I click on them - wez - 2022-03-21 Yes I did. But I uploaded the new mybb version so I thought it would just replace all files. RE: Threads do not open when I click on them - Matt - 2022-03-21 What did you edit? Either you need to revert the forumdisplay_thread to default or undo whatever changes you've made, as it's preventing the URL either being generated or rendered. RE: Threads do not open when I click on them - wez - 2022-03-21 I edited the files in the /admin folder trying to a href the logo in admin cp to index edit: I've backupped admin folder and re-upload no change. edit2: https://hot.tf/showthread.php?mode=threaded&tid=11&pid=15#pid15 works, but it doesn't work from the forum perspective RE: Threads do not open when I click on them - Matt - 2022-03-22 If you’ve edited templates then uploading files won’t do anything, you’d need to revert whatever templates you edited in the ACP. RE: Threads do not open when I click on them - wez - 2022-03-22 Thanks! Fix: ACP > Create New Theme > MyBB Master Style > Force on users RE: Threads do not open when I click on them - Matt - 2022-03-22 Instead of creating a new theme, if you went to ACP > Templates & Style > Templates > expand template set you edited > Forum Display Templates > I think it’s forumdisplay_thread that you’d need to revert to default. RE: [Solved] Threads do not open when I click on them - wez - 2022-03-22 Thanks that's a better fix |