Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved] phpBB menu links
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: [Solved] phpBB menu links
PostPosted: 05/05/2007 5:58 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 6:23 PM
Location: Birmingham, UK.
greatbrE.gif
Ok will do, cheers
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: phpBB menu links
PostPosted: 05/05/2007 6:12 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 1:23 PM
Location: St Pete, FL
peace.gif
k, good luck Chris...

wave
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] phpBB menu links
PostPosted: 05/06/2007 12:07 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 6:23 PM
Location: Birmingham, UK.
greatbrE.gif
Nope... I can't work out what you mean by the third line...
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: phpBB menu links
PostPosted: 05/06/2007 2:58 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 1:23 PM
Location: St Pete, FL
peace.gif
The third line I'm referring to is the 3rd row in your menu.  The code would start with the <tr> tag and include the code for Search, FAQ, etc.  If you search for FAQ in your text editor, it should take you to the 3rd menu row code that needs to be replaced with the code that I provided above...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] phpBB menu links
PostPosted: 05/06/2007 3:43 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 6:23 PM
Location: Birmingham, UK.
greatbrE.gif
Ok I see what you mean by the third line as when I search for FAQ in the text editor I use it shows you three rows with the FAQ word

I replace what you said but because I copied the text of this forum and pasted it into the text editor it's different to the rest which is making the text go all over the place = the forum doesn't load up properly

 
Code:
                     <!-- BEGIN switch_user_logged_out -->
                  <a href="{U_MUSIC}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_music.gif" width="12" height="13" border="0" alt="{L_MUSIC}" hspace="3" />{L_MUSIC}</a> &nbsp;
                  <a href="{U_CHAT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_chat.gif" width="12" height="13" border="0" alt="{L_CHAT}" hspace="3" />{L_CHAT}</a>&nbsp;&nbsp;
                     <!-- END switch_user_logged_out -->
                     <!-- BEGIN switch_user_logged_in -->
                  <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp;&nbsp;
                        <a href="{U_WATCHED_TOPICS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_watch.gif" width="12" height="13" border="0" alt="{L_WATCHED_TOPICS}" hspace="3" />{L_WATCHED_TOPICS}</a>&nbsp; &nbsp;
                  <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;
                  <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
                       <!-- END switch_user_logged_in -->
                  </span></td>
            </tr>
            <tr>
                   <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
                     <!-- BEGIN switch_user_logged_in -->
                  <a href="{U_MUSIC}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_music.gif" width="12" height="13" border="0" alt="{L_MUSIC}" hspace="3" />{L_MUSIC}</a> &nbsp;
                       <!-- END switch_user_logged_in -->
                  <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp;&nbsp;
                        <a href="{U_MEMBERWS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERWS}" hspace="3" />{L_MEMBERWS}</a>&nbsp;
                  </span></td>
            </tr>
            <tr>
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;
                 <!-- BEGIN switch_user_logged_out -->
<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>&nbsp;&nbsp;
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>&nbsp; &nbsp;
<!-- END switch_user_logged_in -->
                   </span></td>
            </tr>
               </table>
         </td>
         </tr>
          </table>

          <br />



See the layout difference between the top of the coding to nearer the bottoms coding
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: [Solved] phpBB menu links
PostPosted: 05/06/2007 4:00 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 6:23 PM
Location: Birmingham, UK.
greatbrE.gif
like my new skin http://www.djpassions.com/  Rolling Eyes lol
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: phpBB menu links
PostPosted: 05/06/2007 4:04 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 1:23 PM
Location: St Pete, FL
peace.gif
You have an extra BEGIN switch_user_logged_out just before the Search line.  If you remove it, it should start displaying properly again...

Code:
<!-- BEGIN switch_user_logged_out -->

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] phpBB menu links
PostPosted: 05/06/2007 4:19 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 6:23 PM
Location: Birmingham, UK.
greatbrE.gif
DAAAAM YOU'RE GOOD  Applause  

thanks again dude Dancing
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: phpBB menu links
PostPosted: 05/06/2007 4:25 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 1:23 PM
Location: St Pete, FL
peace.gif
It looks like the spacing isn't quite right either.  Try this.  All you are doing is adding &nbsp; &nbsp; to the end of these two lines:

OPEN
overall_header.tpl

FIND
Code:
<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>

REPLACE WITH
Code:
<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;

FIND
Code:
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>

REPLACE WITH
Code:
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp; &nbsp;

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved] phpBB menu links
PostPosted: 05/06/2007 4:51 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 6:23 PM
Location: Birmingham, UK.
greatbrE.gif
I noticed them before but didn't realize I was missing any. I've now added them rather than just replace. Was easier to do this one Very Happy

What do they do anyway > >&nbsp; &nbsp; ? and why use two of them
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: Previous  1, 2, 3  Next
Page 2 of 3


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.1201s (PHP: 50% - SQL: 50%) - SQL queries: 57 - GZIP disabled - Debug on