Looking for a "Bio Mod"

Started by ganast, December 14, 2004, 12:59:12 AM

Previous topic - Next topic

ganast

Anyone know where I can find the old YaBBSE bio mod, or working on a new one?

Personal home page type thing for users?

--gabe


ganast


ganast

#3
Would you point me to the class that handles the data created with extra $context parameters, for instance, "profile_real_name"...

I would like to see how this works.

--gabe

[Unknown]

Quote from: ganast on December 14, 2004, 11:51:44 AM
Would you point me to the class that handles the data created with extra $context parameters, for instance, "profile_real_name"...

I would like to see how this works.

--gabe

The class?  SMF is not written in object oriented code, because in many ways that's either not much better than properly written procedural code, or less efficient.  Furthermore, the two lead developers of this project (me and Compuart) simply don't care much for OOP.

That said, the code that handles this is largely in Profile.php, in some function with the word "theme" in it, I believe.  It's also handled in loadTheme() of Load.php and loadMemberData().

Simply put, it stores this information as rows in the themes table.  You need not really worry about it, just know it works ;).

-[Unknown]

Midgard

Thank you [Unknown] I LOVE YOU! :D :D :D  ;) :) ;D

Advertisement: