Web Hosting Talk







View Full Version : php-fusion v6 article author customization


Salviz
08-10-2009, 02:27 PM
Hi!
I added two new fields (user_vards and user_uzvards) in "users" table (php fusion mysql database).
How i need to customize php-fusion (code) to display these two fields instead of user_name in article as author (news.php) ?
Thanks!

(Using php fusion v6.01.11)

justin3ds
08-10-2009, 09:57 PM
look into news.php and find $row['user_name'], and replace it with whatever you want.

Salviz
08-11-2009, 06:23 AM
Okey. news.php now is ok, but i need to display users Name and Surname in extended news article.
I figured out that i need change it in /includes/theme_functions_include.php
But i can't find where is $info array is created.

Attaching zip archive with files.