Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: .Darkman on June 22, 2006, 08:29:16 AM

Title: Arobase
Post by: .Darkman on June 22, 2006, 08:29:16 AM
Link to the theme (http://themes.simplemachines.org/index.php?lemma=89)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fthemes.simplemachines.org%2Findex.php%2Faction%2Cdownload%2Flemma%2C89%2Fimage%2Cthumb&hash=1204e247020ede5d845c503f47fe4b0a27c10173)

This theme is called Arobase.
It is a cool looking and Professional theme for SMF. Its also easy going on eyes. I have added onmouseover effects for Forms (Buttons, Text Area etc..).
and in this theme however wide the screen resolution maybe, the logo would fit well. The right part of the logo is made to repeat to fit the screen.

Demo- http://gfxindia.com/smf/index.php?theme=4
Title: Re: Arobase
Post by: ormuz on June 22, 2006, 12:32:55 PM
Great work, convert this theme to smf!  ;D

Just a few questions...

- How to complete remove the header image?
- How to remove the border?
- And how to make this theme expanded?

I need this for a smf integration...


Title: Re: Arobase
Post by: .Darkman on June 24, 2006, 01:07:46 AM
Quote
- How to complete remove the header image?
find logo.gif in index.template and remove completeley from the preceding <td> tag to succeeding </td> tag.
That is remove this.
<td>
<img src="blah blah blah/logo.gif">
</td>


Quote- How to remove the border?
- And how to make this theme expanded?
Open index.template.php in wordpad(i recommend)
and find the first table tag
<table width="80%" border="1px">
Change these to change the width and border
Title: Re: Arobase
Post by: Pod on June 25, 2006, 08:13:10 PM
i have a error after i set it up


Parse error: parse error, unexpected '<' in .../Themes/smf_arobase/index.template.php on line 314

305:         <table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>';
306:
307: }
308:
309: function template_main_below()
310: {
311:    global $context, $settings, $options, $scripturl, $txt;
312:
313:    echo '</td>';
314:         </tr></table>';315:
316:    // Show a vB style login for quick login?
317:    if ($context['show_vBlogin'])
318:       echo '




could u help me..i really like this theme...ty
Title: Re: Arobase
Post by: .Darkman on June 26, 2006, 09:17:50 AM
In your 313 line
change
313:    echo '</td>';
to this
313:    echo '</td>
Title: Re: Arobase
Post by: Pod on June 26, 2006, 10:14:01 AM
fixed thanks! :d
Title: Re: Arobase
Post by: Pod on June 26, 2006, 10:16:19 AM
also..how would i remove the logo..i dont wanna use any logo's...thanks.
Title: Re: Arobase
Post by: ormuz on June 26, 2006, 02:39:41 PM
Quote from: .Darkman on June 24, 2006, 01:07:46 AM
Quote
- How to complete remove the header image?
find logo.gif in index.template and remove completeley from the preceding <td> tag to succeeding </td> tag.
That is remove this.
<td>
<img src="blah blah blah/logo.gif">
</td>


Quote- How to remove the border?
- And how to make this theme expanded?
Open index.template.php in wordpad(i recommend)
and find the first table tag
<table width="80%" border="1px">
Change these to change the width and border
Title: Re: Arobase
Post by: 321sofr on July 03, 2006, 01:35:08 PM
Hi,

for my community, i've translated the buttons into german.
Just extract into /Themes/arobase/images/german

http://321soft.de/files/german.zip

Example: http://321soft.de/schule

Jan
Title: Re: Arobase
Post by: .Darkman on July 04, 2006, 08:39:19 AM
Thanks a lot for this.
I'll add them when updating the theme.
Title: Re: Arobase
Post by: J. Williams on July 25, 2006, 07:31:20 AM
As I have just read online, this theme is basically a conversion of an IPB skin or just a mock-up :D
Title: Re: Arobase
Post by: .Darkman on July 25, 2006, 09:06:37 PM
Yes it is. I got permission to convert the Author's other themes too  ;)
Title: Re: Arobase
Post by: Chattingforum on October 22, 2006, 03:44:34 PM
Deze style is schitterend, gebruik hem nu voor me forum.

This style is great, using him for my forum now!
Title: Re: Arobase
Post by: KtDhc on January 05, 2007, 05:27:05 AM
How can I remove borders + make the width for the forum categories 100%?

OK figured out how to remove borders, had to set cellspacing="0". But how can I make the categories table's width to be 100%?
Title: Re: Arobase
Post by: KtDhc on January 07, 2007, 06:44:21 PM
Can anyone figure it out and tell me?
Title: Re: Arobase
Post by: .Darkman on January 07, 2007, 09:39:20 PM
There is an extra class that you have to remove.
I think i called it as #wrap
Title: Re: Arobase
Post by: KtDhc on January 10, 2007, 03:50:54 AM
Where can I find that? Didn't find that in index.template.php or style.css
Title: Re: Arobase
Post by: .Darkman on January 10, 2007, 07:57:12 AM

</head>
<body>';


// The logo, user information, news, and menu.
echo '



<table cellspacing="1" cellpadding="0" border="0" class="bordercolor" align="center" width="810">
  <tr colspan="3">
<td style="background-color: transparent;" width="0%" valign="top"></td>
<td class="windowbg3" valign="top">';


Change the 810 to 100%


Let me know if that doesn't work
Title: Re: Arobase
Post by: KtDhc on January 10, 2007, 09:11:27 AM
Oh I already did that, that's not the problem. If you look at my forum (http://forum.dbz-beyond.com) you will see that the "User Info" block is full width but all the other blocks (News, Main etc.) are a different width. I want to make all those blocks the same width as the "User Info" block.
Title: Re: Arobase
Post by: .Darkman on January 10, 2007, 09:26:44 AM
It means that you should change the width in the Boardindex.template.php

Or, remove the padding from <div id="boadyarea" padding="blah blah"> in the index.template.php
Title: Re: Arobase
Post by: KtDhc on January 10, 2007, 04:18:33 PM
"Or, remove the padding from <div id="boadyarea" padding="blah blah"> in the index.template.php"

It made the tables a little wider doing that, but still not at full width =/

And I've tried changing a lot of the things in Boardindex.template.php but couldn't get it to work.
Title: Re: Arobase
Post by: djpete on March 06, 2007, 09:27:08 PM
Best skin!
Has anyone else noticed that the first two buttons are out of line slightly?
Home and Help.

Anyone know how to correct??
Thanks
Title: Re: Arobase
Post by: netridge on April 15, 2007, 11:47:41 PM
I am using this skin, and I am having trouble editing the template to allow the ad mod to work. (yes I have posted at smfads.com with no response) can anybody help  ???

Its missing a line of code
   
   
Arobase skin, could not find the code??
e
I am using SMF 1.1.2 with the Arobase theme skin 1.1 RC2

I was in the process of editing BoardIndex.template.php


but when I tried looking for the code below, I could not find it

Code:

      echo '
   </div>';

http://www.smfads.com/forums/index.php?topic=753.0