Help - Search - Members - Calendar
Full Version: Really quick question.
Invision Power Services > Community Forums > Community General Chat
Quillz
I've been trying to figure this one out ever since IPB 1.3 (Final.) You know in the title bar, how everything is seperated by a "->"? How do you change it? I've searched the /lang/en and /sources folders, along with the template bits, and haven't found anything whatsoever.

I'm not referring to the ">" that can be changed via editing the macros. I'm talking about the "->" in the title bar, all the way at the top of the page.
Alex Duggan
sources/topics.php (line 574)
sources/lib/topic_linear.php (line 140)
sources/lib/topic_threaded.php (line 121)

CODE

$print->do_output( array( 'TITLE'    => $ibforums->vars['board_name']." -> {$this->topic['title']}",



sources/lib/post_new_post.php (line 426)
sources/lib/post_poll.php (line 536)
sources/lib/post_edit_post.php (line 497)
sources/lib/post_poll_after.php (line 263)
sources/lib/post_reply_post.php (line 442)

CODE
        $print->do_output( array( 'TITLE'    => $ibforums->vars['board_name']." -> ".$this->title,


Just change the -> in the above places!
Quillz
Thank you very much, Alex! Oddly enough, I searched all those files before, but never really noticed it, since I didn't really know what I was looking for, I guess. Thanks again.

Just one thing, though; which "->" am I supposed to edit? Every single instance of it? Or just the one that is in between the quotes?
CODE
" -> "
Nash12
Edit the boldfaced-red: original.gif

$print->do_output( array( 'TITLE' => $ibforums->vars['board_name']." -> {$this->topic['title']}"

$print->do_output( array( 'TITLE' => $ibforums->vars['board_name']." -> ".$this->title
Quillz
Thanks.
Quillz
Alex, you forgot to mention one file: /sources/forums.php. But it's okay, as I figured out what to edit on my own. Otherwise, this worked perfectly! Thanks.
Quillz
The necessary source files have been moved in the 2.1.x series. They are now located in /admin_public/, right?
DAN21
I think it's action_public/
Quillz
I found it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.