Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=985)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C985%2Fimage%2Cthumb&hash=8edb3e59b0522a78e484b610ad100d6d0d43e3a8)
Style Designed by HTWorks (http://htworks.net) | Ported to SMF by BrKn*
Nice convert.
thanks Yağız (:
congrats berkan
thanks
Great theme! I'm having one problem with it though. On the unread posts page the section under the breadcrumbs is showing up black for me.
Is this happening to anyone else?
Happening on http://www.okc2.com/index.php?action=unread;board=2.0
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.okc2.com%2Fzebra%2Ferror.gif&hash=6be7f6bf360314542d0fb63b4b5446ac71c6af45)
Also getting a ton of this error:
8: Undefined index: align="middle"
File: /public_html/Sources/Subs.php
Line: 3569
Here is line 3569
Quotereturn '<img src="' . $settings['images_url'] . '/buttons/' . $name . '" alt="' . $txt[$alt] . '" ' . $custom . ' />' . ($label != '' ? '<b>' . $txt[$label] . '</b>' : '');
good job.Thanks (:
When will this be available for 2.0?
Nice work , thanks
Quote from: okc2 on September 03, 2008, 01:42:03 AM
Great theme! I'm having one problem with it though. On the unread posts page the section under the breadcrumbs is showing up black for me.
Is this happening to anyone else?
Happening on http://www.okc2.com/index.php?action=unread;board=2.0
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.okc2.com%2Fzebra%2Ferror.gif&hash=6be7f6bf360314542d0fb63b4b5446ac71c6af45)
demo member please ?
Also just noticed that the topics and posts are switched around.. have 1 topic and 3 posts and it is showing 3 topics and 1 post
its very nice template, It's a great pity its not for tinyportal... :(
good
thanks ;)
Quote from: okc2 on September 03, 2008, 03:18:56 AM
Also getting a ton of this error:
8: Undefined index: align="middle"
File: /public_html/Sources/Subs.php
Line: 3569
Here is line 3569
Quotereturn '<img src="' . $settings['images_url'] . '/buttons/' . $name . '" alt="' . $txt[$alt] . '" ' . $custom . ' />' . ($label != '' ? '<b>' . $txt[$label] . '</b>' : '');
This is not theme related isue. You must have changed your sub.php file incorrectly after some mofication. My suggestion for you is replacing source files with the fresh ones.
About the theme, that is a nice looking theme.
Quote from: okc2 on September 03, 2008, 01:42:03 AM
Great theme! I'm having one problem with it though. On the unread posts page the section under the breadcrumbs is showing up black for me.
Is this happening to anyone else?
Happening on http://www.okc2.com/index.php?action=unread;board=2.0 (http://www.okc2.com/index.php?action=unread;board=2.0)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.okc2.com%2Fzebra%2Ferror.gif&hash=6be7f6bf360314542d0fb63b4b5446ac71c6af45)
Still no solutions about this?
Also...
I don't like some Default styled menus like this (italian translated members page)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg376.imageshack.us%2Fimg376%2F4725%2Fimmagine1rs1.th.jpg&hash=008382dc34486dff8722d88a9634e60669a92a86) (http://img376.imageshack.us/my.php?image=immagine1rs1.jpg)
and the black part in bottom of not enough high pages (look at the quoted image to have an example)
Last thing: how I put a Mark as Read button in messagelist? (the only one i've seen is in homepage, but it marks
all the messages as read...)
Thank you so much for this template BrKn!
I just have a quick easy question- I have the SMF Arcade mod installed. How can I make a tab at the top for the arcade?
Quote from: Teddddd on September 12, 2008, 11:35:13 PM
I just have a quick easy question- I have the SMF Arcade mod installed. How can I make a tab at the top for the arcade?
index.template.php
Find:
// How about the [search] button?
Add before:
// How about the [arcade] button?
echo '
<a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a>';
Quote from: Hoochie Coochie Man on September 13, 2008, 09:39:45 AM
Quote from: Teddddd on September 12, 2008, 11:35:13 PM
I just have a quick easy question- I have the SMF Arcade mod installed. How can I make a tab at the top for the arcade?
index.template.php
Find:
// How about the [search] button?
Add before:
// How about the [arcade] button?
echo'
<a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a>';
Thank you for the help, but it didn't work. :C
I put it in exactly where you said.
Quote from: Teddddd on September 13, 2008, 04:36:11 PM
Quote from: Hoochie Coochie Man on September 13, 2008, 09:39:45 AM
Quote from: Teddddd on September 12, 2008, 11:35:13 PM
I just have a quick easy question- I have the SMF Arcade mod installed. How can I make a tab at the top for the arcade?
index.template.php
Find:
// How about the [search] button?
Add before:
// How about the [arcade] button?
echo'
<a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a>';
Thank you for the help, but it didn't work. :C
I put it in exactly where you said.
If you didn't install arcade mod, then ofcourse it won't work.
So, there is no other way!
Hm, that's weird. This is my chunk of code:
Quote// Show the [home] button.
echo'
<a href="', $scripturl, '">' , $txt[103] , '</a>';
// Show the [help] button.
echo'
<a href="', $scripturl, '?action=help">' , $txt[119] , '</a>';
// How about the [arcade] button?
echo'
<a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a>';
// How about the [search] button?
if ($context['allow_search'])
echo'
<a href="', $scripturl, '?action=search">' , $txt[182] , '</a>';
This is the correct placement, right?
Quote from: Teddddd on September 13, 2008, 08:37:25 PM
This is the correct placement, right?
Yep, that's right.
Would you try this again?
http://www.simplemachines.org/community/index.php?topic=258789.msg1705451#msg1705451
Tried it again, still did not work. :(
I don't know much about coding, but:
Quote// How about the [arcade] button?
echo '
<a href="', $scripturl, '?action=arcade">' , $txt['arcade'] , '</a>';
Where it says
Quote$txt['arcade'],
all the other links on the top menu have a number instead of text. For instance, search has 182, help has 119, etc. Would it work to put a number in there instead of arcade?
Have you remembered to add the arcade translation strings in modifications.english.php in the languages folder?
Quote from: ssimo on September 14, 2008, 03:11:42 PM
Have you remembered to add the arcede translation strings in modifications.english.php in the languages folder?
No, I didn't know I had to do that. How do I do it?
simply copy the strings from the default theme folder, same file
Some problems are solved:
For this:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.okc2.com%2Fzebra%2Ferror.gif&hash=6be7f6bf360314542d0fb63b4b5446ac71c6af45)
copy Recent.template.php from Default to Web theme folder and modify:
<div class="tborder"><div class="titlebg2">
<table cellpadding="8" cellspacing="0" width="55%">
<tr>
<td align="left" style="padding-top: 2ex;" class="smalltext">', !empty($modSettings['enableParticipation']) ? '
<img src="' . $settings['images_url'] . '/topic/my_normal_post.gif" alt="" align="middle" /> ' . $txt['participation_caption'] . '<br />' : '', '
to
<div class="tborder"><div class="titlebg5">
<table cellpadding="8" cellspacing="0" width="55%">
<tr>
<td align="left" style="padding-top: 2ex;" class="smalltext">', !empty($modSettings['enableParticipation']) ? '
<img src="' . $settings['images_url'] . '/topic/my_normal_post.gif" alt="" align="middle" /> ' . $txt['participation_caption'] . '<br />' : '', '
For this:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg376.imageshack.us%2Fimg376%2F4725%2Fimmagine1rs1.th.jpg&hash=008382dc34486dff8722d88a9634e60669a92a86) (http://img376.imageshack.us/my.php?image=immagine1rs1.jpg)
I've copied some SMF orangie image files, and changed some "white" in "black" in the css file.
The files are:
all the maintab.*
all the mirrortab.*
all the modtab.*
Help me!!! In V3 of this Theme there isn't button for report to moderator.
Any solution ???
Thank you.
Quote from: ssimo on September 15, 2008, 03:02:16 AM
simply copy the strings from the default theme folder, same file
Thank you, worked perfectly!
One more small problem. Does anybody know how to switch the "topics" and "posts" columns at the top? The titles are reversed.
Find:
<td class="titlebg" valign="middle" align="center" width="5%">
</td>
<td class="titlebg" valign="middle" align="center" width="59%">
<span class="smalltext"><b>'. $txt[20].'</b></span>
</td>
<td class="titlebg" valign="middle" align="center" width="20%">
<span class="smalltext"><b>'. $txt[22].'</b></span>
</td><td class="titlebg" valign="middle" align="center" width="8%">
<span class="smalltext"><b>'. $txt[21].'</b></span>
</td>
<td class="titlebg" valign="middle" align="center" width="8%">
<span class="smalltext"><b>'. $txt[330].'</b></span>
</td>
and replace with
<td class="titlebg" valign="middle" align="center" width="5%">
</td>
<td class="titlebg" valign="middle" align="center" width="59%">
<span class="smalltext"><b>'. $txt[20].'</b></span>
</td>
<td class="titlebg" valign="middle" align="center" width="20%">
<span class="smalltext"><b>'. $txt[22].'</b></span>
</td><td class="titlebg" valign="middle" align="center" width="8%">
<span class="smalltext"><b>'. $txt[330].'</b></span>
</td>
<td class="titlebg" valign="middle" align="center" width="8%">
<span class="smalltext"><b>'. $txt[21].'</b></span>
</td>
This code is here more than once in the file! (and, if I remember, more then in only one file.)
Perfect, thank you so much! I only found it once in the file, and only in that one file, but it worked out perfectly, so it's all good. Thanks again.
Hi.Ty for this great theme.But unfortunately ad mod cant install on it.I tryed with manual install but it failed.Please help me about this issue.
TY...
Quote from: Brkn* on August 31, 2008, 07:49:40 AM
Pity your website is not in English and trying to click on any demo link on your website gets me straight back to where I was ...
I appears to be a SMF bug since over 50% of sites I visit show the same symptoms ...
NOT CONVINCING AT ALL BUT SCARING ME OFF! !! ! !! !!! ! !!! ! ! !
and seeing that 80% of you designer professionals haven't posted here for more than 120 days tells me to RUN OFF !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Hello, I am trying to add a link to the forum, How can I do that? Tried post #18 and still no joy..
Thank You
www.rcing.net