9
Quote:
but it seems his issue is different because the publisher will not show item title which is a bug.
he probably will need to update his module, as you suggested before, if I remember correctly. Quote:
To do it module developers should define one smarty variable for each php variable. eg: for publisher we should have something like this in templates: <{$item.title}>-<{$item.cat}> - <{$item.module}> - <{$item.site}> then any webmaster can change it in templates without touching php codes.
I think, the issue here was that
<{$xoops_pagetitle}>
was already hardcoded in each theme structure, so Publisher was just taking advantage of it. I am not sure if there is another way to populate the tabs, and how Publisher could access them. Quote:
I wish module developers take more time in their projects to remove those hardcodes.
I agree! And we need to get better in that, but that's what Open Source is all about, i.e. we can help, we can review, we can contribute changes, etc. I hope, our Quality Team, as well as our International Team, will play more and more important role in testing and reviewing modules, before they are approved/certified for release.