poeniprinter
30th November 2003, 12:08 AM
Hey you guys, i was wondering if it was possible for users to have their own profile page, with HTML content. Is this manageable?
|
View Full Version : Profile with html poeniprinter 30th November 2003, 12:08 AM Hey you guys, i was wondering if it was possible for users to have their own profile page, with HTML content. Is this manageable? Floris 30th November 2003, 01:47 AM Not with just a template modification. poeniprinter 30th November 2003, 02:14 AM How is this possible? I am comfortable with PHP etc but not with vBulletin... omgli3k 30th November 2003, 04:17 AM You would probably have to make another field suchas signature, then add another row to the userinfo (not sure if its right table) table called 'htmlprofile', then have it export to its own php file or osmething like that -.- Floris 30th November 2003, 12:31 PM vBulletin already has a profile page, expanding on this requires source code hacking (or making new additional source code pages). I think in version 3 of vbulletin, you can make additional textarea custom profile fields. And have those shown up in the profile page, but I doubt you can use it for html generation. And if so, then you have to source code mod it to have that specific content rendered instead of stripped off of its html tags. I personally wouldn't know how to go about doing this. So good luck finding someone who can :) insanctus 30th November 2003, 12:35 PM You could make a profile.php in it call fields of the profile you wish. Letting the user have a text box input and calling it would make them a page. But then they would have to know html. poeniprinter 30th November 2003, 01:34 PM What about use of the wysiwyg used in vB3? insanctus 30th November 2003, 02:02 PM To let them make a profile page? It is possible, I have not played with wysiwyg at all so I would not know how to include it. But possible yes. poeniprinter 30th November 2003, 03:43 PM Okay, i'll just look into the vBulletin code than, and see what i can come up with. Tnx insanctus 30th November 2003, 03:47 PM No problem, I am sorry I could not be of more help perhaps when I am awake I will look into the editor more. But even then they are limited to what can do unless they know html. I had been looking for a simple page maker like geo has or something to that nature which I planed to impliment into vbulletin to do this very thing. But I was at a loss for luck in finding anything. Floris 13th December 2003, 02:40 PM I had a small interest in this for a site of one of my clients, so I have been playing around a little bit. Unfortn. I was not able to come up with something that really was easy to work with or didn't include any security issues. Sorry! I do hope you manage to get something like this working. Daniel C 13th December 2003, 02:41 PM this would be interesting to get a mod like this.... hopefully someone will work it out! Daniel P 13th December 2003, 02:43 PM Yea it would really be nice. Come on make one! Floris 13th December 2003, 04:36 PM Who is up for the job? Daniel C 13th December 2003, 04:57 PM Not good enough with php to do this yet so I can't do it :( Floris 13th December 2003, 05:21 PM Me neither, evidently :D Chris M 13th December 2003, 05:25 PM I might investiage in the near future ;) Satan poeniprinter 14th December 2003, 12:58 AM More difficult than i thought it would be :D |