[Theme] eoSmf for 1.05 & 1.1 Beta 3 Public!

Started by forsakenlad, July 23, 2005, 10:12:07 PM

Previous topic - Next topic

forsakenlad

Thanks for the info Oldiesmann ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

J. Williams

It sort of looks like a phpbb theme
Joshua Jon Williams
Back in Action.

dtm.exe

Quote from: scs on July 30, 2005, 08:00:37 AM
It sort of looks like a phpbb theme

That's because it was ported from a phpBB theme :P.

-Dan The Man

reznorsoft

#23
wow .. this looks like a really nice theme
Good work mate  :P

Quote from: Oldiesmann on July 25, 2005, 02:13:08 AM
Looks great :)

Now you just have to make it work with 1.1 Beta 3 Public ;)
that would truly be icing on the cake .. *hint hint, nudge nudge*  ;)

forsakenlad

All the issues that were reported by users (wrap problems, image widths, icq&yim issue, etc.) are corrected and the theme is made compatible with 1.1 Beta 3 Public, check the first post for details:

http://www.simplemachines.org/community/index.php?topic=43191.msg312085#msg312085
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member


forsakenlad

Well, there is no w3c logo on the theme as you might have noticed, and as far as I checked the theme looks same in all the browsers ;D
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

forsakenlad

Total members weren't being showed corretly, the package has been updated with the fix. If you don't want to reinstall all of the theme, you can just change the following:

In BoardIndex.template.php find:

', $modSettings['memberCount'], '

and replace it with:

', $context['common_stats']['total_members'], '
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

trenchteam

Can I get 4 buttons.  Shop, Arcade, Gallery, and Chat.  thanks ;D

forsakenlad

Here are the butons that you have requested:



And here are some extra buttons:



I hope that they would be helpful... ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member


piyabute

My forum got so many errors when I use eosmf.

1.
hxxp:www.abac.ws/index.php [nonactive] 
8: Undefined variable: board
File: /home/httpd/vhosts/abac.ws/httpdocs/Themes/eosmf/MessageIndex.template.php (eval?)
Line: 119

2.
hxxp:www.abac.ws/index.php [nonactive] 
8: Undefined index: view_num_guests
File: /home/httpd/vhosts/abac.ws/httpdocs/Themes/eosmf/MessageIndex.template.php (eval?)
Line: 18

Pleas help
My Community: hxxp:www.bis.in.th [nonactive]
My Classroom: hxxp:www.abac.ws [nonactive]

forsakenlad

Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

piyabute

My Community: hxxp:www.bis.in.th [nonactive]
My Classroom: hxxp:www.abac.ws [nonactive]

forsakenlad

Thank you for the reports, they are actually bugs! I have also used a variable that doesn't even exist :) I will update the packages when I have time, to fix it you have to some manual editing, naviaget to your /themes/eoSmf folder and open up Messageindex.template.php and find this line:

<a name="top"></a>', theme_linktree(), '</td>';

Add after:


if (!empty($settings['display_who_viewing']))
{


Find this line:

echo empty($context['view_members_list']) ? '0 ' . $txt[19] : implode(', ', $context['view_members_list']) . ((empty($context['view_num_hidden']) or $context['can_moderate_forum']) ? '' : ' (+ ' . $context['view_num_hidden'] . ' ' . $txt['hidden'] . ')');
echo $txt['who_and'], $context['view_num_guests'], ' ', $context['view_num_guests'] == 1 ? $txt['guest'] : $txt['guests'], $txt['who_viewing_board'], '</td>';


And replace it with:

if ($settings['display_who_viewing'] == 1)
echo count($context['view_members']), ' ', count($context['view_members']) == 1 ? $txt['who_member'] : $txt[19];
else
echo empty($context['view_members_list']) ? '0 ' . $txt[19] : implode(', ', $context['view_members_list']) . ((empty($context['view_num_hidden']) or $context['can_moderate_forum']) ? '' : ' (+ ' . $context['view_num_hidden'] . ' ' . $txt['hidden'] . ')');
echo $txt['who_and'], $context['view_num_guests'], ' ', $context['view_num_guests'] == 1 ? $txt['guest'] : $txt['guests'], $txt['who_viewing_board'], '</td>';
}


Find this line:

<span class="cattitle">', $board['name'], '</span>

And replace it with this:

&nbsp;

I am sorry again for the wrong coding...
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

piyabute

My Community: hxxp:www.bis.in.th [nonactive]
My Classroom: hxxp:www.abac.ws [nonactive]

piyabute

There is one more bug. The quick reply doesn't work. When my user enters message in quick reply textarea and clicks submit, message is not posted.

SMF 1.0.5
My Community: hxxp:www.bis.in.th [nonactive]
My Classroom: hxxp:www.abac.ws [nonactive]

forsakenlad

THis doesn't happen when I am using it, can you tell me the error they get? Also you are using the 1.05 version of the theme right?
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

piyabute

After I only enable "quick reply" feature (without posting yet) and view a topic, these errors occur.

Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 253
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 557

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 254
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 558

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 255
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 559

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 441
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 560

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 445
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 562

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 256
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 563

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 446
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 564

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 435
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 566

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 257
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 567

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 434
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 568

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 259
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 570

   Tao   Today at 10:45:45 PM 
hxxp:www.bis.in.th/forum/index.php?topic=3452.0 [nonactive] 
8: Undefined offset: 260
File: /home/httpd/vhosts/bis.in.th/httpdocs/forum/Themes/eosmf/Display.template.php (eval?)
Line: 571
My Community: hxxp:www.bis.in.th [nonactive]
My Classroom: hxxp:www.abac.ws [nonactive]

forsakenlad

Ok will post a fix soon, thanks for reporting the bugs with the theme ;D
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

Advertisement: