PDA

View Full Version : Post by certain user look unique?


Wired1
01-11-2004, 10:06 PM
I'm working on a site where a user account (usually a bot, rarely a human) will make threads and never reply to posts. I'd like to have it where the first post in the thread will look as if it's not part of the thread, i.e. no post info, no avatar info, etc. Ultimately with its own unique look as well. I've heard that this has been done for vB2, but I can't seem to find that mod at all, and in any case, I'd like to use it for vB3. Is anyone working on something like this for vB3, or is this a simple mod I can code myself? FYI, someone mentioned that template conditionals would be good for this, but I'm still researching it myself. TIA!

Zachery
01-11-2004, 10:42 PM
I'm working on a site where a user account (usually a bot, rarely a human) will make threads and never reply to posts. I'd like to have it where the first post in the thread will look as if it's not part of the thread, i.e. no post info, no avatar info, etc. Ultimately with its own unique look as well. I've heard that this has been done for vB2, but I can't seem to find that mod at all, and in any case, I'd like to use it for vB3. Is anyone working on something like this for vB3, or is this a simple mod I can code myself? FYI, someone mentioned that template conditionals would be good for this, but I'm still researching it myself. TIA!in vB3 is just a conditional :)

im curretnly writing up a conditinal tutorial and hopefull i will have it out tomrow

NTLDR
01-11-2004, 10:45 PM
Chen posted instructions on howto make the first post of a thread different in vB3 at vB.com IIRC.

Wired1
01-12-2004, 12:08 AM
in vB3 is just a conditional
Umm... ??? Can't wait to see the tutorial.

Chen posted instructions on howto make the first post of a thread different in vB3 at vB.com IIRC.

Happen to remember where in vb.com that was? Tried a search for "forst post different" but first and different are too common, and weren't included in the search.

NTLDR
01-12-2004, 10:38 AM
Here we go :)

http://www.vbulletin.com/forum/showthread.php?t=75781&highlight=%5Bvb3%5D

Wired1
01-13-2004, 11:15 PM
Wow, that should do it, thanks a bunch! Just need to modify the conditional for postings for posts from user X, but that's basically it! My first foray into templates, eheh.
Faranth, how's that tutorial coming?