PDA

View Full Version : How do I shut off the "subject" line being repeated in the 1st post?


dwh
08 Jul 2001, 02:06
With the feature of adding a "reply" subject in posts, now even the first post has the subject displayed, I'd like to remove it and only show it on the "thread bar" above the posts.... THEN if someone has a "reply subject", I want it to show on THAT post.

dwh
08 Jul 2001, 02:07
:o

dwh
08 Jul 2001, 02:07
see what I mean? The subject is on the navbar already, I don't need it on post number 1...thanx.

The Prohacker
08 Jul 2001, 03:01
Ok, as you seen when you didn't reply with a subject it just didn't show up, so in the template:
newreply

Find:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




Now before the

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

put a

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

so it looks like

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

and put a

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

after the </tr>, so it looks like this

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




This will just feed a null topic to the php and not allow users to see the subject input...

dwh
08 Jul 2001, 03:53
I didn't explain myself properly.

I don't want to show it on post 1.

I DO want to show it on post 2-3-4 and so on...

Freddie Bingham
08 Jul 2001, 16:59
Change this line in newthread.php

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

to

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

dwh
09 Jul 2001, 07:37
It worked excellent. Now if only the "replytopic" was included in the moderator emails, this feature would be complete in my eyes. :D