1
I added a block to wf-section module, making it visible in all pages of my site.
There is a trouble when I try to open some other modules (mydownloads and mylinks) because everyone of them uses a function name that is also used in wfsection, so I get a fatal error for duplicate function name.
Asking myself why other blocks didn't get this error, I discovered that all the wfsection blocks DO NOT include the functions file, neither any class file. My block uses the wfsection class file, that includes the functions file.
Is there any sort of XOOPS standard stating I can't use a function file in a block file? How can I avoid this function naming conflict?