News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[Theme] SMFone

Started by A.M.A, April 15, 2005, 07:01:21 PM

Previous topic - Next topic

CapriSkye

AMA if you have time will you check on this problem posted here?
http://www.simplemachines.org/community/index.php?topic=37013.0
it seems to only happen in SMFOne.
thanks

spidernik84

Quote from: Miraenda on May 26, 2005, 10:58:02 PM
Next to "Number of Recent Topics to show:" option, put a number greater than 0 in the field, then click Save.
Gorgeous! Thank you dear, i really did not see that option  :'(
Quote
As for the news scrolling, that is likely the news fader option.  This is also in the Admin area in this same "Current Theme's Settings" section.  Look for "Show news fader on board index" and check it.
Oh yeah, i know about this  ;D The difference is the way the top right scroller behaves! In Ama's theme it simply changes to the next news, but in the site i posted you it scrolls nicely!

Thanks again :D

A.M.A

Quote from: CapriSkye on May 27, 2005, 12:39:10 AM
AMA if you have time will you check on this problem posted here?
http://www.simplemachines.org/community/index.php?topic=37013.0
it seems to only happen in SMFOne.
thanks

Indeed, the book mark is missing! to fix that issue look in BoardIndex.template.php for:
<a class="cat" href="', $category['collapse_href'], '">', $category['name'], '</a>
and replace it with:
<a class="cat" href="', $category['collapse_href'], '" name="', $category['id'], '">', $category['name'], '</a>

spidernik84
Admin -> Current Theme's Settings -> Number of recent posts to display on board index:
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

dtm.exe

Quote from: OIDanTheManIO on May 26, 2005, 11:05:05 AM
How do I get SMFOne to work with the Visual Warning Mod?

-Dan The Man

Also, can you please make a button that says "Warn Member" to go along with it?

-Dan The Man

spidernik84

Hi ama, sorry for bothering you again  ;D
Where should i put my hands to add some code into the bottom tabs? I really can't find them in the index.template...supposing this is the right file to check out! :D

Thank you

Minsc

Great theme, it has a nice and clean feel which is what I like.   :)

I think it would look even better with a  darker green option.  Just a suggestion, I know you probably get lots of color requests and can't please everybody. : )

merwejr

Dear,

When I look at my error log, I see thousand of errors. All the same tho.

8: Undefined index: showhidenoavy
Bestand: domain.com/board/Themes/SMFone/Display.template.php [nofollow] (eval?)
Regel: 265


and same error with line 270

When I open display.template in an editor I see


line 265      if ($settings['showhidenoavy'] == 1)
            echo '
   <td valign="top" style="overflow: hidden;" class="smalltext">
      <div style="width: 65px; height: 65px;"></div>
   </td>';
line 270         elseif ($settings['showhidenoavy'] == 2)

Any idea what is wrong here? Should I change the values, can I simply delete it?

I use SMFONE  lime-green version, dutch language.

I tried searching for the error here, but the solution was not clear for me. If you know the solution, can you say what to change where?

Thanks a lot

Andre

d3v

#227
Got a problem with wrapped component not using enough of the screen's space:

LIVE SITE: http://www.catchmydr1ft.com/index.php?option=com_smf&Itemid=196

Screnie





This was posted in another Thread, yet didn't really go anywhere, maybe I'll have more luck Here.

" that space is a result of either your mambo template or your SMF theme...
(looks like the SMF theme)

So, modify smf/themes/yourtheme/index.template.php

it'll probably be in the section labeled "template_main_above""

I played around with template_main_above, yet it gave nothing


P.S. Apparently the extra space on the right exists only in FireFox. I guess this is a non-issue then

P.S.S. Here's the original thread where I posted this:

http://www.simplemachines.org/community/index.php?topic=37278.0

dave

#228
Quote from: A.M.A on April 15, 2005, 07:01:21 PM
SMFone Theme!

Samples

Download


Notes
1. The buttons, images and theme are free as long as you use them with SMF!
2. The calendar idea is from Bloc.
3. Admin -> Current Theme's Settings -> Use your own logo if you want to replace the logo with your own.
4. Admin -> Current Theme's Settings -> If a user does not pick avatar, show this will effect how to handle users with no avatars in the topic screen.
5. See attached files for badges and a Display.template.php which you can copy it over the original one to get same look as the default one.



