module id hey folks!
i am searching for ages now to find out how i can do the following. hope you can help me.
im writing a module and i want the module not to show the title, so i turned "show title" off in the backend. i want to have an own title, that is only shown when my module actually produces any content.
so i need to have the id of the actual module to get the title string from it (it stays the same as the original title but as explained above is only shown if output).
it is no problem when i have only one instance of my module, but when im running several instances (copy module in backend) it always fetches the title of the first module (my first sql was: select * from mos_module where module = 'mod_xyz')
so my question again: how do i find out the module id in a module php file?
thx,
dmso. |