What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Suggestion: Thread titles in links

Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
Suggestion: Thread titles in links
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Suggestion: Thread titles in links
Well, I never said it would be added... I'm just going to make a separate test script to find out if there are any problems. If the testing goes well, then I will add the feature to the board. :)

BTW, I'm probably not going to do the [thread=1] thing... you'll have to include the whole URL, which is the easiest way.

This post was edited on 03-14-2004 at 09:10 PM by WDZ.
03-14-2004 09:07 PM
Profile PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Suggestion: Thread titles in links
quote:
Originally posted by WDZ
BTW, I'm probably not going to do the [thread=1] thing... you'll have to include the whole URL, which is the easiest way.
why not? where's the difference between [thread] and [post]? both are 1 sql query and i don't see security holed there... am i wrong?
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
03-14-2004 09:17 PM
Profile PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Suggestion: Thread titles in links
quote:
Originally posted by Choli
why not?
Because I'd probably have to parse [thread=http://...showthread.php?tid=1] and [thread=1] separately, making the code more complex. I'll see about that when I start testing the script though. Why do you want to make more work for yourself deleting most of the URL? :P

It doesn't matter how cool it looks, because the [thread] and [post] tags will be gone after you submit your post.

quote:
where's the difference between [thread] and [post]?
[thread] returns a thread subject linked to a thread. [post] returns something like "WDZ's reply to Suggestion: Thread titles in links" linked directly to that specific post.
03-14-2004 09:29 PM
Profile PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Suggestion: Thread titles in links
quote:
Originally posted by WDZ
[thread] returns a thread subject linked to a thread. [post] returns something like "WDZ's reply to Suggestion: Thread titles in links" linked directly to that specific post.
i know that, (because i suggested it) and that's why i see no diference between [thread] and [post]. i mean:
quote:
Originally posted by WDZ
Because I'd probably have to parse [thread=http://...showthread.php?tid=1] and [thread=1] separately
won't you have to do the same for [post=1] and [post=http://...showthread.php?tid=22560&pid=214183#pid214183] ?

don't let that be parsed. Just parse [thread=1] and [post=1]
quote:
Originally posted by WDZ
Why do you want to make more work for yourself deleting most of the URL?
I don't get you, sorry *-)
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
03-14-2004 10:26 PM
Profile PM Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: Suggestion: Thread titles in links
He means that you'll have more work because you have to cutoff the tid/pid from the URL, instead of copying the whole URL.
03-14-2004 10:52 PM
Profile E-Mail PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Suggestion: Thread titles in links
quote:
Originally posted by KeyStorm
He means that you'll have more work because you have to cutoff the tid/pid from the URL, instead of copying the whole URL.
just what you said: tid/pid, ie: the same extra work for threads as for posts and I thought (well, still think) he means only for threads... if he adds them he should add both or not add any.


just re-reading again this page... I think i understand... but it's still the same with tids than with pids
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
03-14-2004 11:00 PM
Profile PM Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: Suggestion: Thread titles in links
of course, this is why he refers only to [thread] and ie [post], because it's actually the same.
you can do [thread=http://shoutbox.menthix.net/showthread.php?tid=16516&pid=144278#pid144278] and it will return the thread, not the post, because it actually looks for (tid=([0-9].)) and the same for posts.
03-14-2004 11:04 PM
Profile E-Mail PM Web Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Suggestion: Thread titles in links
quote:
Originally posted by Choli
won't you have to do the same for [post=1] and [post=http://...showthread.php?tid=22560&pid=214183#pid214183] ?
Yes, but I only mentioned [thread] because I didn't feel like typing examples for [post]. There would be a total of 4 things to parse with the [thread/post=tid/pid] tags. Because it's easier for a user to get a whole link, I choose to implement [thread=http://] and [post=http://].

quote:
Originally posted by Choli
don't let that be parsed. Just parse [thread=1] and [post=1]
But then users would have to do this...

1. Start tag: [thread=
2. Paste in URL: [thread=http://shoutbox.menthix.net/showthread.php?tid=22560
3. Delete most of what they pasted in ("http://shoutbox.menthix.net/showthread.php?tid=").
4. End tag.

Why not eliminate step 3?
03-15-2004 03:52 AM
Profile PM Web Find Quote Report
frog
Full Member
***

Avatar
=^-^=

Posts: 354
– / Male / –
Joined: Oct 2003
RE: Suggestion: Thread titles in links
what if you put the thread number under hte "reputaion" part? that way it makes it a bit easier :P
03-15-2004 06:12 AM
Profile PM Web Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: Suggestion: Thread titles in links
quote:
Originally posted by bob
what if you put the thread number under hte "reputaion" part? that way it makes it a bit easier :P
Uhh... the thread ID has nothing to do with the user's profile stuff. It doesn't belong there. :p
03-15-2004 06:17 AM
Profile PM Web Find Quote Report
Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On