1
Hello,
I'm using News 1.1 in XOOPS 2.0.7.3. I'm curious as to how you change the displayed name of the poster from the login name to the real name. The database variable is 'name' as oppossed to 'uname'. Normally, I just go right into the html file in the templates_c directory - or the .php file in the module's main directory (so in this case the directory for News) and make changes there. I went into the index.php file for the module and found where it was assigning 'poster' to be 'uname', changed it to 'name' and promptly got a white page when trying to access the site (News displays as the home page). I already have articles written.
This is probably an easy fix. I only need to know the correct file to edit. If not I have to make a change, reload, then revert a lot. Obviously I'm not an expert at PHP/mySQL - I know what the commands mean, but the XOOPS system is pretty massive...
Thanks in advance!