Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Ok I know I am being stupid. I want to pull the topic start time and date to use in the thread pages. I had no problem reversing the topic lines to get the last post, but can't figure out how to call the FIRST line. The $stat_line doesn't give time and dates, just the amount of replies, the topic starter. I need to pull the time and date from the first reply line, but can only seem to reverse it.

Sponsored Links
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
$reversedpostarray[(@#reversedpostarray)-1] SHOULD be the first Z line in the thread, thus the first post. If not, then it's -2.

[ April 04, 2001: Message edited by: Charles Capps ]


UBB.classic: Love it or hate it, it was mine.
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Charles, how do I call the freaking thing, I keep getting syntax errors because of the #.

Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
Try $# rather than @#.


UBB.classic: Love it or hate it, it was mine.
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
CC - Tried that still no luck. Here's the code I am using, is this totally wrong, it has to be.

# get topic message
@firstpost = split(/||/, $reversedpostarray[($#reversedpostarray)-1]);
$fp_time = $firstpost[3];

Sponsored Links
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
I assume you're actually using the real array name, not reversedpostarray. wink

Okay...

my $counter = 0;
foreach(@reversedpostarray) { last if =~ /^Z||000000||/; $counter++; }

$reversedpostarray[$counter] is the first Z line, post 000000.


UBB.classic: Love it or hate it, it was mine.
Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Yes I was using the actual array name I just posted that real fast as an example. Thanks man, that clears it up A LOT. smile

Joined: Jan 2000
Posts: 313
Member
Member
Offline
Joined: Jan 2000
Posts: 313
Man I give up on this, another damn syntax error.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)