SMFone

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

Previous topic - Next topic

Jiveturkey

As
Quote from: mark7144 on December 28, 2006, 08:11:18 PM
Anyone know what font is used on these buttons?

I've created my own header buttons that look almost identical to the style here but I'm not sure on the font.
Did you ever figure this one out?  I would love to switch my header buttons to look more like the posting buttons.

computerworks

This is a very nice and classy theme....thanks.

We have one problem now:

Just installed this theme...user posted a link and it spills over and out of the post box.

Shouldn't the link be displayed as a truncated string?

Can anyone give us some guidance on how to fix this?

Thanks

 

J. Williams

Quote from: computerworks on February 18, 2007, 10:23:06 AM
This is a very nice and classy theme....thanks.

We have one problem now:

Just installed this theme...user posted a link and it spills over and out of the post box.

Shouldn't the link be displayed as a truncated string?

Can anyone give us some guidance on how to fix this?

Thanks

 

Tell the user to use this format for the url:
[url=http://domain.com]Link Text[/url]
Joshua Jon Williams
Back in Action.

undoIT

One thing I've noticed missing for this theme is the anchor text links for main categories.  This is useful if you want to link directly to a category that is near the bottom of the forums or if you use the pathway links to navigate backwards.  Can anyone point me in the right direction so I can add this to the template?

af3

this is a great theme! however, i cant seem to find how to make the Ads mod works with this theme; no ads are being displayed at all -- i'm on 1.1.2

any tips? tq

xenovanis

Quote from: af3 on April 01, 2007, 01:04:39 AM
this is a great theme! however, i cant seem to find how to make the Ads mod works with this theme; no ads are being displayed at all -- i'm on 1.1.2

any tips? tq


How to make mods work with themes?
"Insanity: doing the same thing over and over again and expecting different results."

Paracelsus

#66
Btw, does anyone know how to put sticky topics with a different background? I've done it already with the new topics, but since SMFone doesn't use the windowbg3 and I'm a big noob in PHP:

Quoteforeach ($context['topics'] as $topic)
   {
      echo '
            <tr>
               <td class="windowbg2" valign="top" width="7%" rowspan="2">
                  <div>
                     <div style="float: right;">
                    <img src="', $topic['first_post']['icon_url'], '" alt="" />
                     </div>
                  <img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
                  </div>
               </td>
               <td class="', $topic['new'] && $context['user']['is_logged'] ? 'row_new' : 'windowbg', '" valign="middle" width="93%">
                  <div>
                      <div style="overflow: auto; width: 26%; float: right;">';
      if ($settings['images_url'] != $settings['theme_url'] . '/images' || file_exists($settings['theme_dir'] . '/images/icons/last_post.gif'))
         echo '
                         <a href="', $topic['last_post']['href'], '"><img src="', $settings['images_url'], '/icons/last_post.gif" alt="', $txt[111], '" title="', $txt[111], '" border="0" style="float: left;" /></a>';
      echo '
                         <span class="smalltext">
                        ', $topic['last_post']['time'], '<br />
                        ', $txt[525], ' ', $topic['last_post']['member']['link'], '
                         </span>
                  </div>
                       <span class="topiclist">', $topic['first_post']['link'], '</span>' ;

The things in red were changed by me, by trial and error  :P ... basically, I edited MessageIndex.template.php and the first red expression is the one that matters - I simply replaced the general "windowbg" expression for all the topiclist for a new expression which allows the topics with new messages while being "logged in" to be shown with a new styles.css class that I've created, "row_new" instead of "windowbg".
I would like to include here the $topic['is_sticky'] with a class created by me (like the row_new) that could fit in this sentence along with the rest:
<td class="', $topic['new'] && $context['user']['is_logged'] ? 'row_new' : 'windowbg', '" valign="middle" width="93%">

I don't really know if I'm making sense... anyone with ideas? ???

papados

Quote from: Jiveturkey on February 10, 2007, 01:48:26 PM
Quote from: fugiFox on October 30, 2006, 10:52:21 AM
I' facing some problems here too.
First of all as higherauthority said  the location Themes/SMFone11rc3/images/buttons doesn't exist
so I added it myself, but this doesn't fix the problem completely as the path isn't localized.
(All languages use the same -english- buttons).
It should be updated to  Themes/SMFone11rc3/images/LanguageSpecific.
Any ideas on how to do that?

The other problem is that buttons are displayed with their links resulting in an ugly layout like the below
Quote Modify
How do I fix that?

As an overall personal opinion I think that apart from those bugs the theme is one of the best for smf.
But you can't have it all  ;)
Has anyone figured this out yet?  I have the new buttons but I still have the alternate text.  I can't find where to change it.  If course redirecting it to look in the English folder would work as well but I can't figure out how to do that either.

We solved this problem (we are in the same forum with fugiFOX) by altering a value at the beginning of the index.template.php

There is a variable "usebuttons" which is set to true. If you change it to false, everything works normally.

Paracelsus

Quote from: Rothgar on August 10, 2006, 05:36:22 AM

Also when I tried to use the edit button above the IP address, I received the following error shown in the screenshot:
http://www.dawgclan.net/images/errors/forum_error.jpg


Hi,

I don't know if this problem was fixed, but I'm having something similar in a forum with SMFone installed. The quickedit button doesn't work out porperly and it doesn't save the editions I make when I press the button save. In the error console it shows up as a Javascript error in xml_topic.js - Line 107 which is the line related to edit of subject parameter.
I'm sure it is something to do with this theme as it works perfectly with the default theme in the same SMF installation (1.1.2).

Does anyone know where the problem lies?

Cristan

#69
Thanks for this theme! I really love it!

Just one problem here: when I look at my inbox, my images are defunct. That's because the location of them are (for example) images/buttons/im_reply.gif, when they are at images/english/im_reply.gif. A quick move fixed it, but it would be nice if you'd fix it in the theme, as it would work on a default installation and to improve multi language support.

-edit: hmm. The layout is a bit weird if I move the icons there. Perhaps you meant for smaller, uni-language icons but forgot to include them?

Aaron

Update:
SMFone Multicolour was just released. You can now simply choose a colour in the admin panel instead of downloading the theme with the prefered colour. It is now also possible to enable/disable the tabs on the board index directly from the admin panel, without having to switch files.

Wallung

Help me to center logo.

Hµïkámà

Can't you use this theme on 1.1.3? Because I only get a page without any layout!

If you can, how?

(I have uploaded it by the theme upload function on SMF.
Gr. Hµïkámà

Silveri

I've translated the button set into finnish:

hxxp:lahdenkendoseura.phnet.fi/files/smfone_buttons_finnish.zip [nonactive]

Antechinus

#74
I've loaded this theme onto our test forum and on the index page the toolbar has duplicate headings, only one of which works.
For instance it shows;  IndexIndexProfileProfileAdminAdmin etc. 
Any ideas on this?

Apart from that as someone else said having the colour choice clickable on the index page would be a nice addition. Still, a very good theme as it is.

Paracelsus

It's not duplicate headings... you just have to find the right images to replace and then it will look similar to the forum I have on my signature. ;)

Antechinus

Aha! I get it. Ok, I'm new at this stuff. Needs a slight code edit then. Thanks.  8)

omnikron

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.
[nofollow]

omnikron

[nofollow]

pipo_il_primero

This is a great theme.
pity it doesn't come in a darker version too...

Advertisement: