Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Giray Posted August 16, 2023 Posted August 16, 2023 Likely silly question but what is the database prefix used by IPS, notably for forum topics. Is it core_ or ipb_ Thanks
DawPi Posted August 16, 2023 Posted August 16, 2023 You can find it in the conf_global.php file under sql_tbl_prefix option. Ouch, you meant prefixes for specific apps. core_ is for everything under the System part. forums_ - forums app, gallery_ gallery app. It's an app key in most cases.
Miss_B Posted August 16, 2023 Posted August 16, 2023 2 hours ago, Giray said: Likely silly question but what is the database prefix used by IPS, notably for forum topics. Is it core_ or ipb_ Thanks The database prefix can be seen in the aforementioned file as mentioned above and it is the same for all tables in the database. You can't have tables with different prefixes. 2 hours ago, DawPi said: Ouch, you meant prefixes for specific apps. core_ is for everything under the System part. forums_ - forums app, gallery_ gallery app. It's an app key in most cases. That is the case if the database prefix is left empty, but if it has a prefix, that prefix will preceed all database tables.
Giray Posted August 16, 2023 Author Posted August 16, 2023 Thanks. So, in conf_global.php it's blank single quotes, so nothing. What I actually need are forums and users. Forums: forums_ ?? Users: ?? Anyone know? Thx.
Miss_B Posted August 16, 2023 Posted August 16, 2023 1 minute ago, Giray said: Thanks. So, in conf_global.php it's blank single quotes, so nothing. In that case it means that your database doesn't have a defined prefix. 1 minute ago, Giray said: What I actually need are forums and users. For forums it is called: forums_forums, and for members: core_members. Hope it helps. Giray 1
Giray Posted August 16, 2023 Author Posted August 16, 2023 Thanks. I will give that a try and revert. Much much appreciated!! Miss_B 1
Miss_B Posted August 16, 2023 Posted August 16, 2023 20 minutes ago, Giray said: Thanks. I will give that a try and revert. Much much appreciated!! You are welcome 😊 What are you going to revert, if I may ask?
Giray Posted August 16, 2023 Author Posted August 16, 2023 I'm forking my platform and am trying to migrate some of my forums.
Recommended Posts