OK, so I am viewing a long list of new posts. I scroll way down and click on a thread. Then when I go back instead of showing me where I was in the list it shows starting at the top of the list. Then I have to find my place again. To get around it, I have just been launching the threads by 'open in new tab' but it's annoying. Is there any mitigation? Thank you.
+ Reply to Thread
Results 1 to 10 of 10
-
-
Which browser? Any adblocker?
If I go back it scrolls down where I was. I'm using chrome.
I will probably never upgrade this old forum.
edit: Same happens now here. For new posts and forum lists. I have no idea why.Last edited by Baldrick; 5th Feb 2026 at 03:09.
-
If I disable javascript it doesn't scroll to top. I will try find that function.
-
It was the very old javascript hover function that didn't work properly. It shows the first post when you hover over a thread title.
I will replace it with a modern hover function. -
I know you have a lot of custom stuff going on which is a lot of work any way you slice it but that aside you are in pretty good position to convert to phpBB. There is plenty of resources for converting older VB installs, not so much for newer ones. Depends on the version but there is probably a drop in converter available. Normal process for this is find converter that will work with your VB version to covert to any version of phpBB. After that it's cake walk to get latest version of phpBB.
-
-
Current version of phpBB will run on 7.4, phpBB4 is set for release soon and I believe will require 8.2
This will give you forum wrapper on custom pages. :So I either have to rewrite the main site from scratch ....
hello_world.htmlCode:<?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); // Start session management $user->session_begin(); $auth->acl($user->data); $user->setup(); $template->assign_vars(array( 'HELLO_WORLD' => 'Hello world!', )); page_header('Hello World!'); $template->set_filenames(array( 'body' => 'hello_world.html', )); page_footer();
Code:<!-- INCLUDE overall_header.html --> <p>{HELLO_WORLD}</p> <!-- INCLUDE overall_footer.html -->
I don't know how they do it but on WHM/Cpanel server you can set different PHP versions per directory with directive in .htacces fileor find a way to run multiple PHP versions with ApacheLast edited by thecoalman; 7th Feb 2026 at 12:09.
-
Personally, I don't see any need to upgrade the forum to phpbb. Just my $0.02.
Similar Threads
-
Digitalized VHS no chapters/navigation
By Narktor in forum Authoring (DVD)Replies: 4Last Post: 7th Dec 2024, 09:12 -
modify dvd navigation to add button to menu
By Lucho in forum Authoring (DVD)Replies: 1Last Post: 10th Aug 2023, 06:50 -
Recording Blu-ray menus / navigation?
By jrodefeld in forum Newbie / General discussionsReplies: 2Last Post: 17th Sep 2022, 21:27 -
Help with DVD menu editing / navigation
By sk8videonerd in forum Newbie / General discussionsReplies: 2Last Post: 11th Feb 2021, 15:22


Quote
