![]() |
How to enable sig images
You know in your site settings, there's an option to turn on " Enable Alternate Friendly Signature BBCode". It says I need to change the .htaccess file to something that will make it work. So what exactly do I change in there? I see the file, I see the part that converts the links..
Also, I've tried to get user's avatars to show up on the profile.php page. I got it, but now users are shown twice, one after the other and I think some are mixed up. Can you help? [I have no programming experience, I simply copied the query and edited it] Code:
// We did not specify a user, so show the memberlist |
Anyone? :/
|
Well just get rid of these from your profile.php and you will find users showing up only once:
PHP Code:
|
I already fixed the showing up twice problem by changing it to..
Code:
// We did not specify a user, so show the memberlist |
I see, looks like you did not retrieve the avatars from database successfully. Since usergroup and avatar info are stored in separate database tables, you will need to use the JOIN feature for your mysql query. The new Mys v1.3.1 database engine makes it all easy, I will show you how it will work when the new version is released.
|
Join feature ? So you mean I put a JOIN in the query?
|
Well the JOIN keyword is used when you attempt to grab data from multiple database tables. The new script for Mys v1.3.1 will introduce a database class and a method called join() which makes things easier. I will show you an example later tonight after I return from classes.
|
I think i'll just wait for v1.3.1, this is confusing for me. :P
|
All times are GMT -5. The time now is 03:30 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.