I figured out what was happening to my ENTRANCE link and linking problems in MENUPAL.PHP. I can't help thinking that others must have had or will have the same problem....
The ENTRANCE link code that has to be added to ubbt_registered.tmpl ( <a href = "{$config['homeurl']}/index.php?Cat=$Cat">Entance</a> ) is grabbing the homeurl from the $config['homeurl'] of Threads' config.inc.php (as you pointed out to me before, Dave). The trouble with that is that (in my case, anyway), I placed the URL of my site rather than the specific Threads installation URL in that field. So when the "Entrance" is clicked, it goes to a non-existent index.php. Another subsequent problem arises in the MENUPAL.PHP in that a few links (like the Profile Index) use that same $config['homeurl'], so they also didn't work in my case.
ALSO (unrelated):
in profilepal.php, lines 320 and 435 say:
FROM w3t_Users
...but I use a different table prefix, so it can't find that table and produces an error.
Should it include $config['tbprefix'] = "XXX"; in there somewhere??
Anyway I'm all fixed-up and going now! Thanks for all your hard work Dave. I appreciate it.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.