10
I'm running XOOPS 2.0.16, the debug returned no errors on theme changer.
I'm php 4.3.11 and its theme changer 2.6
My new smartsection module (lets call it smartsection2) displays all the articles from the original smartsection perfectly. My approach is probably pretty clumsy though. Here's what i did: I cloned the module, called it smartsection2, installed it but then replaced the files item.php, footer.php and header.php with the ones from the original smartsection module.
This means that the new module now can display the original articles which is all I want. Of course it means that the rest of the module doesn't work, I can't visit the index page for example because I've changed the header and footer but for my purpose that doesn't matter - I just wanna be able to display the articles in a second module so that I can change the theme of that module so that it has only the central content, allowing it to be displayed on other websites via the use of iframes (with me???)
I need to access the original articles rather than duplicate because articles are constantly being amended/added.
I think (!!!!) I'll be ok in terms of Google and duplication because the sites that display my content will do so via a search feature which I think I'm right in saying Google's bot won't follow - so it will never find these copies of the articles
If anybody is still with me at this point, thanks a lot for paying attention
Having explained all that I think the problem is with theme changer because as I said the articles display fine in the cloned module and if I change the theme via the site-wide control I get the exact effect I'm looking for.
Any ideas??
Thanks again!