 | rEd bar Navigation |  |
Posted: 04/10/2007 3:25 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 9:09 AM
Location: west midlands:uk
|

|
|
|
|
 |
| I was just wondering if it was possible to add more links to this? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 3:36 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:09 AM
Location: St Pete, FL
|

|
|
|
|
 |
I don't have a copy of that MOD, but I'm sure you can add to the menu. I can't imagine why not....
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 3:42 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 9:09 AM
Location: west midlands:uk
|

|
|
|
|
 |
| Iv just had a quick look at admin_rEdbar.php file and it looks like i may be able to add other links to it! Il give it ago one of the days but il make sure iv got that file backed up first! But i think it looks easy enough! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 4:03 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:09 AM
Location: St Pete, FL
|

|
|
|
|
 |
Do you add the links in the php file or do you do it in a tpl file???
I'm looking at the MOD script and it looks like you would add new links in your ACP. Do you want to add more than what comes standard? Right now, it allows up to 10 links...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 4:06 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 9:09 AM
Location: west midlands:uk
|

|
|
|
|
 |
| yea i was wondering if i cud add more that 10 links |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 4:52 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:09 AM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, to do that, you're going to have to adjust the code in the overall_header.tpl, overall_footer.tpl, lang_admin.php, and page_header.php files. You will also have to adjust the code in the included files: admin_redbar.php, admin_redbar.tpl. Since you already have a good pattern to follow, these adjustments should be fairly simple...
Then you will want to update your database by running the following SQL queries incrementing 10 to the next link number. So if you want to add 10 more links, you would either run these two queries 10 times incrementing the name and link number each time, or you can copy these statements ten times and fix each one, then run them all at once...
| Code:
|
INSERT INTO phpbb_config (config_name, config_value)
VALUES ('nav_name10', 'link 10');
INSERT INTO phpbb_config (config_name, config_value)
VALUES ('nav_link10', 'http://');
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 5:09 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 9:09 AM
Location: west midlands:uk
|

|
|
|
|
 |
| ok, i dont understand the database bit though, im unsure about messing with that, worried il mess things up! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 5:25 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:09 AM
Location: St Pete, FL
|

|
|
|
|
 |
It's all much easier than it sounds. I will be heading out here in a bit, but hopefully when I return I will have the energy to help you with this. If not, we can do it tomorrow...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 5:48 PM |
|
|
|
|
|
| Citation |
| Posts |
556 |
| Word Cnt. |
20,326 |
| BDay |
Jan 26 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Nov 26, 2006
Local time: 9:09 AM
Location: west midlands:uk
|

|
|
|
|
 |
Yea i may not be around til tomorrow nite now, and its getting late here so im heading to bed
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: rEd bar Navigation |  |
Posted: 04/10/2007 9:31 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:09 AM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, we can deal with this tomorrow then...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|