Quote:
Originally Posted by xg3
Hey, can you explain the further? I would really like to change this on my site. Thanks!
|
well the first query to be run in the showjournal section in journal.php is named $getjournalinfo or something like that, in there you could modify the where clause from
PHP Code:
WHERE journal_id=".$j."
to
PHP Code:
WHERE journal_id=".$j." OR journalist=".addslashes($j)."
this has not been tested but it should work
only most possible problem with doing that is user names with spaces could cause problems