Log in

View Full Version : Showing someone's Username On a Html or php page


MissKalunji
12-18-2005, 11:45 AM
okay if i wanted to show someone's $username and referal link on an outside page of vb (like htm)

how can i do that?

wich code am i suppose to insert ?

THanks

n e one

MissKalunji
12-20-2005, 02:25 PM
bump

Feckie (Roger)
12-20-2005, 03:39 PM
vbexternal

MissKalunji
12-21-2005, 03:29 AM
vbexternal

no no i want to be able to customize it myself

example Dear $username you won...etc etc

wich variable am i suppose toput in the header

waza
12-23-2005, 06:23 AM
Try logician's webtemplates. There you can make html pages with vb vars in it.

vb 3.5.0 version: https://vborg.vbsupport.ru/showthread.php?t=103076&highlight=webtemplates

MissKalunji
12-23-2005, 06:40 AM
Try logician's webtemplates. There you can make html pages with vb vars in it.

vb 3.5.0 version: https://vborg.vbsupport.ru/showthread.php?t=103076&highlight=webtemplates

ill try it i need it to implode it inside a script so it could send it to an e-mail

thanks!

Logician
12-24-2005, 08:41 AM
ill try it i need it to implode it inside a script so it could send it to an e-mail

thanks!
I'm not sure what exactly you are trying to achieve but if I understand correctly, you can use the phpinclude field of the webtemplate to trigger a mail whenever it is visited.

MissKalunji
12-24-2005, 10:20 PM
okay lemme try to explain

the invite system only sends plain e-mail
i want it to send it in html format

how can i do it?

so far what ive done is included the invitemessage.html

but inside the invitemessage.html it shows as

$bbuserinfo has invited you to dhaz.com....

$bbuserinfo <-- should be showing the person's nick name
and i want to know what should i insert in the heading
for it to show when its send the person's username

or

how to make the mod send html e-mail instead of plain mail

MissKalunji
01-01-2006, 02:28 AM
bump

EricaJoy
01-01-2006, 07:04 PM
You may want to have a look at this:

https://vborg.vbsupport.ru/showpost.php?p=824390&postcount=86

I'm going to try it soon as I have to send out an html email tonight or tommorow. I'll let you know how it goes.