SMFone

Started by Antechinus, July 23, 2006, 12:39:52 PM

Previous topic - Next topic

omnikron

Bump would really like to know how to fix this please.
[nofollow]

omnikron

Quote from: omnikron on February 14, 2008, 07:49:18 PM
Quick question I have the images for home - help and the rest of them I have the server setup for English but when I come back to my site several hours later it's not showing the images for the menu it acts like it has been switched to ut-8 the only way to get images back is to go into server settings not change anything and press save then they come back. The wierd thing is it oly happens on the admin account no others having this issue.


Mic check test  :D
[nofollow]

omnikron

how about a hint, anyone please.
[nofollow]

Paracelsus

Since this theme was originally designed for a version previous to SMF 1.1 Final, some pieces of coding are slightly different and don't take full advantage of some of the new features that came up after. Like this one:

Calendar.template.php has a post event button which doesn't allow "No Topic"
when posting event:
    if ($context['can_post'])
        echo '
                        <a href="', $scripturl, '?action=post;calendar;month=', $context['current_month'], ';year=', $context['current_year'], '">', $settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendarpe.gif" alt="' . $txt['calendar23'] . '" border="0" />' : $txt['calendar23'], '</a>';


That should be replaced with the code below, which uses the same 'action' of the default calendar.template.php:
    if ($context['can_post'])
        echo '
                        <a href="', $scripturl, '?action=calendar;sa=post;month=', $context['current_month'], ';year=', $context['current_year'], ';sesc=', $context['session_id'], '">', $settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/calendarpe.gif" alt="' . $txt['calendar23'] . '" border="0" />' : $txt['calendar23'], '</a>';

Cristan

Any changes for an SMF 2.0 version anywhere in the near future?

emreb

this file is missing in this theme;
/Themes/smfone_multicolour/images/icons/normal_post_sticky.gif
:(

GenghisChris

great theme, just installed fresh SMF 1.1.10 and tiny portal 2.3 but am getting a fair few errors. can anyone tell me versions of smf and tiny portal where they have ad this theme running flawlessly?

If anyone would like me to report the errors let me know.

Antechinus

TP 2 is not for SMF 1.1.x. As far as I know it is an alpha release for 2.0 only. This theme should run with TPv1.0 although you will probably need to add a forum button manually.

Paracelsus

Quote from: Antechinus on September 28, 2009, 05:01:48 PM
TP 2 is not for SMF 1.1.x. As far as I know it is an alpha release for 2.0 only. This theme should run with TPv1.0 although you will probably need to add a forum button manually.

Antechinus,

Is this theme going to have a SMF 2 compatible version? Because I've already tried it with a 2.0 install and it isn't compatible, it may need some tweaks to work but I have no idea which ones.

Antechinus

I'll upgrade it at some point. Code for 2.0 should be pretty stable after RC3 so that would be a good time to think about doing it.

Antechinus

Is anyone interested in taking this theme over, with a view to porting it to 2.0?

I have so many other things to do that porting this theme just isn't anywhere near the top of my list.

I've spoken to Aaron about this and he's fine with me passing it on, as long as whoever takes it over will port it to 2.0 and do a first rate job of it.

IOW, all coding should be to the same standard as SMF default, including full RTL support, and the result must be true to the original in terms of looks and functionality.

If you have the abilty to do this and want to take it on, let me know. :)

Akyhne

I might.. it's a really nice theme.

Antechinus

Well if you want to take it over that's fine with me, and I'm sure Aaron wouldn't mind. If you decide to go ahead, just let myself or the Purple Peeps know about it and get it swapped over to you.

Akyhne

I'm 80% finished with basics with this theme. Then the color variations needs to be done.

searchgr

Any update for the new versions of SMF?

Advertisement: