SimplePortal

Started by crazystu, May 23, 2005, 04:50:25 AM

Previous topic - Next topic

Rik©

Glad you got it figured out...

- Rik©

3-CXT

ur two blocks are fine.. hope the rest will coming really soon too.... go ahead...

and put alle these blocks into the standard portal version... so u wiill got the portal 1.1. ;)

snork13

i added a gallery block, i also made a login block, was working on the clock...but got pulled away

-snork
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

DemonicInfluence

#103
ugh... For all my themes, the dumb footer doesn't load properly on the portal page.... However, in everywhere else, it does. Help?

Edit: nvm

Takeo

Hi there guys!

I've discovered SMF recently and 'till now it's the best forum system I've ever used. :)
I don't know much (or none :S ) of php and when I saw this mod I thought it would be very nice to build up some nice portals! :) Could someone tell me how to install SimplePortal on SMF 1.0.5?

Help me please :( Thanks!

DemonicInfluence

admin>packages>download new packages>upload the pacakage>apply mod

teido.com

#106
hi guys.. im new to this whole smf thingy.  here is the quesiton, ive installed simpleportal using the builtin package installer.  the challenge we are encountering is that nothing on the left column is showing up.  quick search, links, shoutout, etc..  the footer doesnt show up either.  please help!

you can see what i mean at... hxxp:www.teido.com [nonactive]

thanks ahead of time!
J

teido.com

Nevermind, I fixed it.  Thanks for everything!
J

teido.com

hi can someone show me what i need to modify to have it so the "about" and "announcements" are aligned to the left and not center?

thanks, we really appreciate it!
J

ArkServer

ive got an error installing with a theme (Themis design by  Bloc)
"index.template.php     Failure"

my index.template,
Im sure something needs to be changed but i don;t know what.


// Show the menu up top.  Something like [home] [help] [profile] [logout]...
function template_menu()
{
        global $context, $settings, $options, $scripturl, $txt;

        // Show the [home] and [help] buttons.

        $menu1 = '
                                <a href="'. $scripturl. '"><img src="' . $settings['images_url'] . '/gnome/home.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" /></a>
                                <a href="'. $scripturl. '?action=help" target="_blank"><img src="' . $settings['images_url'] . '/gnome/help.gif" alt="' . $txt[119] . '" style="margin: 2px 0;" border="0" /></a>';

       $menu2='<a href="'.$scripturl. '">'.$txt[103]. '</a> |
                       <a href="'. $scripturl. '?action=help" target="_blank">'.$txt[119]. '</a>';

        // How about the [search] button?
        if ($context['allow_search']){
                $menu1 .= '
                                <a href="'. $scripturl. '?action=search"><img src="' . $settings['images_url'] . '/gnome/search.gif" alt="' . $txt[182] . '" style="margin: 2px 0;" border="0" /></a>';
                $menu2 .=' |
                                <a href="'. $scripturl. '?action=search">'.$txt[182].'</a>';
         }
        // Is the user allowed to administrate at all? ([admin])
        if ($context['allow_admin']){
                $menu1 .='
                                <a href="'. $scripturl. '?action=admin"><img src="' . $settings['images_url'] . '/gnome/admin.gif" alt="' . $txt[2] . '" style="margin: 2px 0;" border="0" /></a>';
                $menu2 .='   |
                                <a href="'. $scripturl. '?action=admin">'.$txt[2].'</a>';

          }
        // Edit Profile... [profile]
        if ($context['allow_edit_profile']){
                $menu1 .= '
                                <a href="'. $scripturl. '?action=profile"><img src="' . $settings['images_url'] . '/gnome/profile.gif" alt="' . $txt[79] . '" style="margin: 2px 0;" border="0" /></a>';
                $menu2.= '    |
                                <a href="'. $scripturl. '?action=profile">'.$txt[467]. '</a>';
        }
        // The [calendar]!
        if ($context['allow_calendar']){
                $menu1 .= '
                                <a href="'. $scripturl. '?action=calendar"><img src="' . $settings['images_url'] . '/gnome/calendar.gif" alt="' . $txt['calendar24'] . '" style="margin: 2px 0;" border="0" /></a>';
                $menu2 .= '  |
                                <a href="'. $scripturl. '?action=calendar">'.$txt['calendar24'].'</a>';
        }
        if (!$context['user']['allow_guest'])
echo'
<a href="', $scripturl, '?action=sc_radio">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/radio.gif" alt="' . $txt['infostream'] . '" style="margin: 2px 0;" border="0" />' : $txt['infostream']), '</a>', $context['menu_separator'];

// If the user is a guest, show [login] and [register] buttons.
        if ($context['user']['is_guest'])
        {
                $menu1 .=  '
                                <a href="'. $scripturl. '?action=login"><img src="' . $settings['images_url'] . '/gnome/login.gif" alt="' . $txt[34] . '" style="margin: 2px 0;" border="0" /></a>
                                <a href="'. $scripturl. '?action=register"><img src="' . $settings['images_url'] . '/gnome/register.gif" alt="' . $txt[97] . '" style="margin: 2px 0;" border="0" /></a>';
                $menu2 .= '   |
                                <a href="'. $scripturl. '?action=login">'.$txt[34].'</a> |
                                <a href="'. $scripturl. '?action=register">'.$txt[97].'</a>';
        }
        // Otherwise. they might want to [logout]...
        else{
                $menu1 .=  '
                                <a href="'. $scripturl. '?action=logout;sesc='. $context['session_id']. '"><img src="' . $settings['images_url'] . '/gnome/logout.gif" alt="' . $txt[108] . '" style="margin: 2px 0;" border="0" /></a>';
                $menu2 .= '   |
                                <a href="'. $scripturl. '?action=logout;sesc='. $context['session_id']. '">'.$txt[108]. '</a>';
         }
        echo '<div>';
        echo '<a href="#" onclick="shrinkHeadertext(!current_headertext); return false;"><img id="upshrinktext" src="', $settings['images_url'], '/', empty($options['collapse_headertext']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 15px 0px;" align="top" border="0" /></a><img align="top" id="upshrinkTemptext" src="', $settings['images_url'], '/blank.gif" alt="" style="margin: 10px 0px;" />'.$menu1.'</div>';
        echo '<div id="upshrinkHeadertext" style="', empty($options['collapse_headertext']) ? '' : 'display: none;' , 'padding-bottom: 0px; padding-left: 23px; position: relative; top: -6px; z-index: 1;">'.$menu2.'</div>';

}

modtang

#110
A user on my forums just pointed out that when you click on the link to take you back to the parent categpry (in this case, Discussion (see below)) of each board the URL now takes you back to the portal rather than the category.



Anyone know how to fix this? Thanks. :)

ArkServer

Quote from: modtang on August 21, 2005, 10:49:07 PM
A user on my forums just pointed out that when you click on the link to take you back to the parent categpry (in this case, Discussion (see below)) of each board the URL now takes you back to the portal rather than the category.



Anyone know how to fix this? Thanks. :)

a bit off topic but, how did you do that index thing?

Rik©

Quote from: modtang on August 21, 2005, 10:49:07 PM
A user on my forums just pointed out that when you click on the link to take you back to the parent categpry (in this case, Discussion (see below)) of each board the URL now takes you back to the portal rather than the category.



Anyone know how to fix this? Thanks. :)

Here's the fix --> http://simpletweaks.co.nr/forum/index.php?topic=8.0

- Rik©

modtang

Thanks Rik©. Simple fix. :)

Rik©

Quote from: ArkServer on August 21, 2005, 09:04:40 PM
ive got an error installing with a theme (Themis design by  Bloc)
"index.template.php     Failure"

my index.template,
Im sure something needs to be changed but i don;t know what.
You need to add the forum button (and link) to your theme manually.


Here we go...
QuoteALWAYS make backups of the files you want to edit/modify!

- First create a Forum button (forum.gif) and put it in the theme's /images/english folder.
(noticed your buttons are in a folder called gnome so for your theme i think you must put it in the gnome folder (/images/english/gnome/forum.gif).

- Then go to your theme's index.template.php and open it (after you made a backup ;D).

Find:
        $menu1 = '
                                <a href="'. $scripturl. '"><img src="' . $settings['images_url'] . '/gnome/home.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" /></a>
                                <a href="'. $scripturl. '?action=help" target="_blank"><img src="' . $settings['images_url'] . '/gnome/help.gif" alt="' . $txt[119] . '" style="margin: 2px 0;" border="0" /></a>';

Replace with:
$txt['forum'] = 'Forum';
        $menu1 = '
                                <a href="'. $scripturl. '"><img src="' . $settings['images_url'] . '/gnome/home.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" /></a>
                                <a href="'. $scripturl. '?action=forum"><img src="' . $settings['images_url'] . '/gnome/forum.gif" alt="' . $txt['forum'] . '" style="margin: 2px 0;" border="0" /></a>
                                <a href="'. $scripturl. '?action=help" target="_blank"><img src="' . $settings['images_url'] . '/gnome/help.gif" alt="' . $txt[119] . '" style="margin: 2px 0;" border="0" /></a>';


Find:
       $menu2='<a href="'.$scripturl. '">'.$txt[103]. '</a> |
                       <a href="'. $scripturl. '?action=help" target="_blank">'.$txt[119]. '</a>';

Replace with:
       $menu2='<a href="'.$scripturl. '">'.$txt[103]. '</a> | <a href="'.$scripturl. '?action=forum">'.$txt['forum']. '</a> |
                       <a href="'. $scripturl. '?action=help" target="_blank">'.$txt[119]. '</a>';


This should add the forum button and link to your theme...

- Rik©

ArkServer

The problem is that the portal won't show up  :-\


Elmacik

i setup this mod but nothing shows up.. i dont know how to use
still the same forum :)
Home of Elmacik

xtremecruiser

I cant get to http://dev.nesian.info/ for the last few days ?

Xarcell


Advertisement: