d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > Question About Custom Link - Direct Message
Add Reply New Topic
Member
Posts: 60,644
Joined: May 6 2009
Gold: 4,002.33
Jul 25 2024 05:01am
So, i currently have this:
https://forums.d2jsp.org/pm.php?c=1&u=596977&subj=C%20Rush%20SCL



Are there more "features" to use of d2jsp-links?
(Any guide on this perhaps - "How to use d2jsp-links" or something)

What I would want to do, to add a message aswell to the link.


Is this possible? :blush:
I found the user and subj fairly easy,
But seems the "Post"(as its named in the code) doesnt work. Tried msg, mess, message, mess, etc... So my guess is its not possible but had to ask.
Member
Posts: 33,407
Joined: Apr 20 2007
Gold: 233,550.69
Trader: Trusted
Jul 25 2024 05:50am
I believe you are looking for the bbcode guide
Member
Posts: 60,644
Joined: May 6 2009
Gold: 4,002.33
Jul 25 2024 05:51am
Quote (UEFI @ 25 Jul 2024 13:50)
I believe you are looking for the bbcode guide


unfortunatly this does not cover custom pm-url.
Member
Posts: 33,407
Joined: Apr 20 2007
Gold: 233,550.69
Trader: Trusted
Jul 25 2024 07:37pm
Quote (Yiup @ Jul 25 2024 07:51am)
unfortunatly this does not cover custom pm-url.


If i am understanding correctly, you are looking for the PM to prepopulate the subject title and message? If so this is not possible.
Member
Posts: 20,439
Joined: Mar 19 2008
Gold: 284,845.00
Trader: Trusted
Jul 25 2024 10:06pm
Quote (Yiup @ Jul 25 2024 07:51am)
unfortunatly this does not cover custom pm-url.


You can't do it for the PM message body since it is a "textarea" field and not an "input" field like the other two. You can do it for the "to" field with &to=X. X being the name of the person instead of using u= with their id.

For example: https://forums.d2jsp.org/pm.php?c=1&to=Arturo&subj=Hello

You can also do this with sending gold with the amount and comment:

https://forums.d2jsp.org/gold.php?i=436920&amount=1&comments=t4t

This post was edited by Arturo on Jul 25 2024 10:06pm
Member
Posts: 60,644
Joined: May 6 2009
Gold: 4,002.33
Jul 26 2024 06:55am
Quote (Arturo @ 26 Jul 2024 06:06)
You can't do it for the PM message body since it is a "textarea" field and not an "input" field like the other two. You can do it for the "to" field with &to=X. X being the name of the person instead of using u= with their id.

For example: https://forums.d2jsp.org/pm.php?c=1&to=Arturo&subj=Hello

You can also do this with sending gold with the amount and comment:

https://forums.d2jsp.org/gold.php?i=436920&amount=1&comments=t4t


Oh nice, you could use "name" and not userid. :)
Ty for the clarification.
Go Back To General Help Topic List
Add Reply New Topic