TinyPortal

Development => Support => Installation => Topic started by: copter on April 30, 2006, 06:10:11 PM

Title: Manual Install?
Post by: copter on April 30, 2006, 06:10:11 PM
I understand where the manual install files go. :)

I don't understand where the manual install database files goes. Please can someone tell me. :D

Also the instructions for manual text file, there was some text I could find in my SMF 1.0.7 ::)

I'll give it another attempt. ;)

Also I don't have the babylon theme - is it mandatory or is the default fine. O0

Please don't lock this topic, I'll post here If I can't find anything after searches in future.

P.S. I've been trying to install this for a few weeks now and wasn't sure what to do so posted here for help :smiley6600:
Title: Re: Manual Install?
Post by: IchBin on April 30, 2006, 06:41:47 PM
the install file for the database goes into the forum root. Then you just access that file in your browser and it will install the database tables.
Title: Re: Manual Install?
Post by: Xarcell on April 30, 2006, 07:13:08 PM
You "run" the file to install your databse info by going to the file's url.
Title: Re: Manual Install?
Post by: copter on April 30, 2006, 07:39:38 PM
Yup, I've done that now. :)

In my smf/Themes/default/index.template.php file, I cannot complete the instructions:


Quote<search for>
               <img src="', $settings['header_logo_url'], '" alt="', $context['forum_name'], '" border="0" />';
</search for>
<add after>
// TinyPortal
     if($context['TPortal']['showtop']==1)
     {
// TinyPortal end
</add after>

Quote<search for>
                     ', $context['common_stats']['total_posts'], ' ', $txt[95], ' ', $txt['smf88'], ' ',

$context['common_stats']['total_topics'], '
', $txt[64], ' ', $txt[525], ' <span style="white-space: nowrap;">', $context['common_stats']

['total_members'], '
', $txt[19], '</span>

                     ', $txt[656], ': ', $context['common_stats']['latest_member']['link'], '
                  </div>
               </div>';
</search for>
<add after>

// TinyPortal
       }
//  end
</add after>

Quote<search for>
      <a href="javascript:void(0);" onclick="shrinkHeader(!current_header); return false;"><img id="upshrink" src="', $settings['images_url'], '/',

empty($options['collapse_header']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 2px 2ex 2px 0;"

border="0" /></a>';
</search for>
<replace>
';
// TinyPortal

         if($context['TPortal']['showtop'])
             echo '<a href="javascript:void(0);" onclick="shrinkHeader(!current_header); return false;"><img id="upshrink" src="', $settings['images_url'],

'/', empty($options['collapse_header']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '" style="margin: 2px 0;"

border="0" /></a><img id="upshrinkTemp" src="', $settings['images_url'], '/blank.gif" alt="" style="margin-right: 1ex;" /> ';
         if($context['TPortal']['leftbar'])
             echo '<a href="javascript:void(0);" onclick="shrinkHeaderLeftbar(!current_leftbar); return false;"><img id="upshrinkLeftbar" src="', $settings

['images_url'], '/', empty($options['collapse_leftbar']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '"

style="margin: 2px 0;" border="0" /></a><img id="upshrinkTempLeftbar" src="', $settings['images_url'], '/blank.gif" alt="" style="margin-right: 0ex;" />';
         if($context['TPortal']['rightbar'])
             echo '<a href="javascript:void(0);" onclick="shrinkHeaderRightbar(!current_rightbar); return false;"><img id="upshrinkRightbar" src="',

$settings['images_url'], '/', empty($options['collapse_rightbar']) ? 'upshrink.gif' : 'upshrink2.gif', '" alt="*" title="', $txt['upshrink_description'], '"

style="margin: 2px 0;" border="0" /></a><img id="upshrinkTempRightbar" src="', $settings['images_url'], '/blank.gif" alt="" style="margin-right: 0ex;" />';
// TinyPortal end
</replace>

Title: Re: Manual Install?
Post by: Xarcell on April 30, 2006, 07:46:09 PM
Are you using a custom theme? If you are, those lines may not be present. If you need help with a theme conversion, ask crip. He's the most experinced at it.
Title: Re: Manual Install?
Post by: copter on April 30, 2006, 07:48:48 PM
I'm using the default theme in smf. So will it still work even without those changes. :)

I've got another theme done by 7dana [smf 1.0.7] so I'll post on that in abit :D Thanks for informing me :up:
Title: Re: Manual Install?
Post by: Xarcell on April 30, 2006, 07:51:07 PM
7dana makes good themes, especially with wordpress.
Title: Re: Manual Install?
Post by: copter on April 30, 2006, 07:52:29 PM
yeah, they are excellent and look really compact :D
Title: Re: Manual Install?
Post by: Xarcell on April 30, 2006, 07:55:10 PM
I wonder if I talk to her again, if I can get her to make some TP themes?
Title: Re: Manual Install?
Post by: copter on April 30, 2006, 07:57:11 PM
Yeah that's a good idea because they'd suit tp :) do you reckon i'd be able to use my current 7 dana theme with tp - or does it need editing :)
Title: Re: Manual Install?
Post by: Xarcell on April 30, 2006, 08:02:50 PM
It may need editing to work with TP properly. be sure to runa search, crip may have converted the theme already.
Title: Re: Manual Install?
Post by: copter on April 30, 2006, 08:04:37 PM
okey doke will do thanks for the help so far :up: ;)