Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 08:41 am EST
Geeklog Forums
Forum subject-line question.m
I've noticed that when I post messages on my forum, the periods that I use as an ellipsis in my subject line get stripped out.
Example:
Forum subject-line questions....m
gets changed to:
Forum subject-line questions.m
On the boards I've posted on in the past, the "m" just means there's more to the message (duh). So it's just a habit to put that there. It's no big deal really, but I'd like to change it to not do that, if possible, without compromising anything.
I did a search for this but didn't come up with anything, so I'm sorry if this has been brought up before.
BTW, I upgraded to 2.3 and I really like the changes made so far. I just need to make it blend with my site a little better.
This problem happened on the previous version too.
Thanks,
Rachael
Example:
Forum subject-line questions....m
gets changed to:
Forum subject-line questions.m
On the boards I've posted on in the past, the "m" just means there's more to the message (duh). So it's just a habit to put that there. It's no big deal really, but I'd like to change it to not do that, if possible, without compromising anything.
I did a search for this but didn't come up with anything, so I'm sorry if this has been brought up before.
BTW, I upgraded to 2.3 and I really like the changes made so far. I just need to make it blend with my site a little better.
This problem happened on the previous version too.
Thanks,
Rachael
13
9
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
You can do this but not without modifying code. I did not consider that users may want to change this.
Look at lines 173 in viewtopic.php - and edit as you need.
if(strlen($subject) > $viewtopicnumchars) {
$subject = substr($subject, 0, $viewtopicnumchars);
$subject .= "..";
}
I'm glad you like the changes -- you really should try adding the glMessenger plugin as well
Geeklog components by PortalParts -- www.portalparts.com
Look at lines 173 in viewtopic.php - and edit as you need.
Text Formatted Code
if(strlen($subject) > $viewtopicnumchars) {
$subject = substr($subject, 0, $viewtopicnumchars);
$subject .= "..";
}
I'm glad you like the changes -- you really should try adding the glMessenger plugin as well
Geeklog components by PortalParts -- www.portalparts.com
8
26
Quote
Status: offline
my3shadows
Forum User
Newbie
Registered: 02/29/04
Posts: 13
Quote by Blaine:I'm glad you like the changes -- you really should try adding the glMessenger plugin as well
As a matter of fact, I was looking at it this morning. I think it might be a good addition to my site.
Thanks for the help on the code...I'll give it a try!
Thanks,
Rachael
12
10
Quote
All times are EST. The time is now 08:41 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content