collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 355
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

Author Topic: move the 'breadcrumb' menu back under the forums blocks?  (Read 9427 times)

0 Members and 1 Guest are viewing this topic.

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
move the 'breadcrumb' menu back under the forums blocks?
« on: February 10, 2010, 05:58:00 PM »
not really sure how to describe this so i'll do it with images..

smf 2.0 rc2 without simpleportal:



after with simpleportal:



i'd like to know how to put the menu back above the topic and not the 'blocks'

thanks

Offline Nathaniel

  • Comrade
  • *
  • Posts: 5203
  • Gender: Male
    • Verbtest.com
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #1 on: February 17, 2010, 09:45:40 PM »
Here are some edits:

Code: ("Find (Themes/default/index.template.php)") [Select]
// Show the navigation tree.
theme_linktree();

Code: ("Replace") [Select]
// Show the navigation tree.
if (!empty($context['disable_sp']))
theme_linktree();

Code: ("Find (Themes/default/Portal.template.php)") [Select]
}

function template_portal_below()

Code: ("Replace") [Select]
theme_linktree();
}

function template_portal_below()
« Last Edit: March 10, 2010, 05:00:20 AM by [SiNaN] »
SMF Friend (Former Support Specialist) | SimplePortal DeveloperMy SMF Mods | SimplePortal"Quis custodiet ipsos custodes?" - Who will Guard the Guards?Please don't send me ANY support related PMs. I will just delete them.

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #2 on: February 19, 2010, 11:27:25 AM »
that code just doubled the shoutbox and made my fonts all weird :\

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #3 on: February 27, 2010, 06:06:47 AM »
Well, there is simply no way that edit would cause that and it works perfectly. Revert your changes back and attach your files here. I can apply the edits for you.
And slowly, you come to realize... It's all as it should be...

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #4 on: February 27, 2010, 08:31:57 AM »
Well, there is simply no way that edit would cause that and it works perfectly. Revert your changes back and attach your files here. I can apply the edits for you.

i know how to make edits lol

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #5 on: March 09, 2010, 12:05:59 PM »
I'm sure you do. It's just that we miss stuff sometimes. Try the attached files.
And slowly, you come to realize... It's all as it should be...

Offline MultiformeIngegno

  • Full Member
  • ***
  • Posts: 127
  • Gender: Male
  • SMF Version: None
  • SP Version: None
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #6 on: March 09, 2010, 12:36:47 PM »
I'm sure you do. It's just that we miss stuff sometimes. Try the attached files.
Please can you post also the manual edits..? I've modified my index.template.php and I can't upload yours....
Thanks!!!!

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
And slowly, you come to realize... It's all as it should be...

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #8 on: March 09, 2010, 12:55:25 PM »
I'm sure you do. It's just that we miss stuff sometimes. Try the attached files.

still same error

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #9 on: March 09, 2010, 12:57:04 PM »
Any chance I see the issue myself? I can't comment on without seeing the HTML source.
And slowly, you come to realize... It's all as it should be...

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #10 on: March 09, 2010, 01:12:13 PM »
Any chance I see the issue myself? I can't comment on without seeing the HTML source.

sent you a pm with the link

and as you can see all the text is huge and the shoutbox has been doubled... very weird...

also note the error at the bottom:

Quote
Unable to load the 'portal_below' template.
« Last Edit: March 09, 2010, 01:15:40 PM by steve51184 »

Offline MultiformeIngegno

  • Full Member
  • ***
  • Posts: 127
  • Gender: Male
  • SMF Version: None
  • SP Version: None
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #11 on: March 09, 2010, 02:34:17 PM »
They are here:

http://simpleportal.net/index.php?topic=4612.msg28519#msg28519
They don't work for me.... they just increase the font-size (a tag not closed...) and let disappear the central blocks in my standalone portal..... :0
If I remove those edits all is fixed!

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #12 on: March 09, 2010, 02:38:40 PM »
same problem i'm having so thanks for confirming it doesn't work :P

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #13 on: March 10, 2010, 05:00:53 AM »
I have updated the post by Nath; can you try it again?
And slowly, you come to realize... It's all as it should be...

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #14 on: March 10, 2010, 05:08:07 AM »
I have updated the post by Nath; can you try it again?

yep that seems to be working now but it doesn't look that nice...

here's a before pic:




here's an after pic:



as you can see the shoutbox (named 'untitled' on my test forum) is a little to close to the menu and there's also a blank space...
« Last Edit: March 10, 2010, 05:11:06 AM by steve51184 »

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #15 on: March 10, 2010, 05:09:59 AM »
How do you want it to look like exactly? Would removing the padding and line above be good enough?
And slowly, you come to realize... It's all as it should be...

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #16 on: March 10, 2010, 05:12:06 AM »
How do you want it to look like exactly? Would removing the padding and line above be good enough?

i've just updated my last post answering your question...

but yes the padding and line being removed would look nice :)

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #17 on: March 10, 2010, 05:22:30 AM »
Themes/default/css/index.css

Code: (Find) [Select]
.navigate_section
{
overflow: hidden;
margin: 0;
padding: 0.5em;
margin: 1em 0 0 0;
}
.navigate_section ul
{
display: block;
margin: 0;
font-size: 0.9em;
padding: 1em 0 0.5em 0;
border-top: solid #ccc 1px;
}

Code: (Replace) [Select]
.navigate_section
{
overflow: hidden;
margin: 0;
padding: 0.5em;
padding-top: 0;
}
.navigate_section ul
{
display: block;
margin: 0;
font-size: 0.9em;
padding: 0;
}
And slowly, you come to realize... It's all as it should be...

Offline steve51184

  • Jr. Member
  • **
  • Posts: 68
  • SMF Version: 2 RC2
  • SP Version: 2.3.2
Re: move the 'breadcrumb' menu back under the forums blocks?
« Reply #18 on: March 10, 2010, 05:29:58 AM »
perfect ty