Welcome, Guest. Please Login or Register.
May 11, 2024, 09:40:17 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Getting rid of this... « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Getting rid of this...  (Read 2008 times)
proenski
Jr. Member
**
Posts: 60


Getting rid of this...
« on: February 29, 2004, 11:02:40 PM »
Reply with quote

YaBB SE Version: 1.5.5
PHP Version: 4.3.4
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://www.depechemodeforum.com/yabbse/index.php

Problem Description:
How can I get rid of the pull down menu to jump to the excisting boards?

I find it completely obsolete... ;)
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Getting rid of this...
« Reply #1 on: February 29, 2004, 11:29:07 PM »
Reply with quote

You will have to either modify the source and remove it... or see if somebody will create a mod for you to do this.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
proenski
Jr. Member
**
Posts: 60


Re:Getting rid of this...
« Reply #2 on: February 29, 2004, 11:48:12 PM »
Reply with quote

I got that far  ;)

I don't mind hacking the code but could you tell me where to look??

Thanks!
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Getting rid of this...
« Reply #3 on: February 29, 2004, 11:57:42 PM »
Reply with quote

Display.php for displaying the topic... and MessageIndex.php for the topic listing.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
proenski
Jr. Member
**
Posts: 60


Re:Getting rid of this...
« Reply #4 on: March 01, 2004, 02:55:07 AM »
Reply with quote

I need a bit of help on this, because when I try to comment this thing out or delete the lines I get errors.

:(
Logged

proenski
Jr. Member
**
Posts: 60


Re:Getting rid of this...
« Reply #5 on: March 01, 2004, 03:46:15 PM »
Reply with quote

In Display.php I commented "jump" out:

//$selecthtml = jumpto();


The menu is gone now but "jump to" still appears on the page  :o
Logged

Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:Getting rid of this...
« Reply #6 on: March 01, 2004, 05:11:39 PM »
Reply with quote

Search the files Chris mentioned for '$txt[160]' (NB searching english.lng for 'jump to' should have been your first port of call).
Logged

proenski
Jr. Member
**
Posts: 60


Re:Getting rid of this...
« Reply #7 on: March 02, 2004, 12:40:04 AM »
Reply with quote

Almost done......

I just have the ":" there.........
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Getting rid of this...
« Reply #8 on: March 02, 2004, 08:23:39 AM »
Reply with quote

The : was just after the string Peter Duggan asked you to look for ;).

-[Unknown]
Logged
proenski
Jr. Member
**
Posts: 60


Re:Getting rid of this...
« Reply #9 on: March 02, 2004, 12:50:06 PM »
Reply with quote

I can see any : in that string.... it says

$txt[160] = "jump to";

WITHOUT the :
Logged

Peter Duggan
Llama Chameleon
Global Moderator
YaBB God
*****
Posts: 1793


You come and go...

WWW
Re:Getting rid of this...
« Reply #10 on: March 02, 2004, 07:07:44 PM »
Reply with quote

It's part of the HTML (just before the </font> tags), not the text string!

So just ditch this from Display.php:

        <tr>
           <td align="right" colspan="2"><form action="' . $scripturl . '" method="get">
              <font size="1">' . $txt[160] . ':</font>' . $selecthtml . '</form>
           </td>
        </tr>


And either ditch this from MessageIndex.php (changing the colspan above from '3' to '2') or replace the content of the <td> with something else:

           <td align="right" valign="middle">
              <form action="' . $scripturl . '" method="get">
                 <font size="1">' . $txt[160] . ':</font>' . $selecthtml . '
              </form>
           </td>
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Getting rid of this... « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.162 seconds with 20 queries.