AWESOME keep up the great work wow I am impressed

can you do one in green for my fishing forum?


dtm.exe

Quote from: dave on June 01, 2005, 07:14:40 PM
AWESOME keep up the great work wow I am impressed

can you do one in green for my fishing forum?



The original SMFOne theme was green.  HAHA :P, click on the link that says SMFOne.

-Dan The Man

A.M.A

Sorry for the delay ..

OIDanTheManIO
You have to manually edit some templates to make the Mod works. Please look at How to make mods work with themes? for more info .. image attached.

spidernik84
You have to edit BoardIndex.template.php look for:
<div id="tablist">
<ul>

add something like this:
   <li><a href="#" onclick="return expandcontent(\'sc5\', this)">new tab</a></li>
then after:
// End Info Center
echo '

add you new tab .. like this:
<div id="sc5" class="tabcontent">
Contents here!
</div>


Minsc
Thanks .. as you said you cant please everyone :)

merwejr
sorry I cant seem to reproduce the error.

d3v
sorry .. I do not have any experience with it.
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

mixx941

Hi. Great theme! I'm about to convert my 3rd forum to SMF, but I have a question about this theme first.

I put it on one of my other SMF forums to see it in 100% real action, and I noticed the avatar box is a little small and has scrollers.

Wondering how I could make this bigger.



Thanks! Keep up the awesome work.

-Mark

A.M.A

Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

mixx941

Thanks for the response. The first one looked like a simple fix, but the code to find isn't in Display.template.php.

I looked through other pages of this thread and found: http://www.simplemachines.org/community/index.php?topic=33352.msg252947#msg252947

That seemed to work, but I couldnt put 100% for the height/width, that just made it not show at all. I guess I can set it for the max avatar size and it works, but I think it would be more functional to have it 100% and let the SMF settings determine that.

Excellent theme nonetheless  :D

-Mark

merwejr

Hmm, any idea what the code that I posted does? I mean can I simply delete that part or?

A.M.A

That code determines what to do in case a user doesn't have an avatar .. the only cause of error that I can think of is a missing Settings.template.php from the theme.
Anyhow you can look for and delete from Display.template.php:
// if there is no avatars ..
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && empty($message['member']['avatar']['image']))
{
if ($settings['showhidenoavy'] == 1)
echo '
<td valign="top" style="overflow: hidden;" class="smalltext">
<div style="width: 65px; height: 65px;"></div>
</td>';
elseif ($settings['showhidenoavy'] == 2)
echo '
<td valign="top" style="overflow: hidden;" class="smalltext">
<img src="', $settings['images_url'], '/re_avatar.gif" alt="No avatar!" />
</td>';
}
Really sorry .. real life is demanding my full attention .. will be back soon hopefully :)

Herman's Mixen

Quote from: mixx941 on June 02, 2005, 12:31:22 PM
Hi. Great theme! I'm about to convert my 3rd forum to SMF, but I have a question about this theme first.

I put it on one of my other SMF forums to see it in 100% real action, and I noticed the avatar box is a little small and has scrollers.

Wondering how I could make this bigger.



Thanks! Keep up the awesome work.

-Mark

this will only apear when you let GD download your avatar en modifie it with html un check that option in your features en options section
}!!
Met vriendelijke groet, The Burglar!

 House Mixes | Mixcloud | Any Intelligent fool can make things bigger, more complex, and more violent.
It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Albert Einstein

Former Godfather of our dutch community ;)

dtm.exe

Quote from: The Burglar! on June 02, 2005, 07:26:32 PM
this will only apear when you let GD download your avatar en modifie it with html un check that option in your features en options section
}!!

It has nothing to do with HTML resizing or GD Module resizing.  It's because it's set to overflow after a certain amount of pixels.

-Dan The Man

mixx941

Quote from: The Burglar! on June 02, 2005, 07:26:32 PM
this will only apear when you let GD download your avatar en modifie it with html un check that option in your features en options section
}!!

If I change that option to "Reject" or the other option, it still looks the same.

Quote from: OIDanTheManIO on June 02, 2005, 07:50:29 PM
It has nothing to do with HTML resizing or GD Module resizing.  It's because it's set to overflow after a certain amount of pixels.

Is there a way to tell it to be 100% instead of x # of pixels?

-Mark

dtm.exe


Advertisement: