Where exactly can I find out that how does the forum keep slugs in the database?
Is there any admin.php section? Or in database tables? Where exactly please?
Most slugs are dynamically generated from the corresponding entities at run-time, unless you're referring to the ones you can set manually for nodes (which are stored on the node_name column of the node entity).
Most slugs are dynamically generated from the corresponding entities at run-time, unless you're referring to the ones you can set manually for nodes (which are stored on the node_name column of the node entity).
Which settings? You can manually set the slug for a specific node by editing the node and setting the 'URL portion'. Otherwise you don't have much control over slug generation out of the box, aside from romanizing them or omitting them entirely.
Which settings? You can manually set the slug for a specific node by editing the node and setting the 'URL portion'. Otherwise you don't have much control over slug generation out of the box, aside from romanizing them or omitting them entirely.