PDA

View Full Version : Edit Profile page?


zivester
Thu 29th May '08, 5:19am
I'm using photopost and I've seen people include recent uploaded photos to the profile page of vBulletin... where/how can this be done?

I've created a plugin with:

require("/my/dir/inc_features.php");
echo $photopostfeature;


Now how do I edit my profile template to include these last x pictures? (lets say the stuff returned from photopost is stored in $ppp..

zivester
Thu 29th May '08, 12:26pm
To be more specific, as I've found the templates section... which area do I edit? I want the recent photos to go under the Current Activity (above the tabs sections area.)

Also is there an easy way to find out what templates I should edit? There's like a hundred of them... don't want to have to dig through each.

Steve Machol
Thu 29th May '08, 2:23pm
That is a question for PhotoPost, not us. :)

zivester
Thu 29th May '08, 3:09pm
No... it is a vBulletin issue..

I have the code from PhotoPost I want to put into the vBulletin Profile page... I just don't know where to put it.. Exactly where do I place my code to get it into the profile page.. under the persons username and status?

Steve Machol
Thu 29th May '08, 3:11pm
Probably the memberinfo template. Regardless this is still something you need to ask Photopost of help with. :)

zivester
Thu 29th May '08, 7:55pm
lol... no it was the memberinfo template...

it's def. a vbulletin issue... they provide the frontend for the changing of the templates... but they're hidden and without much documentation (to my knowledge?)