Numbers don't need quotes. But strings do - otherwise I'm the one signing up with the usernameJoshyPHP wrote:Code: Select all
[quote="admin" post_id="583396" time="1433029874" user_id="2"] [quote=admin post_id=583396 time=1433029874 user_id=2]
a post_id=
. Make it Code: Select all
[quote="admin" post_id=583396 time=1433029874 user_id=2]
https://www.phpbb.com/community/viewtopic.php?p=13358083#p13358083 wrote:
- Post ID should be optional, aswell as username already is.
- In the proposed format it will collide with usernames (think of a name like
3, 14
) - far better formats would be these:Code: Select all
[quote][/quote] = No reference [quote="name"][/quote] = Freely chosable name [quote="name",1337][/quote] = Freely chosable name and post ID [quote=404][/quote] = Reference to user ID [quote=404,1337][/quote] = Reference to user ID and post ID
- I wonder how to distinguish between quoting a post in a PM and quoting a PM in a post.