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: 277
  • 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: Matching 2.1.1 to my theme  (Read 4361 times)

0 Members and 1 Guest are viewing this topic.

Offline tommys67

  • Newbie
  • Posts: 4
    • Suspects Unlimited
  • SMF Version: 1.1.11
  • SP Version: 2.3
Matching 2.1.1 to my theme
« on: December 05, 2008, 10:11:27 PM »
Good Evening All!

I'm running a SMF 1.1.7 site [www.suspectsunlimited.com] running aa_new_damage as the theme.  It's a stable, fixed-width theme.

I was able to get Simple Portal 2.1.1 installed, but getting matched to my theme is a challenge.

I used package manager to install most of the mod, and I had to hand-copy code into the separate theme files.

The functionality is all there, and I've got my mods writing articles already, but...

The look isn't right, and I don't know code well enough to try to mod-the-mod myself.

I can give you a UserID, Password, and I'm happy to pass along code, but I'm kinda lost at this point.

Here's the first example - the buttons at the top of the page - where the new "forum" link is installed...  After the forum link (which isn't in the right font) the rest of the button/links drop down a line and are offset a bit.

Another example - in each thread, the "add article" link shows up, but not in a "button" and it skews my forum frames (remember, it's a fixed-width theme).

Thanks!

Tom

Offline tommys67

  • Newbie
  • Posts: 4
    • Suspects Unlimited
  • SMF Version: 1.1.11
  • SP Version: 2.3
Re: Matching 2.1.1 to my theme
« Reply #1 on: December 05, 2008, 10:14:13 PM »
By the way - the forum's only 6 weeks old, I'm a relative newbie at forum Admin stuff, but I've gotten my site pretty well beaten into submission. 8)

From the first example - here's the code bits that set up my main menu.

   
   
   // Start the main menu.
   echo '
            <ul class="mainnav">';
            
   // Show the [home] button.
   echo '
               <li><a href="', $scripturl, '">' , $txt[103] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Show the [forum] button.
   if(!empty($context['portalactive']))
      echo ($current_action=='forum' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'forum' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=forum">' . $txt['sp-forum'] . '</a>
            </td>' , $current_action=='forum' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // Show the [help] button.
   echo '
               <li><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // How about the [search] button?
   if ($context['allow_search'])
      echo '
               <li><a href="', $scripturl, '?action=search">' , $txt[182] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Is the user allowed to administrate at all? ([admin])
   if ($context['allow_admin'])
      echo '
               <li><a href="', $scripturl, '?action=admin">' , $txt[2] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Edit Profile... [profile]
   if ($context['allow_edit_profile'])
      echo '
               <li><a href="', $scripturl, '?action=profile">' , $txt[79] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Go to PM center... [pm]
   if ($context['user']['is_logged'] && $context['allow_pm'])
« Last Edit: December 05, 2008, 10:16:20 PM by tommys67 »

Offline ibm450

  • Semi Newbie
  • *
  • Posts: 49
  • Gender: Male
    • yarrie health & safety
Re: Matching 2.1.1 to my theme
« Reply #2 on: December 06, 2008, 01:30:07 AM »
cant see your forum tab, too close with help tab, you need to add another division tab

 
Code: [Select]
// Start the main menu.
   echo '
            <ul class="mainnav">';
            <li class="mainnavDivider"><!-- /--></li>';
   

Offline Burke Knight

  • Sr. Member
  • ****
  • Posts: 394
  • Gender: Male
  • I tell it how I see it. Don't like it? Hit Alt+F4
    • BurkeKnight Enterprises
  • SMF Version: None
  • SP Version: None
  • Elkarte Version: None
Re: Matching 2.1.1 to my theme
« Reply #3 on: December 06, 2008, 07:35:37 AM »
Replace:

Code: [Select]
// Show the [home] button.
   echo '
               <li><a href="', $scripturl, '">' , $txt[103] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Show the [forum] button.
   if(!empty($context['portalactive']))
      echo ($current_action=='forum' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'forum' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=forum">' . $txt['sp-forum'] . '</a>
            </td>' , $current_action=='forum' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

   // Show the [help] button.


With:

Code: [Select]
// Show the [home] button.
   echo '
               <li><a href="', $scripturl, '">' , $txt[103] , '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Show the [forum] button.
   if(!empty($context['portalactive']))
   echo '
               <li><a href="', $scripturl, '?action=forum">' . $txt['sp-forum'] . '</a></li>
               <li class="mainnavDivider"><!-- /--></li>';

   // Show the [help] button.

This way, the Forum button matches your other menu buttons.

Offline tommys67

  • Newbie
  • Posts: 4
    • Suspects Unlimited
  • SMF Version: 1.1.11
  • SP Version: 2.3
Re: Matching 2.1.1 to my theme
« Reply #4 on: December 06, 2008, 08:55:26 AM »
BurkeKnight-

Thanks so much.  I had a hunch that some of the code needed to be trimmed, but I'm not about to guess.

I'll be back once I've gotten the SP content up and running, and I can show it off to the community!

Tom

www.suspectsunlimited.com
A motorcycle forum - our semi-serious motto; Riding...Life...Unlimited

Offline Burke Knight

  • Sr. Member
  • ****
  • Posts: 394
  • Gender: Male
  • I tell it how I see it. Don't like it? Hit Alt+F4
    • BurkeKnight Enterprises
  • SMF Version: None
  • SP Version: None
  • Elkarte Version: None
Re: Matching 2.1.1 to my theme
« Reply #5 on: December 06, 2008, 10:05:33 AM »
Also, you will have to copy the arrow.gif and dot.gif from the default theme's images folder to your theme's images folder.

Unless, of course, you find or make your own to put there. :P

Offline tommys67

  • Newbie
  • Posts: 4
    • Suspects Unlimited
  • SMF Version: 1.1.11
  • SP Version: 2.3
Re: Matching 2.1.1 to my theme
« Reply #6 on: December 06, 2008, 11:03:11 AM »
Also, you will have to copy the arrow.gif and dot.gif from the default theme's images folder to your theme's images folder.

Unless, of course, you find or make your own to put there. :P

Cool, did that - now I am going to try my hand at putting the "Add an Article" link into a button like "Post Reply" and "New Topic".  Don't spoil it, lemme try first myself! :P

Offline Simone

  • Semi Newbie
  • *
  • Posts: 14
  • Gender: Female
    • Robertson426
Re: Matching 2.1.1 to my theme
« Reply #7 on: December 08, 2008, 05:53:12 PM »
oh i nearly went that template for my brothers forum

You might want to rethink your banner tho. Doesn't quite work
(says she who hasn't done anything with banner on bro site)

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: Matching 2.1.1 to my theme
« Reply #8 on: December 20, 2008, 06:13:39 AM »
First of all, use the "Recent Side Block" for recent posts on the sides. The "Recent Posts Block" is not suitable for side blocks, it is for center areas.

Anyway, seems like your theme has a different Display.template.php. Can you attach your Display.template.php here? I'll fix it for you.
And slowly, you come to realize... It's all as it should be...