Log in

View Full Version : Print Content of a Profile Tab?


gfc
05-21-2008, 05:18 AM
Hi There

Is there any easy way how the Content of a Profile Tab could be printable? Meaning having a link where the Content of the Tab - is just print-friendly reformatted?

Any idea how this could be done would by appreciated.

Antivirus
05-21-2008, 01:46 PM
You would have to create a new template in order to do so. You can see how vb does this for the print thread feature. Instead of the usual 'postbit' and 'showthread' templates, the page is displayed using the 'printthread' and 'printthreadbit' templates.

gfc
05-22-2008, 01:40 PM
So for that i would copy member.php, empty everything out i do not need and call inside a new made template?

Lynne
05-22-2008, 02:37 PM
Or start fresh with this - How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=page)

gfc
05-22-2008, 02:51 PM
Yeah, I already thought so.

But to be honest: In the end I'd like to fetch all Custom Profile Fields of a defined Profile Category. And that's not the easiest task if you're new on vB Coding.

I've already searched within this forum for any helping topics, but I haven't found..