PDA

View Full Version : How do I change the thread title?


nicedreams
03-04-2006, 01:54 PM
Where do I change the title for the thread that is created in vb?

I would like it to say something like Username Blog - Title of Blog Entry, but I can't see where in the code it inserts the thread title in the db.

Jim

tamarian
03-04-2006, 04:19 PM
It's currently done in the code, but this can be a good feature request :)

nicedreams
03-04-2006, 05:35 PM
It's currently done in the code, but this can be a good feature request :)

Yeah, I figured that. Where in the code is it? Once I find it I can probably code it the way I want it.

Jim

tamarian
03-05-2006, 09:38 AM
modules/comment.module

nicedreams
03-05-2006, 11:05 AM
Awesome! Just what I was looking for. Worked just like I wanted. Thanks

Jim