Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 I have a unique request/
Ukshep Offline
Junior Member
**
Posts: 9
Joined: Oct 2014
Post: #1
I have a unique request/
I would like to do something special and i have exhausted all other ways i can think of so i would love it if you could help taking into consideration im not sure if this is even possible.

What i need.

I would like to use if statements to add a piece of text next to a post in a thread if that poster is the author of the thread based off the ip.

Logically it would be something like. If the post ip is the same as the first post ip then do this.

Example but im not sure if its even possible Your my last hope.

<if $thread['ipaddress']  == $post['ipaddress'] then>Thread Author</if>

Anhy other suggestions to achieve this would be appreciated. Please note it has to be based on ip as i allow guest posting.
02-21-2015 11:09 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: I have a unique request/
The IP address is stored alongside the post, not the thread.  You could do it if you could somehow reference the first post (requires a code modification).

But IP address based matching is unreliable anyway...

My Blog
02-23-2015 10:17 AM
Find all posts by this user Quote this message in a reply
Ukshep Offline
Junior Member
**
Posts: 9
Joined: Oct 2014
Post: #3
RE: I have a unique request/
(02-23-2015 10:17 AM)ZiNgA BuRgA Wrote:  The IP address is stored alongside the post, not the thread.  You could do it if you could somehow reference the first post (requires a code modification).

But IP address based matching is unreliable anyway...

I know Frown

Do you know how i could reference the first post? would it be hard?
02-24-2015 05:01 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: