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:
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.
You "run" the file to install your databse info by going to the file's url.
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>
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.
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:
7dana makes good themes, especially with wordpress.
yeah, they are excellent and look really compact :D
I wonder if I talk to her again, if I can get her to make some TP themes?
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 :)
It may need editing to work with TP properly. be sure to runa search, crip may have converted the theme already.
okey doke will do thanks for the help so far :up: ;)