Page 1 of 1

Qbar Setup

PostPosted: Thu Nov 29, 2007 9:35 am
Author: Melina
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://shatteredillusions.org

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I want to use the regular board navigation plus two other navigation blocks. I've managed to get one up as extra menu but can't figure out how to change the name for it. I also cannot figure out how to add a third one.

Re: Qbar Setup

PostPosted: Thu Nov 29, 2007 9:57 am
Author: Helter
for extra menu, be sure to check "localize titlebar" to no. If yes, it gets its title from the language files. To add a third without modifying code, use regular html

PostPosted: Thu Nov 29, 2007 11:35 am
Author: Melina
How would I go through with changing code? creating another block file?

Re: Qbar Setup

PostPosted: Thu Nov 29, 2007 7:50 pm
Author: Helter
open your templates/integra2/integra2.css.
at the end of the file, add

Code: Select all
 .link_block {     padding-bottom]
save and close

open templates/integra2/overall_header.tpl
find
[code]  </head><body>  [/code]

before add

[code]  <script>// <![CDATA[function externalLinks() {  if (!document.getElementsByTagName) return;  var anchors = document.getElementsByTagName("a");  for (var i=0; i<anchors></script>  


go to acp/IM Portal/Blocks Management/IntegraMOD Default (or whatever portal page your using)

at the bottom, click "Add Blocks"

make a title
block position= header
active= yes

paste this code and edit the titles and urls for your own links

[code]  <div>       <div><span><a href="http]

type= HTML
Cache= yes (note... if you change any links, you will have to delete the portal cache to display your changes)
Cache Duration= 3600
Block File= None
View by= your choice
Show Border= Yes
Show Titlebar= Yes
Localize Titlebar= No
Show BG= Yes
Submit

Note** if you do not want your links to open in a new window, omit rel="external" from your links

Re: Qbar Setup

PostPosted: Thu Jan 10, 2008 6:41 am
Author: sandman229
"HelterSkelter";p="29571" wrote:for extra menu, be sure to check "localize titlebar" to no. If yes, it gets its title from the language files. To add a third without modifying code, use regular html


So what do you have to edit or modify to make more menu's?? I also need more. I know it would be easier to just add HTML to a block but would like to know how to modify the code for more menus..