Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: zwaldowski on September 06, 2007, 09:40:37 AM

Title: ApolloBB
Post by: zwaldowski on September 06, 2007, 09:40:37 AM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=356)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C356%2Fimage%2Cthumb&hash=88549cf3417cbbaf31b601cc32ebc9b816038779)

ApolloBB

Thank you for checking out my first theme!  ApolloBB is a smooth, crisp, and clean theme ported from phpBB (with permission).  It includes five colors and many options.

I pride by the fact that my theme validates as XHTML 1.0 Transitional and CSS 2.0.  ApolloBB is not tableless, but a tableless design is planned for the next version.  It is designed for SMF 1.1.3 or greater, and is not supported on any other version.

Options and Features
ApolloBB includes the following options:

They can all be set in the Administration, under Configuration >> Themes and Layout >> Current Theme (if you are using ApolloBB).

Live Demo
You can find a live demo of ApolloBB at http://demo.freeguides.co.cc/apollobb (http://demo.freeguides.co.cc/apollobb).  Big thanks to the guys over there for putting this up for me.

Installation
To install the ApolloBB theme, log in to your board.  Enter the administration using the "Admin" button at the top.  Using the left sidebar, navigate to "Configuration >> Themes and Layout".  Make sure the "Manage and Install" tab is selected.  Scroll down to where it says "Install a new theme".  Under the "From a file" heading, click on the Browse button and navigate to where you saved the theme.  Make sure its location is entered in the box, and then click Install.  Simple as that.

TinyPortal
Do you use TinyPortal for SMF?  You can download ApolloBB-TP with full TinyPortal compatibility and XHTML compliance at my site (http://www.simplemachines.org/community/index.php?topic=193357.msg1266802#msg1266802) or by clicking on the link above.

Modifications and Languages
If your modification alters the following template files, you will have to manually edit them:

The template pages are mostly the same to the SMF default theme, and should hardly take any work to be added in.

ApolloBB includes the Dilber MC modification patched in to fix a gradient error and has built-in support for the Ad Management mod.

Language support is, by default, English.  Our theme includes both Settings.english.php and Modifications.english.php files.  If you have any mods installed that edit the SMF Core theme's Modifications.english.php, you must add them in ApolloBB's file as well.  Make sure not to overwrite any data in ApolloBB's language file, but also make sure to copy all the data in SMF's language file to it.

Credits

What's New?
ApolloBB 1.2.6 (2 Oct 2007) - Fixed bug in statistics system.  All outstanding bugs are fixed!
ApolloBB 1.2.5 (28 Sep 2007) - Cleaned up CSS, added set width option, fixed display bugs for header, partially redesigned MessageIndex, fixed message fader, removed IE errors, compatible with 1.1.4
ApolloBB 1.2 (16 Sep 2007) - Added new bar above the navigation bar, containing a random news line (if enabled) and the date.  The date has been removed from the linktree.  The color selection box has been moved inside the member bar, and the contract/expand trigger icon has been moved inside to the selection box's old position.  The board index has been partially redesigned, looking more like the original Apollo theme.  Cleaned up and altered the topic display, you can now move a poll into the topic section.  Cleaned up some images and removed artifacts.
ApolloBB 1.0.2  (8 Sep 2007) - Fixed XHTML validity bug, renamed theme to ApolloBB, added in AdMod support.
Apollo 1.0  (3 Sep 2007) - Initial theme release.
Title: Re: ApolloBB
Post by: nitins60 on September 06, 2007, 09:58:53 AM
Good theme!! I can help ppl to manage/install admod :)
however i didn't find diffe between default display.template.php and yr theme file :o
Title: Re: ApolloBB
Post by: ormuz on September 06, 2007, 11:59:02 AM
Nice one! Good job
Title: Re: ApolloBB
Post by: zwaldowski on September 06, 2007, 06:57:40 PM
Quote from: nitins60 on September 06, 2007, 09:58:53 AM
Good theme!! I can help ppl to manage/install admod :)
however i didn't find diffe between default display.template.php and yr theme file :o

The Display.template.php contains some cleaning up in the buttons and breadcrumbs, and adds a phpBB-style title.  Since I don't think that is changed by the ad mod, it should be the same edits for the default theme.
Title: Re: ApolloBB
Post by: aldo on September 06, 2007, 10:36:28 PM
Wow! Nice theme. I love it. Its like DilberMC but more modern. And I am glad you have the place where you can put a copyright, it is very useful ;)
Title: Re: ApolloBB
Post by: zwaldowski on September 08, 2007, 01:39:26 PM
ApolloBB 1.0.2 released

It is recommended that all users update to this release.

Updates/Fixes:

To update to this version, you will have to reinstall.  Download the new version and upload it via SMF's theme panel.

When removing the theme (under Themes and Settings), remember that the old one is named Apollo and the new one is ApolloBB.  Users that use the old Apollo theme should be reset to your forum's default, which we hope is Apollo :D.

Note that if Apollo (the old version) is your forum's default, you will have to change it before removing the old version.

When removing the old files (via FTP or other similar file protocols), the old theme is called apolloBB, while the new version should be ApolloBB.  Remove the apolloBB directory.

----------------

Thank you all for downloading ApolloBB.  Please continue to suggest new features, options, etc.
Title: Re: ApolloBB
Post by: mrstime on September 08, 2007, 07:56:46 PM
I installed the theme no problem however I am not showing the color choice options like on your demo.   I found the setting.   One other question, how can I add a chat button?
Title: Re: ApolloBB
Post by: zwaldowski on September 08, 2007, 10:33:56 PM
It'll be in the index.template.php file.

Look for (line 706, as of this version):

// The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar" ' , $current_action == 'calendar' ? 'class="nav_important"' : '' , '>' , $txt['calendar24'] , '</a>&nbsp;|';

Add this:

// New Button
echo '
<a href="', $scripturl, '?action=action here" ' , $current_action == 'same action here' ? 'class="nav_important"' : '' , '>' , $txt['text'] , '</a>&nbsp;|';


Replace action here and 'text' with what comes with the mod.

Or, if you're linking to a custom page:

// New Button
echo '
<a href="http://link.to.page.here">Link</a>&nbsp;|';
Title: Re: ApolloBB
Post by: mrstime on September 08, 2007, 10:55:34 PM
I am going to be brave and try that.  If I mess it up I will cry.  LOL

Great, great theme here!!  The members are already loving it, now they will be over the moon if I can get the chat button and it working. 

Thank you so much. 
Title: Re: ApolloBB
Post by: mrstime on September 08, 2007, 11:19:41 PM
Now, after that calendar tag is where I put the code you gave me...correct?   I want to make sure I get this right. 
Title: Re: ApolloBB
Post by: zwaldowski on September 09, 2007, 09:30:29 AM
Yes.


// The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar" ' , $current_action == 'calendar' ? 'class="nav_important"' : '' , '>' , $txt['calendar24'] , '</a>&nbsp;|';
// New Button
echo '
<a href="', $scripturl, '?action=action here" ' , $current_action == 'same action here' ? 'class="nav_important"' : '' , '>' , $txt['text'] , '</a>&nbsp;|';

Title: Re: ApolloBB
Post by: junglecat on September 09, 2007, 09:33:41 AM
I installed this and there is no news box. How do I add that at the top.

Also, where do I edit the header?
Title: Re: ApolloBB
Post by: zwaldowski on September 09, 2007, 08:31:33 PM
You can enable a news fader on the front page in the options.  As for on every page, that is to be done soon in ApolloBB 1.1, which I'll put out this week.

What do you need to edit the header for, might I ask?  If you need to change the logo, that is in the options as well.
Title: Re: ApolloBB
Post by: junglecat on September 09, 2007, 08:41:38 PM
Quote from: zwaldowski on September 09, 2007, 08:31:33 PM
What do you need to edit the header for, might I ask? 

I have a row of links to put across the top: donate, rules, etc.
Title: Re: ApolloBB
Post by: zwaldowski on September 10, 2007, 06:11:59 AM
So do you want to add buttons to the header navigation, or is it something else?  If it is the latter, you'll have to go fishing in the index.template.php file.  If it is the former, please view my above post (http://www.simplemachines.org/community/index.php?topic=193357.msg1233931#msg1233931).
Title: Re: ApolloBB
Post by: junglecat on September 10, 2007, 09:47:37 AM
I got my links added at the top, you can see it here right under the default links: http://agricommunity.com/christian/index.php :D
Title: Re: ApolloBB
Post by: zwaldowski on September 11, 2007, 06:55:45 AM
I forgot to mention, you could have used the global HTML option to added them in right below the member bar.
Title: Re: ApolloBB
Post by: junglecat on September 11, 2007, 08:46:54 AM
Quote from: zwaldowski on September 11, 2007, 06:55:45 AM
I forgot to mention, you could have used the global HTML option to added them in right below the member bar.

Global HTML option? I must have missed that one.
Title: Re: ApolloBB
Post by: phodopus on September 12, 2007, 05:18:48 AM
Hi,

Nice theme, thanks, I installed it, but there is some differences in IE and Firefox.
Example for blue color:
Fields for login, password: Firefox - blue, IE - white.
Text area, when writing message: Firefox - white text on blue background, IE - black letters on blue background :)

And - could that text area be a bit more contrasty?
For example, sometimes I have problems with finding a cursor on green background :)
Title: Re: ApolloBB
Post by: zwaldowski on September 12, 2007, 06:50:49 AM
I understand that.   IE's white background is due to it's own non-support for input.  Are you looking for Firefox to not have the input backgrounds?
Title: Re: ApolloBB
Post by: junglecat on September 12, 2007, 12:41:26 PM
Quote from: zwaldowski on September 09, 2007, 08:31:33 PM
You can enable a news fader on the front page in the options. 

Ok, I did that, but it doesn't rotate all the sayings. It just sits on the first one permanently.

EDIT: Never mind. It's working now.
Title: Re: ApolloBB
Post by: feretro on September 14, 2007, 12:11:00 PM
I love this Themes! Can I install it on a Spanish site? Do I have to make any change?
Title: Re: ApolloBB
Post by: zwaldowski on September 15, 2007, 08:50:44 AM
Yeah, you must create a Settings.spanish.php or Settings.spanish-utf8.php in the ApolloBB/languages/ directory, or else you won't be able to edit any of the settings.
Title: Re: ApolloBB
Post by: junglecat on September 15, 2007, 01:59:19 PM
Quote from: junglecat on September 09, 2007, 09:33:41 AM
I installed this and there is no news box. How do I add that at the top.

I still need the regular newsbox, not the fader. Is there any way to add that in?
Title: Re: ApolloBB
Post by: zwaldowski on September 16, 2007, 09:23:52 AM
Give me thirty minutes from now, and I'll upload ApolloBB 1.2.  It has many new features.
Title: Re: ApolloBB
Post by: zwaldowski on September 16, 2007, 10:16:23 AM
ApolloBB 1.2 released

It is recommended that all users update to this release.

Updates/Fixes:

Upgrading:
From version 1.0:  To upgrade to version 1.2, you must remove the theme, remove the "Apollo" folder from your Themes directory, and install ApolloBB 1.2.

From version 1.0.2:  To upgrade to version 1.2, you must upload the new files via FTP.  Make sure all of the files are overwritten.  Next, enter the options for ApolloBB (Enter the administration section, go to "Themes and Layout", select the "Manage and Install" tab, and click on the header that says "Apollo (1.1)" or something similar.  If you are currently using Apollo, you can just go to the admin and click "Current Theme" in the left sidebar).  Under the header "Theme URLs and Configuration," change the box that says "This theme's name:" to ApolloBB.  Next, scroll down and change at least one option and then click save.  This updates your database for the new options so errors aren't caused.

----------------

Thank you, again, for downloading ApolloBB.  Please continue to suggest new features, options, etc.
Title: Re: ApolloBB
Post by: fortest on September 16, 2007, 10:50:19 PM
Very nice theme, zwaldowski... :)
I really like the slick and modern look of the theme. Nice color combinations, too...

I do have some minor gripes, though...





Other than that, I think you've done a very good job on this theme... I'm certainly looking forward to the next version... with tableless layout, perhaps?  ;D


By the way, can I use a logo that is wider than 325x89 pixel with this theme??

Thanks and keep up the good work...
Title: Re: ApolloBB
Post by: zwaldowski on September 17, 2007, 04:50:51 PM
Quote from: fortest on September 16, 2007, 10:50:19 PM
Very nice theme, zwaldowski... :)
I really like the slick and modern look of the theme. Nice color combinations, too...

I do have some minor gripes, though...

  • I think the board name column is too wide, and the last post column is too narrow. I also prefer that the topics and posts columns merged into one column, like in the previous version...
  • I feel that the size of the board icon (on.gif, off.gif) is too big. Maybe reducing their size a little bit will be nice.
  • Some images have a white border around them (useroff.gif, profile_sm.gif, quick_sticky.gif, stats_info.gif, etc.)
  • The white patch on the upper part of bar.gif. It looks really bad when viewing Posting Activity By Time bars...

Other than that, I think you've done a very good job on this theme... I'm certainly looking forward to the next version... with tableless layout, perhaps?  ;D


By the way, can I use a logo that is wider than 325x89 pixel with this theme??

Thanks and keep up the good work...

Alright, let me respond:

Wider logo? Yes, as long as it doesn't reach too far, remember to acknowledge login/search boxes, forum name, and fluid width.  Height, I'm not sure, but I think it will work fine.

Tableless will be on its way, as soon as IE has better support for backgrounds.   >:(   (Everything except IE will get the layout to work, specifically the side shadows, with position:fixed, however, IE doesn't work at all).[/list]
Title: Re: ApolloBB
Post by: feretro on September 17, 2007, 05:39:36 PM
How can I add a funtion that lets moderator o admins move a messeage in this themes?
Title: Re: ApolloBB
Post by: fortest on September 17, 2007, 06:48:19 PM
Quote from: zwaldowski on September 17, 2007, 04:50:51 PM

Alright, let me respond:

  • I'll probably fix the width of the board name column in the next bugfix.  I also might put in the topics and posts as an option in the next version.
  • The board icon is one of the smallest I've seen in SMF themes, so I won't see myself reducing it any more.
  • I don't see this in any browser.  What are you using?  Can I have an example?
  • I hadn't noticed bar.gif was used for the bar graphs, too.  Will be fixed.  EDIT:  It appears that this isn't even mine!  It was a Dilber MC thing, I'll fix it.

Wider logo? Yes, as long as it doesn't reach too far, remember to acknowledge login/search boxes, forum name, and fluid width.  Height, I'm not sure, but I think it will work fine.

Tableless will be on its way, as soon as IE has better support for backgrounds.   >:(   (Everything except IE will get the layout to work, specifically the side shadows, with position:fixed, however, IE doesn't work at all).[/list]

I'm using Opera 9.23. Here's a couple of screenshots...
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.imageox.com%2Fgraphic%2Fthumbs%2F85285-sshot-th.jpeg&hash=8fe3e38d41c893cd560b2a7809adc80cfba45cbe) (http://www.imageox.com/share/85285-sshot.jpeg) (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.imageox.com%2Fgraphic%2Fthumbs%2F85299-sshot2-th.jpeg&hash=3a1fd8d036b5b62e007c38008b0e5eb1e3fb1985) (http://www.imageox.com/share/85299-sshot2.jpeg)

In the 1st screenshot, stats_info.gif, stats_posters.gif, stats_replies.gif, stats_views.gif have some kind of white border around them... compare them with stats_board.gif which looks cleaner without the white border...

In the 2nd screenshot, the sticky topic icon also has this white border...
Title: Re: ApolloBB
Post by: zwaldowski on September 17, 2007, 07:43:39 PM
Oh, that's a scaling issue.  I noticed that today, I didn't know that's what you were talking about.  I'll probably have to hack around in the template to get the images to render small.

As for the second screenshot, the sticky icon is supposed to have the border:  it's in the image.
Title: Re: ApolloBB
Post by: segrob on September 18, 2007, 08:51:40 AM
I am the one attain put in new button

some myself he helps

// Arcade    
    echo ($current_action == 'arcade' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'arcade' ? 'active_back' : 'back' , '">
<a href="http://www.mundo-digital-sat.com/forum/index.php?action=arcade">Salao de Jogos</a>
</td>' , $current_action == 'arcade' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

// TV
if (!$context['in_maintenance'])
echo ($current_action=='tv' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'tv' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=tv" onclick="window.open(\'', $scripturl, '?action=tv\',\'' .$txt['tv_modname']. '\',\'height=375,width=544\'); return false;">' .$txt['tv_modname']. '</a>
</td>' , $current_action == 'tv' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

// Radio
if (!$context['in_maintenance'])
echo ($current_action=='radio' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'radio' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=radio" onclick="window.open(\'', $scripturl, '?action=radio\',\'' .$txt['radio_modname']. '\',\'height=265,width=553\'); return false;">' .$txt['radio_modname']. '</a>
</td>' , $current_action == 'radio' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

Title: Re: ApolloBB
Post by: zwaldowski on September 19, 2007, 07:07:57 AM
That code will look like this:


// Arcade    
echo '
<a href="', $scripturl, '?action=arcade" ' , $current_action == 'arcade' ? 'class="nav_important"' : '' , '>Salao de Jogos</a>&nbsp;|';


// TV
if (!$context['in_maintenance'])
echo '
<a href="', $scripturl, '?action=tv" ' , $current_action == 'tv' ? 'class="nav_important"' : '' , ' onclick="window.open(\'', $scripturl, '?action=tv\',\'' .$txt['tv_modname']. '\',\'height=375,width=544\'); return false;">' , $txt['tv_modname'] , '</a>&nbsp;|';

// Radio
if (!$context['in_maintenance']);
echo '
<a href="', $scripturl, '?action=radio" ' , $current_action == 'radio' ? 'class="nav_important"' : '' , ' onclick="window.open(\'', $scripturl, '?action=radio\',\'' .$txt['radio_modname']. '\',\'height=265,width=553\'); return false;">' , $txt['radio_modname'] , '</a>&nbsp;|';
Title: Re: ApolloBB
Post by: segrob on September 19, 2007, 10:06:13 AM
5*********

thanks a lot :D
Title: Re: ApolloBB
Post by: netridge on September 19, 2007, 11:44:43 AM
I like this theme, any chance you can do a tinyportal port?
Title: Re: ApolloBB
Post by: zwaldowski on September 19, 2007, 07:03:09 PM
Crip made one, though it hasn't been updated for the new version.  I'll try to get one together in the next couple of days.
Title: Re: ApolloBB
Post by: danielgc on September 20, 2007, 12:13:11 PM
I just want to thank you for the theme, it is really great!

One little suggestion: one of my member noted that the links inside a post are not different than the rest of the text. Searching in this board and google, I came to modify styles.css adding:

.post a:link, .post a:visited
{
        color: #333;
        font-weight: bold;
    text-decoration:none;
     color: #000000;
     border-width: 0px 0px 1px 0px;
     border-style: none none dashed none;
}


and you can see it in action here: http://fit.um.edu.mx/foros/index.php?topic=13.msg1486#msg1486

Thx again! A tinyportal for this theme would make me try it :)
Title: Re: ApolloBB
Post by: segrob on September 20, 2007, 01:27:39 PM
I find this thema 5 ************** but I think that banner it had to be to the center and power to put banner atraves of the panel of administracao!
Title: Re: ApolloBB
Post by: feretro on September 20, 2007, 02:15:02 PM
Alguien tiene identificado que es cada cosa en el CSS de este tema?
Title: Re: ApolloBB
Post by: zwaldowski on September 20, 2007, 04:12:57 PM
Quote from: danielgc on September 20, 2007, 12:13:11 PM
I just want to thank you for the theme, it is really great!

One little suggestion: one of my member noted that the links inside a post are not different than the rest of the text. Searching in this board and google, I came to modify styles.css adding:

.post a:link, .post a:visited
{
        color: #333;
        font-weight: bold;
    text-decoration:none;
     color: #000000;
     border-width: 0px 0px 1px 0px;
     border-style: none none dashed none;
}


and you can see it in action here: http://fit.um.edu.mx/foros/index.php?topic=13.msg1486#msg1486

Thx again! A tinyportal for this theme would make me try it :)

Thanks, that will be altered and added.
Title: Re: ApolloBB
Post by: danielgc on September 20, 2007, 11:56:49 PM
I found this bug on index.template.php:

         <div class="pm_new" style="text-align:center"><a href="', $scripturl, '?action=pm">', $txt[660], ' ', $context['user']['unread_messages'], ' ', $context['user']['unred_messages'] == 1 ? $txt[471] : $txt[153], '.  ', $txt[661], ' ', $txt[662], ' ', $txt[663], '</a></div>';

That "unred_meesages" shouldn't be unread? or read?
Title: Re: ApolloBB
Post by: zwaldowski on September 21, 2007, 04:54:09 PM
Yes, it should.  20 points for you.  :-D
Title: Re: ApolloBB
Post by: Kirsty on September 22, 2007, 08:57:08 PM
Hi,

I have recently installed this theme and really like it, but would like to change a few things.

When you hover over each room the background changes colour and moves.  Is there a way to stop this?

Also just wondering if there is anyway to alter the last poster on the index page to having just the posters name and date and also if there's a way of having how many members are on the board down the bottom in the Forum Stats box.

Thanks
Kirsty
Title: Re: ApolloBB
Post by: m@d on September 23, 2007, 12:12:10 AM
I have got this error Message

Quote8: Undefined index: unred_messages
Datei: /home/shareyou/public_html/smf/Themes/ApolloBB/BoardIndex.template.php (eval?)
Zeile: 490

any solution  ???
Title: Re: ApolloBB
Post by: zwaldowski on September 23, 2007, 10:04:29 AM
Sorry, this is supposed to be patched in the newest version.

If you can open up index.template.php, look for the following line:
         <div id="pm_new" style="text-align:center"><a class="hoverbox" href="', $scripturl, '?action=pm">', $txt[660], ' ', $context['user']['unread_messages'], ' ', $context['user']['unred_messages'] == 1 ? $txt[471] : $txt[153], '.  ', $txt[661], ' ', $txt[662], ' ', $txt[663], '</a></div>';


Replace it with:
         <div id="pm_new" style="text-align:center"><a class="hoverbox" href="', $scripturl, '?action=pm">', $txt[660], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt[471] : $txt[153], '.  ', $txt[661], ' ', $txt[662], ' ', $txt[663], '</a></div>';


Also make sure you've followed the upgrade instructions, if you get any other Undefined index errors, however this should be the only one.
Title: Re: ApolloBB
Post by: m@d on September 23, 2007, 11:34:35 AM
okay thank you will test ist out !

One question , how can i change the width of the theme?
Title: Re: ApolloBB
Post by: Fall3nangel on September 26, 2007, 12:41:09 PM
This is an awesome theme ;)

I've installed it but I had to remove it again :( every time a forum page loads it always says 'done but with errors' with the yellow upside down exclamation triangle, how can i stop this from happening? I really want to use this theme! ;)
Title: Re: ApolloBB
Post by: danielgc on September 26, 2007, 03:59:20 PM
hello, my forum it is not showing properly on IE7 (http://fit.um.edu.mx/foros ): the board title is misplaced and the news fader isn't working :(

Any idea, plz?

TIA!
Title: Re: ApolloBB
Post by: scottps6 on September 26, 2007, 05:21:06 PM
Hi I love the theme it is awesome! Anyone know how to edit the Profile link text to user cp? i'm sure it is to do with the $txt[74] part but when i change it the link disappears.  Many thanks.
Title: Re: ApolloBB
Post by: Fall3nangel on September 26, 2007, 05:35:11 PM
I tried it again and i'm still getting all the errors, why is this happening? this is what i get:~

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi214.photobucket.com%2Falbums%2Fcc293%2FChaosAngels_666%2Ferror.jpg&hash=f4ada383414585b63c5f5bd79c916a40ea6e3654)
Title: Re: ApolloBB
Post by: zwaldowski on September 26, 2007, 06:08:38 PM
What's the error?  I don't have IE7 (yet).  Just double-click on the little error icon and copy+paste the error.

Error fader works in every browser for my... either (a) change the timing in the theme settings, or (b) toss me a video.

EDIT:

Quote from: scottps6 on September 26, 2007, 05:21:06 PM
Hi I love the theme it is awesome! Anyone know how to edit the Profile link text to user cp? i'm sure it is to do with the $txt[74] part but when i change it the link disappears.  Many thanks.

The User CP mod by Alan_S?  If so, look in index.template.php for:
if (in_array($context['current_action'], array(

and add in that line:
'usercp',

Also, the following (in the profile link):
$txt[79]

is supposed to be replaced with:
$txt['usercp']


I also have a special template and images for usercp.  PM me if you want the package.
Title: Re: ApolloBB
Post by: zwaldowski on September 26, 2007, 06:51:07 PM
On the subject of IE7 titles:  IE7 doesn't properly support the display:table (for vertical-align) like other browsers do; it also doesn't support the IE6 fix for title displaying.  I might just either use a table for the header or disable it in IE entirely.
Title: Re: ApolloBB
Post by: Fall3nangel on September 27, 2007, 04:48:05 AM
Thanks for the reply ;)

Ok, these are the errors:~

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi214.photobucket.com%2Falbums%2Fcc293%2FChaosAngels_666%2Fe1.jpg&hash=06b597050f38b051aa3f25825976c8f840036b78)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi214.photobucket.com%2Falbums%2Fcc293%2FChaosAngels_666%2Fe2.jpg&hash=f891485d1a529840536a89d79296265c6c5dbdcb)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi214.photobucket.com%2Falbums%2Fcc293%2FChaosAngels_666%2Fe3.jpg&hash=f1eded3d3bfe984c87268763f1f013400b7a9bac)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi214.photobucket.com%2Falbums%2Fcc293%2FChaosAngels_666%2Fe4.jpg&hash=73de9169c53604e40b7579cfc237e6c7870bc6e0)


My news fader isn't working  :(

Also, is there a way of stopping the rollover effect on the main board listing?

and can I change the colour of the message boxes to white? because we post loads of images in our forums with white backgrounds ;)

Thankyou!  O:)
Title: Re: ApolloBB
Post by: danielgc on September 27, 2007, 10:08:00 AM
thx a lot for your work with this theme, zwaldowski!

Just for the records, IE7 sucks, I use Opera and Firefox, but some users of my board use it :(

It would be nice your CP :) plz share it too :)
Title: Re: ApolloBB
Post by: zwaldowski on September 27, 2007, 09:50:40 PM
I fixed both the PreloadFlag and smfFadeContent errors, I'll the new version (with new features and fixes) sometime tomorrow.
Title: Re: ApolloBB
Post by: zwaldowski on September 28, 2007, 07:22:50 AM
Sorry for the double post.

ApolloBB 1.2.5 released

It is recommended that all users update to this release.

Updates/Fixes:

Upgrading:
From version 1.0:  To upgrade to version 1.2.5, you must remove the theme, remove the "Apollo" folder from your Themes directory, and install ApolloBB 1.2.

From version 1.0.2 or 1.2:  To upgrade to version 1.2.5, you must upload the new files via FTP.  Make sure all of the files are overwritten.  Next, enter the options for ApolloBB (Enter the administration section, go to "Themes and Layout", select the "Manage and Install" tab, and click on the header that says "Apollo (1.1)" or something similar.  If you are currently using Apollo, you can just go to the admin and click "Current Theme" in the left sidebar).  Under the header "Theme URLs and Configuration," change the box that says "This theme's name:" to ApolloBB.  Next, scroll down and change at least one option and then click save.  This updates your database for the new options so errors aren't caused.

Important info for users with mods installed:
ApolloBB 1.2.5 includes a Modifications.english.php file for increased language compatibility with the theme itself.  If you have any mods installed that edit the SMF Core theme's Modifications.english.php, you must add them here as well.  Make sure not to overwrite any data in ApolloBB's language file, but also make sure to copy all the data in SMF's language file to it.

----------------

Thank you, again, for downloading ApolloBB.  Please continue to suggest new features, options, etc.
Title: Re: ApolloBB
Post by: Fall3nangel on September 28, 2007, 11:32:57 AM
Thankyou!!!!!  ;D  :-*

everythings working all lovely with noooooo errors at all ;)

Thanks for the awesome theme, excellent work!  ;)
Title: Re: ApolloBB
Post by: edy_0906 on September 28, 2007, 10:19:12 PM
thanks zwaldowski for the update for this nice theme...

but I've found a minor bug with the bars in the Statistics Center...

Title: Re: ApolloBB
Post by: zwaldowski on September 29, 2007, 09:06:17 AM
Do they stretch?  It was an intended effect, I'll replace it with a 1x1 block in the next bugfix update.
Title: Re: ApolloBB
Post by: emaredee on September 29, 2007, 06:32:37 PM
Hi, I love this theme!  Very clean and well-organized.

Which code do I have to edit to remove the Info Center (the "Hello, [username]" box)?

I'm using Tiny Portal, so it's not necessary in my forum.

Thanks,
emaredee
Title: Re: ApolloBB
Post by: edy_0906 on September 29, 2007, 08:47:54 PM
Quote from: zwaldowski on September 29, 2007, 09:06:17 AM
Do they stretch?  It was an intended effect, I'll replace it with a 1x1 block in the next bugfix update.

they're not stretched, just... misaligned?
I don't know how to exactly describe them... You should see them yourself...  :P
Title: Re: ApolloBB
Post by: zwaldowski on September 29, 2007, 10:41:50 PM
Damn text-align and vertical-align.  Thank you, will be fixed.
Title: Re: ApolloBB
Post by: segrob on October 01, 2007, 08:31:43 AM
good zwaldowski
taste very of this thema this 5 ****************! :D :D
how I can center logo in my forum?

Thanks
Title: Re: ApolloBB
Post by: emaredee on October 01, 2007, 06:44:11 PM
Quote from: emaredee on September 29, 2007, 06:32:37 PM

Which code do I have to edit to remove the Info Center (the "Hello, [username]" box)?

I'm using Tiny Portal, so it's not necessary in my forum.


?
Title: Re: ApolloBB
Post by: geo32101 on October 01, 2007, 10:17:04 PM
How do you change the color of the borum?Like from blue to red or something?
Title: Re: ApolloBB
Post by: zwaldowski on October 02, 2007, 07:01:01 AM
You mean, of the whole thing?  You can change the settings for the theme in the Administration section.  You will find a link at the left that says "Current Theme".  You can change the color style of the forum there, and also allow users to choose their own selection.
Title: Re: ApolloBB
Post by: zwaldowski on October 02, 2007, 08:20:33 PM
ApolloBB 1.2.6 released

It is recommended that all users update to this release.

This is a stability release.  It fixes an issue with the statistics system.  You can find upgrade instructions on the first post in this topic.  The only file updated in this fix is ApolloBB/images/bar.gif.

I am proud to announce that all outstanding bugs in the ApolloBB theme are fixed!

Thank you all, one more time for downloading ApolloBB.  Please continue to suggest new features, options, etc.
Title: Re: ApolloBB
Post by: cru on October 02, 2007, 11:09:32 PM
this is very cool. do u think i can install it easily  considering the mods in my site?

I don't know how to start, since there's an ApolloBB theme for Tiny Portal too... :-\

details of my mods are in my sig. thanks
Title: Re: ApolloBB
Post by: zwaldowski on October 03, 2007, 06:42:45 AM
Do not install with TinyPortal.  I'm developing a TP version soon. 

Let me see...

TinyPortal:  Do not install yet, I am developing a new TP version.  The current TP version is based off of Apollo 1.0.


New Topic Button:  Easy mod.

Find in Display.template.php:
// Build the normal button array.
$normal_buttons = array(
'reply' => array('test' => 'can_reply', 'text' => 146, 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';num_replies=' . $context['num_replies']),

Add afterwards on a new line:
'new_topic' => array((allowedTo('post_new')) ? 1 : 'test' => 'nothinglol', 'text' => 'smf258', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),




SMF Trader System:  Similar mod.

Find in Display.template.php:
global $context, $settings, $options, $txt, $scripturl, $modSettings;

and add after:
global $db_prefix;


Also, find the following in the same file:
// Show the member's primary group (like 'Administrator') if they have one.
if (isset($message['member']['group']) && $message['member']['group'] != '')
echo '
', $message['member']['group'], '<br />';

and add after:
//Start SMF Trader System
//First do the query for the number of ratings
db_query("SELECT feedbackid FROM {$db_prefix}feedback WHERE ID_MEMBER ="  . $message['member']['id'], __FILE__, __LINE__);
$tradecount = db_affected_rows();

//Show the trader info
echo '
<b>' . $txt['smftrader_profile'] . ' </b>
(<a href="' . $scripturl .  '?action=trader&id=' . $message['member']['id'] . '">', $tradecount, '</a>)<br />';

//END SMF Trader System



Ad Management:  ApolloBB has built-in support.



SMF Gallery Lite:

In index.template.php, find:
$current_action = 'admin';
if (in_array($context['current_action'], array(

Add to that same line:
'gallery',


Also, find:
// the [member] list button

if ($context['allow_memberlist'])

echo '

<a href="', $scripturl, '?action=mlist" ' , $current_action == 'mlist' ? 'class="nav_important"' : '' , '>' , $txt[331] , '</a>&nbsp;|';

And add after on a new line:
// the [SMF Gallery] button

if ($context['allow_smfgallery_view'])

echo '

<a href="', $scripturl, '?action=gallery" ' , $current_action == 'gallery' ? 'class="nav_important"' : '' , '>' , $txt['smfgallery_menu'] , '</a>&nbsp;|';




YouTube BBC Tag:  Just add the following to ApolloBB's Modifications.english.php:
$txt['youtube'] = 'YouTube';


Also upload youtube.gif (copy it from the Themes/default/images/bbc/ directory) to ApolloBB/images/bbc.



SMF Sitemap:

Add the following to the end of the style.css:
/* Style for Sitemap */
.showSwitch {
display: block;
}
.hideSwitch {
display: none;
}


Add the following line to your Modifications.english.php:
$txt['apollobb_sitemap'] = "Sitemap";


In index.template.php, find:
<div id="footer_right" class="smalltext">

and add on a new line:
<a href="'.$scripturl.'?action=sitemap" title="',$txt['apollobb_sitemap'],'">',$txt['apollobb_sitemap'],'</a> |





Overall, just wait until I release the TP version (which will be soon) and apply the above edits to the theme.  Everything should be great!
Title: Re: ApolloBB
Post by: cru on October 03, 2007, 06:46:14 AM
wow! thanks! :)
Title: Re: ApolloBB
Post by: jamietje on October 05, 2007, 12:29:07 PM
I got your theme and my shoutbox doesnt work with it
Title: Re: ApolloBB
Post by: zwaldowski on October 05, 2007, 04:05:05 PM
I'm sorry, but I need more information than that.  What shoutbox?  What's the exact problem?  What browser?  Any errors?
Title: Re: ApolloBB
Post by: jamietje on October 05, 2007, 04:28:04 PM
browse: firefox

http://cncvisuals.nwhnetworks.com/community/index.php

(guest cant view)

this smf shoutbox: http://custom.simplemachines.org/mods/index.php?mod=412

Registerd member will see the shoutbox in the top, but when I youse your theme its gone it doesnt show =x
Title: Re: ApolloBB
Post by: zwaldowski on October 05, 2007, 08:31:52 PM
Alright, I have it.  You have to be careful when installing themes on a board with mods installed.

Here's the fix.  Open up Themes/ApolloBB/index.template.php, and find the following lines:

}

/* Each category in categories is made up of:


Add the following in between the close bracket and the comment:
  // display shoutbox
  if (function_exists('sbox')) sbox();


So it looks like:
}

  // display shoutbox
  if (function_exists('sbox')) sbox();

/* Each category in categories is made up of:


Good luck, it shouldn't be hard.
Title: Re: ApolloBB
Post by: bobbobagan on October 06, 2007, 10:43:13 PM
how do I change the text 'Our Community where you are always welcome?'
Title: Re: ApolloBB
Post by: zwaldowski on October 06, 2007, 11:01:54 PM
All of them are images in ApolloBB/images/(black, blue, green, purple, or red)/logo.gif .  The original author, Anthony Coy, distributes a PSD including thhe logo at this link (http://www.hvmdesign.com/files/templates/apollo_psd.zip).
Title: Re: ApolloBB
Post by: samames on October 07, 2007, 01:34:45 PM
I have recently installed E-arcade 2.4.2 (www.ericsworld.eu/f2) on my smf forum which is running smf 1.1.2 and it is all working totally fine on my old theme and my default theme, but on ApolloBB (most recent version) when I go to the 'Show Stats' section of the profile, the footer section does not compile correctly (please see following screen shot for visual)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg505.imageshack.us%2Fimg505%2F8990%2F54207849si4.th.png&hash=ff7b372bd0983d2e1603ca75f932a92cf23ffa1d) (http://img505.imageshack.us/my.php?image=54207849si4.png)
Please help me fix this issue :)
Title: Re: ApolloBB
Post by: zwaldowski on October 07, 2007, 06:59:00 PM
I'm sorry, I can't see the image.  I click on it, and it's an extremely blurry image.  Can you try another service?
Title: Re: ApolloBB
Post by: zwaldowski on October 07, 2007, 10:51:28 PM
ApolloBB 1.2.6 for TinyPortal released

It is recommended that all users of "Apollo for TinyPortal" by crip update to this theme.  If you want to use ApolloBB in TinyPortal, this is your chance.

I am planning to officially support this theme, at least as much as I can, as with the real ApolloBB.

Updates and improvements upon ApolloBB 1.2.6 and Apollo-TP 1.0.1 include:
You may officially download it here (http://www.dizzytechnology.com/site/ApolloBB-TP.zip).
Title: Re: ApolloBB
Post by: samames on October 08, 2007, 07:53:26 AM
It may be blurry, but you can still see that the footer is not compiled correctly, I will upload a new image when I get home tonight :)
thanks for the quick reply
Sam.
Title: Re: ApolloBB
Post by: zwaldowski on October 08, 2007, 04:26:14 PM
Alright, then.  It looks like it might be a problem with ads.  But to make sure, re-upload all of the CSS files from ApolloBB's default distribution.
Title: Re: ApolloBB
Post by: ketchup on October 08, 2007, 08:33:44 PM
hi

how can I make the "last post"  not show the index  I mean it says in big black last post on everyboard...it would great if it only said it on the actual last post because it is kinda confusing


Does that make sense?  OR i mean on most themes it says "today"

please tell me how to modify that but everything else is perfect thanks for the great theme
Title: Re: ApolloBB
Post by: zwaldowski on October 09, 2007, 06:31:48 AM
I'm sorry, but I need a screenshot.  I'm glad you reported this, because I really can't test this stuff when I'm building the theme.
Title: Re: ApolloBB
Post by: fortest on October 09, 2007, 07:15:13 AM
thanks for the update on this nice theme, zwaldowski...

Just a question though, what files/codes do I need to edit to make this theme work with Hide Tag Special (http://custom.simplemachines.org/mods/index.php?mod=118) and Thank-o-matic (http://custom.simplemachines.org/mods/index.php?mod=710)?

thanks.
Title: Re: ApolloBB
Post by: cru on October 09, 2007, 07:59:22 AM
nice!

QuoteAnthony Coy, distributes a PSD including thhe logo

1. what's a PSD?  :D
2. How do i customize it so that the child boards are displayed like in the default theme? without icons?
Quoteex:
Child Boards: Tips and Tricks, Mods and Packages, Bug Reports

and not

Quote
                       Tips and Tricks
Child boards : Mods and Packages
                       Bug Reports

3. also, in the calendar, i noticed the date today has "almost" the same background as the other dates, unlike in the default theme, the date today background is white, so when you see the calendar at a glance you'll know the date. How do i change that?
Title: Re: ApolloBB
Post by: samames on October 09, 2007, 10:02:30 AM
1. psd = photoshop document

Thanks zwaldowski :) I'll try that as soon as I get chance
sam.
Title: Re: ApolloBB
Post by: zwaldowski on October 09, 2007, 04:43:12 PM
1.  Answered above.
2.  Hmm... I'm not sure, that would take some fiddling.  It should be in one row; Try turning on the "Show child boards in two rows" option and see if that fits you better.  There's not much I can do.
3.  It'll be in your style.css.  Look for the class "calendar_today" or something with the word calendar in it, and change the background line to read:

background: #FFFFFF;


@fortest:  I would give you the exact steps, but I'm busy tonight.  Check out DanSoft's Package Parser (http://modparser.dev.dansoftaustralia.net/index.php), it's what I use to give you guys the info.  Make sure the "Template changes only" ratio is checked.  You should be fine; otherwise, post here.
Title: Re: ApolloBB
Post by: kjaonline on October 09, 2007, 06:57:54 PM
has someone gotten the admod to work? :(
Doesn't work on my 1.1.3 installation + apollobb :(

Do I need to edit anything after I install the admod? :(
THe admod I installed is 2.3 (not sure but it's the latest)
Title: Re: ApolloBB
Post by: zwaldowski on October 09, 2007, 09:19:15 PM
No, Ad Mod should work out of the box.  Make sure Ad Management is assigned to a user-group, or you have the no-admin-ads function turned off.  In other words, assign Ad Viewing to a group and test it with another user.
Title: Re: ApolloBB
Post by: ketchup on October 10, 2007, 09:50:48 AM
Quote from: zwaldowski on October 09, 2007, 06:31:48 AM
I'm sorry, but I need a screenshot.  I'm glad you reported this, because I really can't test this stuff when I'm building the theme.

Hi ok well here is a pic....see how everything says "last post"   kinda hard to see the "today" (arrow)

I think you have to right click view this image to see the full size
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg.photobucket.com%2Falbums%2Fv245%2Fbustedshocks%2Ftrans.jpg&hash=9a8c9cb9ac6ae0d5cce7cd763bf1745e2e0d9fbe)


Maybe we can make "last post" not bold and black
Title: Re: ApolloBB
Post by: kjaonline on October 10, 2007, 12:44:54 PM
Here's my problem though
I also checked the permissions part and there's no option for the admod there :(

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg.photobucket.com%2Falbums%2Fv620%2Fkjaonline%2Fadmod.jpg&hash=2af4bf85725c42c3dd37e34decfb57b6e5374b89)


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg.photobucket.com%2Falbums%2Fv620%2Fkjaonline%2Fads-1.jpg&hash=e2b2538ef67d647504fc6afdf00ed82a8f59b0d5)
Title: Re: ApolloBB
Post by: zwaldowski on October 10, 2007, 04:13:53 PM
@kja You didn't edit your Modifications.english.php file to contain the admod stuff.  Read the instructions at the bottom of this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430).

For ketchup, open up BoardIndex.template.php, and look for the following line (247, I think):

<strong>', $txt[22], '</strong>  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />

Replace it with:

', $txt[22], '  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />
Title: Re: ApolloBB
Post by: ketchup on October 11, 2007, 01:51:49 AM
Quote from: zwaldowski on October 10, 2007, 04:13:53 PM
@kja You didn't edit your Modifications.english.php file to contain the admod stuff.  Read the instructions at the bottom of this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430).

For ketchup, open up BoardIndex.template.php, and look for the following line (247, I think):

<strong>', $txt[22], '</strong>  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />

Replace it with:

', $txt[22], '  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />




That is sooo mcuh better thank you very much :)
Title: Re: ApolloBB
Post by: kjaonline on October 11, 2007, 04:40:47 PM
Quote from: zwaldowski on October 10, 2007, 04:13:53 PM
@kja You didn't edit your Modifications.english.php file to contain the admod stuff.  Read the instructions at the bottom of this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430).

For ketchup, open up BoardIndex.template.php, and look for the following line (247, I think):

<strong>', $txt[22], '</strong>  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />

Replace it with:

', $txt[22], '  ', $txt[525], ' ', $board['last_post']['member']['link'] , '<br />


I'm not really sure if the admod requires me to edit modifications.english.php
but I checked their forums and found this
http://www.smfads.com/forums/index.php?topic=475.0

But, if you know what to edit in modifications.english.php please direct me there :(
Title: Re: ApolloBB
Post by: tam2oo5 on October 14, 2007, 07:28:40 PM
Hi there,

id like to change the appollobb theme a little just to suit my users. We would like to have

"Sticky Topic:"

Next to the sticky topics, also when posting the box is blue with white text. Is there anyway of changing that to a white background with black text. Just the message boxes on smf here. How do you show what the colour represents in the who's online box. I know some themes have it but the appollo doesnt ..

Also the child topic, is there anyway of just making it on the one line rather than having 2 rows?


Thanks
Title: Re: ApolloBB
Post by: zwaldowski on October 14, 2007, 09:23:05 PM
Quote
"Sticky Topic:" next to sticky topics

In MessageIndex.template.php, find (approx. lines 301-303:
echo '
', $topic['is_sticky'] ? '<strong>' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '</strong>' : '';

And replace with: 
echo '
', $topic['is_sticky'] ? '<strong>'.$txt['smf96'].':  ' : '' , '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>', $topic['is_sticky'] ? '</strong>' : '';


The next one is harder.

Quote
Next to the sticky topics, also when posting the box is blue with white text. Is there anyway of changing that to a white background with black text. Just the message boxes on smf here.

Open up style.css and replace the following line:
input.post:hover,input.postHover,textarea:hover,select:focus,input.liteoption:hover,input.mainoption:hover{background:#FAFAFA;border:solid 1px #666666;color:#444}


With this stuff:
select:focus,input.liteoption:hover,input.mainoption:hover{background:#FAFAFA;border:solid 1px #666666;color:#444}
input.post:hover,input.postHover,textarea:hover{background:#FFFFFF;border:solid 1px #666666;color:#000000}


Then open up the color css files (style_blue.css, etc...) and remove the line that looks similar to:
textarea,textarea:hover{background:url(images/black/text_bg.gif) #333333}


Quotewhat the colour represents in the who's online box

That, I'm not sure about.  I've never seen it done before.

QuoteAlso the child topic, is there anyway of just making it on the one line rather than having 2 rows?

That's in the theme options.
Title: Re: ApolloBB
Post by: tam2oo5 on October 15, 2007, 07:22:41 AM
Thanks very much, thats answered most of my questions. You know you said that the child board settings are in the theme options, well it only as an option for 1 row going vertical. Is there anyway to have it 1 row horizontal , like on other themes?.

Thanks again, great theme.
Title: Re: ApolloBB
Post by: zwaldowski on October 15, 2007, 04:24:51 PM
Huh?  Like this?

- First child board
- Second child
- Third child

Title: Re: ApolloBB
Post by: tam2oo5 on October 17, 2007, 06:05:28 PM
No like this,

Child Board 1          Child Board 2               Child Board 3 ..... and so on.
Title: Re: ApolloBB
Post by: zwaldowski on October 17, 2007, 08:52:12 PM
I'm not sure, since the child boards use tables (so you can't just use a line break).
Title: Re: ApolloBB
Post by: m@d on October 19, 2007, 04:56:16 PM
I have updated the Theme, but this time i have got  errors

Undefined index: apollobb_footer_sql
Undefined index: apollobb_footer_php
Undefined index: apollobb_footer_css
Undefined index: apollobb_footer_xhtml
Title: Re: ApolloBB
Post by: zwaldowski on October 19, 2007, 06:19:05 PM
Check our your Modifications.english.php theme for ApolloBB (upload the new one, too).  Make sure there is the stuff for your language in it.
Title: Re: ApolloBB
Post by: slowpoke on October 20, 2007, 05:04:56 AM
 it seems that "quote" do not work ... any solution???

thx
Title: Re: ApolloBB
Post by: mpw on October 20, 2007, 11:59:01 AM
Hi there,

first of all thanks for a really nice designed theme!!!
i just have a few problems wih some mods that i want to implement.
the links for gallery & links are not visible in the admin page (see pic)
and also not accessible from backend set to the theme.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.moflavor.com%2Fmyspace%2Ferrors%2Fgal_links_notepad.jpg&hash=9fe810a69b6e0c54446db8f6df9db67121c2bf75)

Also i want to use the dropdown language select. it works in the default theme but not in Apollo.


Thanks for your help & the great work
Title: Re: ApolloBB
Post by: zwaldowski on October 20, 2007, 01:28:28 PM
These blank issues mean that you are having are problems with your language file.  Please read my instructions at the bottom of this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430).
Title: Re: ApolloBB
Post by: mpw on October 21, 2007, 10:16:23 AM
Hi Zwaldowski,

thanks for your quick reply. will go thru the post you mentioned.
I´m still new to SMF so its learning in progress.  ;)

Thanks for your help.
Title: Re: ApolloBB
Post by: mpw on October 22, 2007, 09:35:59 AM
Hi Zwaldowski,

i overwrote the files mentioned in the post & also put the language files in the folders.
So now the links & also the >>save note<< showed up, but if i log out & log back in it is gone again. Am I doing something wrong??

Thanks
Marc
Title: Re: ApolloBB
Post by: samames on October 22, 2007, 01:29:28 PM
Quote from: zwaldowski on October 08, 2007, 04:26:14 PM
Alright, then.  It looks like it might be a problem with ads.  But to make sure, re-upload all of the CSS files from ApolloBB's default distribution.
nope, I just did a fresh SMF and installed apolloBB and e-arcade and the same thing happened.
Title: Re: ApolloBB
Post by: zwaldowski on October 22, 2007, 05:10:26 PM
It must be something wrong.  Can you post for me the contents of the files "smf_root/Themes/default/Modifications.english.php" and "smf_root/Themes/ApolloBB/Modifications.english.php".  Please, if you can, put them in [ code][/ code] tags.  Also do this for any other languages you have installed.

@samames: I'll check this out further, then.  Can you send me a link to the mod?
Title: Re: ApolloBB
Post by: mpw on October 23, 2007, 12:18:54 PM
here are the snips from

smf_root/Themes/default/Modifications.english.php

but here it is located in smf_root/Themes/default/languages/Modifications.english.php (same goes for apollo)
might that be already the problem, that i put the modification.php files in the wrong place?

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings



and smf_root/Themes/ApolloBB/Modifications.english.php


//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings
Title: Re: ApolloBB
Post by: zwaldowski on October 23, 2007, 04:07:40 PM
That was my bad.  Yes, it is in languages/.

Is that all, or just snips?
Title: Re: ApolloBB
Post by: mpw on October 23, 2007, 06:17:10 PM
that were just snips

here comes the full stuff now.

smf_root/Themes/default/Modifications.english.php


<?php
// Version: 1.1; Modifications


// --- Begin modification - Gravatar ---
$txt['gravatar'] = 'Gravatar';
$txt['gravatar_desc'] = 'This will use the <a href="http://www.gravatar.com/">Gravatar</a> (globally recognised avatar) service.';

// Admin panel settings
$txt['gravatar_all'] = 'Use Gravatar for all users?';
$txt['gravatar_all_desc'] = 'If this option is enabled, Gravatar will be used for all users of the forum, and the avatar settings (under <i>Forum Profile Information</i> in the user\'s profile) will be disabled.<br />If this option is disabled, users are able to choose (via their profile) whether they want to use Gravatar or not.';

$txt['gravatar_default'] = 'Default image';
$txt['gravatar_default_desc'] = 'Default image to use when the requested user doesn\'t have an associated Gravatar, or its rating is beyond the allowed rating (currently ' $GLOBALS['modSettings']['gravatar_rating'] . ').<br /> Leave this blank to use the default Gravatar image, or set it to <b>' $GLOBALS['modSettings']['avatar_url'] . '/blank.gif</b> to not show anything.';
$txt['gravatar_default_reset'] = 'Reset to blank image';

$txt['gravatar_rating'] = 'Maximum rating';
$txt['gravatar_rating_desc'] = 'Each avatar uploaded to the Gravatar service has a corresponding <a href="http://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system">MPAA-style</a> rating specified. This setting allows you to specify the highest rating permitted on your forum.';
// --- End modification ---
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Place to leave notes to your fellow admins on your forum.';
$txt['notepad_save'] = 'Save Notes';


//END Admin Notepad Text Strings

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personal Notes';
$txt['mempad_save'] = 'Save Notes';
$txt['mempad_error'] = 'You are not allowed to edit this user\'s notepad.';

//END Member Notepad Text Strings

$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
// Page Number MOD - rockinaway
  $txt['page'] = 'Page';
// Page Number MOD - rockinaway

$txt['myspace'] = 'MySpace';

$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

// Country Flag mod
$txt['country_flag_label'] = 'Please select your country';
$txt['country_flag_error_required'] = 'You must select the country that you visit us from';
$txt['country_flag_ask'] = 'Ask for country flag on';
$txt['country_flag_disabled'] = 'Don\'t show (Disabled)';
$txt['country_flag_profile'] = 'Profile';
$txt['country_flag_registration'] = 'Registration';
$txt['country_flag_both'] = 'Both';
$txt['country_flag_required'] = 'Require a member to select a location?';
$txt['country_flag_show'] = 'Show flags on Display page (Where posts are shown).';
$txt['country_flag'] = 'Country';

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

$txt['xblgt_note'] = 'This is your Xbox Live gamer tag.';
// Pretty URLs mod
$txt['pretty_root_url'] = 'Pretty URLs root URL<div class="smalltext">(Without a final slash)</div>';
$txt['pretty_enable_filters'] = 'Enable URL filters<div class="smalltext">This may be a substantial performance hit</div>';

$txt['remove_modified'] = 'Remove this line';
// Begin User Email System Text Strings
$txt['user_email_title'] = 'User Email System';
$txt['permissionname_send_useremail'] = 'Send User Email';
$txt['permissionhelp_send_useremail'] = 'See if the user is allowed to send email.';
$txt['cannot_send_useremail'] = 'You can not send email.';

$txt['user_email_sendtitle'] = 'Send an e-mail message';
$txt['user_email_recipient'] = 'Recipient';
$txt['user_email_youremail'] = 'Your Email';
$txt['user_email_subject'] = 'Subject';
$txt['user_email_body'] = 'Message body';
$txt['user_email_options'] = 'Options';
$txt['user_email_sendcopy'] = 'Send a copy of this e-mail to yourself';
$txt['user_email_sendemail'] = 'Send e-mail';
$txt['user_email_emailsent'] = 'Your email has been sent!';
$txt['user_email_emailreturn'] = 'Your email has been sent! Click <a href="' $scripturl '">here</a> to return to the board.';
$txt['user_email_errsubject'] = 'You need to enter a subject.';
$txt['user_email_errmessage'] = 'You need to enter a message.';
$txt['user_email_errnouser'] = 'No user selected.';
$txt['user_email_errnousersend'] = 'This user has hidden their email and you can not email them.';
$txt['user_email_errnoemail'] = 'Your email address is required.';
$txt['user_email_err_invalidemail'] = 'Your email address is not valid. Check your input.';
$txt['user_email_hello'] = "Hello ";
$txt['user_email_emailsentby'] = ',

The following is an email sent to you by '
;
$txt['user_email_viaaccount'] = ' via your account on ';
$txt['user_email_ifmsgspam'] = ' . If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address at ';
$txt['user_email_msgsentas'] = 'Message sent to you follows';
$txt['user_email_emailsent'] = ' - Email sent.';
$txt['user_email_guest'] = 'Guest';


// END Begin User Email System Text Strings

?>



and

smf_root/Themes/ApolloBB/Modifications.english.php


<?php
// Version: 1.1; Modifications


// --- Begin modification - Gravatar ---
$txt['gravatar'] = 'Gravatar';
$txt['gravatar_desc'] = 'This will use the <a href="http://www.gravatar.com/">Gravatar</a> (globally recognised avatar) service.';

// Admin panel settings
$txt['gravatar_all'] = 'Use Gravatar for all users?';
$txt['gravatar_all_desc'] = 'If this option is enabled, Gravatar will be used for all users of the forum, and the avatar settings (under <i>Forum Profile Information</i> in the user\'s profile) will be disabled.<br />If this option is disabled, users are able to choose (via their profile) whether they want to use Gravatar or not.';

$txt['gravatar_default'] = 'Default image';
$txt['gravatar_default_desc'] = 'Default image to use when the requested user doesn\'t have an associated Gravatar, or its rating is beyond the allowed rating (currently ' $GLOBALS['modSettings']['gravatar_rating'] . ').<br /> Leave this blank to use the default Gravatar image, or set it to <b>' $GLOBALS['modSettings']['avatar_url'] . '/blank.gif</b> to not show anything.';
$txt['gravatar_default_reset'] = 'Reset to blank image';

$txt['gravatar_rating'] = 'Maximum rating';
$txt['gravatar_rating_desc'] = 'Each avatar uploaded to the Gravatar service has a corresponding <a href="http://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system">MPAA-style</a> rating specified. This setting allows you to specify the highest rating permitted on your forum.';
// --- End modification ---
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Place to leave notes to your fellow admins on your forum.';
$txt['notepad_save'] = 'Save Notes';


//END Admin Notepad Text Strings

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personal Notes';
$txt['mempad_save'] = 'Save Notes';
$txt['mempad_error'] = 'You are not allowed to edit this user\'s notepad.';

//END Member Notepad Text Strings

$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
// Page Number MOD - rockinaway
  $txt['page'] = 'Page';
// Page Number MOD - rockinaway

$txt['myspace'] = 'MySpace';

$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

// Country Flag mod
$txt['country_flag_label'] = 'Please select your country';
$txt['country_flag_error_required'] = 'You must select the country that you visit us from';
$txt['country_flag_ask'] = 'Ask for country flag on';
$txt['country_flag_disabled'] = 'Don\'t show (Disabled)';
$txt['country_flag_profile'] = 'Profile';
$txt['country_flag_registration'] = 'Registration';
$txt['country_flag_both'] = 'Both';
$txt['country_flag_required'] = 'Require a member to select a location?';
$txt['country_flag_show'] = 'Show flags on Display page (Where posts are shown).';
$txt['country_flag'] = 'Country';

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

$txt['xblgt_note'] = 'This is your Xbox Live gamer tag.';
// Pretty URLs mod
$txt['pretty_root_url'] = 'Pretty URLs root URL<div class="smalltext">(Without a final slash)</div>';
$txt['pretty_enable_filters'] = 'Enable URL filters<div class="smalltext">This may be a substantial performance hit</div>';

$txt['remove_modified'] = 'Remove this line';
// Begin User Email System Text Strings
$txt['user_email_title'] = 'User Email System';
$txt['permissionname_send_useremail'] = 'Send User Email';
$txt['permissionhelp_send_useremail'] = 'See if the user is allowed to send email.';
$txt['cannot_send_useremail'] = 'You can not send email.';

$txt['user_email_sendtitle'] = 'Send an e-mail message';
$txt['user_email_recipient'] = 'Recipient';
$txt['user_email_youremail'] = 'Your Email';
$txt['user_email_subject'] = 'Subject';
$txt['user_email_body'] = 'Message body';
$txt['user_email_options'] = 'Options';
$txt['user_email_sendcopy'] = 'Send a copy of this e-mail to yourself';
$txt['user_email_sendemail'] = 'Send e-mail';
$txt['user_email_emailsent'] = 'Your email has been sent!';
$txt['user_email_emailreturn'] = 'Your email has been sent! Click <a href="' $scripturl '">here</a> to return to the board.';
$txt['user_email_errsubject'] = 'You need to enter a subject.';
$txt['user_email_errmessage'] = 'You need to enter a message.';
$txt['user_email_errnouser'] = 'No user selected.';
$txt['user_email_errnousersend'] = 'This user has hidden their email and you can not email them.';
$txt['user_email_errnoemail'] = 'Your email address is required.';
$txt['user_email_err_invalidemail'] = 'Your email address is not valid. Check your input.';
$txt['user_email_hello'] = "Hello ";
$txt['user_email_emailsentby'] = ',

The following is an email sent to you by '
;
$txt['user_email_viaaccount'] = ' via your account on ';
$txt['user_email_ifmsgspam'] = ' . If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address at ';
$txt['user_email_msgsentas'] = 'Message sent to you follows';
$txt['user_email_emailsent'] = ' - Email sent.';
$txt['user_email_guest'] = 'Guest';


// END Begin User Email System Text Strings

?>



so thats the full code from both files now. As you will see I also have other mods intalled & am still working on it to make it work with the Apollo Theme.

Some things are still disapering ( Email Field Description, and some fields & checkboxes in the Backend).  Work in progress.

Thanks again.
Title: Re: ApolloBB
Post by: zwaldowski on October 23, 2007, 10:34:34 PM
What the ApolloBB file needs to be is:
<?php
// Version: 1.1; Modifications


// --- Begin modification - Gravatar ---
$txt['gravatar'] = 'Gravatar';
$txt['gravatar_desc'] = 'This will use the <a href="http://www.gravatar.com/">Gravatar</a> (globally recognised avatar) service.';

// Admin panel settings
$txt['gravatar_all'] = 'Use Gravatar for all users?';
$txt['gravatar_all_desc'] = 'If this option is enabled, Gravatar will be used for all users of the forum, and the avatar settings (under <i>Forum Profile Information</i> in the user\'s profile) will be disabled.<br />If this option is disabled, users are able to choose (via their profile) whether they want to use Gravatar or not.';

$txt['gravatar_default'] = 'Default image';
$txt['gravatar_default_desc'] = 'Default image to use when the requested user doesn\'t have an associated Gravatar, or its rating is beyond the allowed rating (currently ' $GLOBALS['modSettings']['gravatar_rating'] . ').<br /> Leave this blank to use the default Gravatar image, or set it to <b>' $GLOBALS['modSettings']['avatar_url'] . '/blank.gif</b> to not show anything.';
$txt['gravatar_default_reset'] = 'Reset to blank image';

$txt['gravatar_rating'] = 'Maximum rating';
$txt['gravatar_rating_desc'] = 'Each avatar uploaded to the Gravatar service has a corresponding <a href="http://en.wikipedia.org/wiki/Motion_Picture_Association_of_America_film_rating_system">MPAA-style</a> rating specified. This setting allows you to specify the highest rating permitted on your forum.';
// --- End modification ---
//Begin Admin Notepad Text Strings
$txt['notepad_title'] = 'Admin Notepad';
$txt['notepad_des'] = 'Place to leave notes to your fellow admins on your forum.';
$txt['notepad_save'] = 'Save Notes';


//END Admin Notepad Text Strings

//Begin Member Notepad Text Strings
$txt['mempad_title'] = 'Personal Notes';
$txt['mempad_save'] = 'Save Notes';
$txt['mempad_error'] = 'You are not allowed to edit this user\'s notepad.';

//END Member Notepad Text Strings

$txt['setting_cal_bdays_for_index'] = 'Days in advance to show birthdays';
// Page Number MOD - rockinaway
  $txt['page'] = 'Page';
// Page Number MOD - rockinaway

$txt['myspace'] = 'MySpace';

$txt['youtube'] = 'YouTube';
$txt['youtube_invalid'] = '#Invalid YouTube Link#';

// Country Flag mod
$txt['country_flag_label'] = 'Please select your country';
$txt['country_flag_error_required'] = 'You must select the country that you visit us from';
$txt['country_flag_ask'] = 'Ask for country flag on';
$txt['country_flag_disabled'] = 'Don\'t show (Disabled)';
$txt['country_flag_profile'] = 'Profile';
$txt['country_flag_registration'] = 'Registration';
$txt['country_flag_both'] = 'Both';
$txt['country_flag_required'] = 'Require a member to select a location?';
$txt['country_flag_show'] = 'Show flags on Display page (Where posts are shown).';
$txt['country_flag'] = 'Country';

//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings

$txt['xblgt_note'] = 'This is your Xbox Live gamer tag.';
// Pretty URLs mod
$txt['pretty_root_url'] = 'Pretty URLs root URL<div class="smalltext">(Without a final slash)</div>';
$txt['pretty_enable_filters'] = 'Enable URL filters<div class="smalltext">This may be a substantial performance hit</div>';

$txt['remove_modified'] = 'Remove this line';
// Begin User Email System Text Strings
$txt['user_email_title'] = 'User Email System';
$txt['permissionname_send_useremail'] = 'Send User Email';
$txt['permissionhelp_send_useremail'] = 'See if the user is allowed to send email.';
$txt['cannot_send_useremail'] = 'You can not send email.';

$txt['user_email_sendtitle'] = 'Send an e-mail message';
$txt['user_email_recipient'] = 'Recipient';
$txt['user_email_youremail'] = 'Your Email';
$txt['user_email_subject'] = 'Subject';
$txt['user_email_body'] = 'Message body';
$txt['user_email_options'] = 'Options';
$txt['user_email_sendcopy'] = 'Send a copy of this e-mail to yourself';
$txt['user_email_sendemail'] = 'Send e-mail';
$txt['user_email_emailsent'] = 'Your email has been sent!';
$txt['user_email_emailreturn'] = 'Your email has been sent! Click <a href="' $scripturl '">here</a> to return to the board.';
$txt['user_email_errsubject'] = 'You need to enter a subject.';
$txt['user_email_errmessage'] = 'You need to enter a message.';
$txt['user_email_errnouser'] = 'No user selected.';
$txt['user_email_errnousersend'] = 'This user has hidden their email and you can not email them.';
$txt['user_email_errnoemail'] = 'Your email address is required.';
$txt['user_email_err_invalidemail'] = 'Your email address is not valid. Check your input.';
$txt['user_email_hello'] = "Hello ";
$txt['user_email_emailsentby'] = ',

The following is an email sent to you by '
;
$txt['user_email_viaaccount'] = ' via your account on ';
$txt['user_email_ifmsgspam'] = ' . If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address at ';
$txt['user_email_msgsentas'] = 'Message sent to you follows';
$txt['user_email_emailsent'] = ' - Email sent.';
$txt['user_email_guest'] = 'Guest';


// END Begin User Email System Text Strings

$txt['apollobb_color_black'] = 'Black';

$txt['apollobb_color_blue'] = 'Blue';
$txt['apollobb_color_green'] = 'Green';
$txt['apollobb_color_purple'] = 'Purple';
$txt['apollobb_color_red'] = 'Red';

$txt['apollobb_footer_php'] = 'PHP';
$txt['apollobb_footer_sql'] = 'SQL';
$txt['apollobb_footer_xhtml'] = 'XHTML';
$txt['apollobb_footer_css'] = 'CSS';


$txt['apollobb_topic_stickies'] = 'Important Topics';
$txt['apollobb_topic_normal'] = 'Normal Topics';

?>



That should be all.  Just replace the full file with the code above.  If you're still having problems, make sure it doesn't occur with the Core theme and then check out the error log (it's the last link at the bottom in the admin panel).
Title: Re: ApolloBB
Post by: Kencelot on October 23, 2007, 11:56:54 PM
I love this theme, it matches my overall site's colors perfectly! However I do have an error in IE7:

Line: 0
Char:0
Error: Access is denied to:
          http://www.***.com/forum/Themes/ApolloBB/pseudo-hover.htc
Code:0
URL: http//***.com/index.php?option=com_smf$Itemid=28

I went back to the default theme from smf just to be sure it is not my site, and no errors there, when using this theme the errors appear.

Any idea what is wrong?

TIA, Ken
Title: Re: ApolloBB
Post by: Rumbaar on October 24, 2007, 01:48:54 AM
Have you confirmed the file is actually present on your server at that location?
Title: Re: ApolloBB
Post by: Kencelot on October 24, 2007, 01:55:21 AM
Yes, it sure is there.
Title: Re: ApolloBB
Post by: zwaldowski on October 24, 2007, 09:33:35 AM
The access denied is a permissions problem.  Try visting the actual .htc file... you'll probably get a 403 error.  In a Linux host, you probably need to give it 0755 permissions.  Toy with it, and keep visiting it until you get a screen of code instead of an error.
Title: Re: ApolloBB
Post by: Kencelot on October 24, 2007, 10:46:05 AM
Okay, I have tried CHMOD'ing all different permissions for the file. Each time I try to visit that file, it asks me if I want to download it or open it. No 403 error page or similar.

I tested the page in Firefox, and no errors are present, so it must be an IE problem. Unfortunately, I prefer IE over FF.

Any other thoughts as to what it might be that is causing this?
Title: Re: ApolloBB
Post by: zwaldowski on October 24, 2007, 04:10:54 PM
It might just be a Mambo/Joomla component problem.  I'll look into it more.
Title: Re: ApolloBB
Post by: Kencelot on October 24, 2007, 04:43:42 PM
Quote from: zwaldowski on October 24, 2007, 04:10:54 PM
It might just be a Mambo/Joomla component program.  I'll look into it more.

Thank you very much!  I'll be standing by... kinda :)
Title: Re: ApolloBB
Post by: Phil Serna on October 24, 2007, 05:01:38 PM
Hey, This is a nice cool Theme. I've never installed anything on SMF, but I'm thinking about doing this. Once this is installed.. DO all the colors become available to use as well? (where the members would be able to select their own colors?) Second... How do I install?
Title: Re: ApolloBB
Post by: volavia on October 24, 2007, 07:06:16 PM
I receve this error in my SMF 1.1.4

Fatal error: Call to undefined function: tportal_version() in D:\Inetpub\vhosts\volavias-forum.eu\httpdocs\forumsmf\Sources\Load.php(1726) : eval()'d code on line 644


Can you help me?
Title: Re: ApolloBB
Post by: zwaldowski on October 24, 2007, 08:12:01 PM
Are you sure TinyPortal is installed?  Have you installed TinyPortal, and then removed another mod?
Title: Re: ApolloBB
Post by: dogganos on October 25, 2007, 02:14:56 PM
Hey everyone! The links in this nice theme are just bold and one cannot easy understand them... Any fixes on this?
Title: Re: ApolloBB
Post by: zwaldowski on October 25, 2007, 03:58:26 PM
Where exactly are they messed up?  I've had no complaints about this problem before.  Screenshots are nice, links are better.
Title: Re: ApolloBB
Post by: merlin6b on October 25, 2007, 05:17:50 PM
ApolloBB is cool but I have a serious problem. I post code and sometimes I see strange lines in code block.

I use Firefox 2.0.0.8 without extensions.
This is the problem : http://img88.imageshack.us/img88/5549/linesyv0.jpg

I think this problem happem because, overflow: auto exist in style.css at .code class. But I don't know exactly.. Is only an opinion

Please tell me exist a solution to solve this problem ? Please test this issue, post some code with ApolloBB theme and scroll down-up the page with your mouse, resize the browser window.. put some text before code block.. post again... and the problem appear.

I appreciate any help!
Title: Re: ApolloBB
Post by: zwaldowski on October 25, 2007, 05:58:54 PM
Hmm, I'm not getting this in two browsers (including the one you mentioned).  Can you check it out here (http://demo.dizzytechnology.com/index.php?topic=7.msg19#msg19)?

The block is done by automatic overflow, so it shouldn't be that.
Title: Re: ApolloBB
Post by: volavia on October 25, 2007, 06:14:26 PM
Quote from: zwaldowski on October 24, 2007, 08:12:01 PM
Are you sure TinyPortal is installed?  Have you installed TinyPortal, and then removed another mod?

I don't have installed TinyPortal...  :-[ :-[ :-[ :-[ :-[ :-[
Title: Re: ApolloBB
Post by: zwaldowski on October 25, 2007, 06:33:10 PM
Did you download ApolloBB.zip, or ApolloBB-TP.zip?  ApolloBB.zip is the one you're looking for; you must've installed the wrong theme.
Title: Re: ApolloBB
Post by: volavia on October 25, 2007, 07:37:04 PM
Quote from: zwaldowski on October 25, 2007, 06:33:10 PM
Did you download ApolloBB.zip, or ApolloBB-TP.zip?  ApolloBB.zip is the one you're looking for; you must've installed the wrong theme.

I'have installed ApolloBB-TP...   :( :( :( :( :'( :'( :'( :'( :'( :'(

And... now? can i disinstalled and install AplolloBB  ??? ??? ??? ???
Title: Re: ApolloBB
Post by: zwaldowski on October 25, 2007, 08:26:56 PM
You will have to uninstall it via SMF and delete ApolloBB-TP from your server, and then install the new one.  You could install the original theme on top of the TP theme, but it would take a lot of doing as your database all has ApolloBB-TP in it.
Title: Re: ApolloBB
Post by: volavia on October 26, 2007, 10:00:12 AM
Ok.. now it's all Right!!! :) :) :) :)
Title: Re: ApolloBB
Post by: merlin6b on October 26, 2007, 10:58:32 AM
Quote from: zwaldowski on October 25, 2007, 05:58:54 PM
Hmm, I'm not getting this in two browsers (including the one you mentioned).  Can you check it out here (http://demo.dizzytechnology.com/index.php?topic=7.msg19#msg19)?

The block is done by automatic overflow, so it shouldn't be that.

Please check this thread:
http://86.125.253.236:8080/progra/index.php?topic=14.0

I think this is a Firefox bug, but why other themes don't show the strange lines?

I try to fix this problem and I send you more information or patch for ApolloBB
Title: Re: ApolloBB
Post by: volavia on October 26, 2007, 11:21:04 AM
eemmmhhh!! i'm sorry.. but in my report off error i have more of this:

8: Undefined index: apollobb_footer_sql
File: D:\Inetpub\vhosts\volavias-forum.eu\httpdocs\forumsmf\Themes\default\Login.template.php (eval?)
Riga: 586

:-[ :-[ :-[ :-[
Title: Re: ApolloBB
Post by: slowpoke on October 26, 2007, 12:29:28 PM
it seems that template has a bug, quote doesn`t  work correctly, If am user I can`t use quote, if I am admin all options work normally...


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg39.picoodle.com%2Fimg%2Fimg39%2F6%2F10%2F26%2Ft_Picture009m_1a4b046.jpg&hash=8d3f4d344f69aae9065625e3c926d56179ddc3ef) (http://www.picoodle.com/view.php?img=/6/10/26/f_Picture009m_1a4b046.jpg&srv=img39)

also gallery links are invisible in admin options, I read post from here (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430) but it`s little confusing
Title: Re: ApolloBB
Post by: zwaldowski on October 26, 2007, 04:21:25 PM
I'll check into that, it might be a JavaScript bug in the quick reply.

What you need to do is copy all of the information from SMF's Modifications.language-name.php (it's in the Themes/default/languages folder) to ApolloBB's Modifications.language-name.php file (in the Themes/ApolloBB/languages directory).
Title: Re: ApolloBB
Post by: zwaldowski on October 26, 2007, 04:31:09 PM
Quote from: merlin6b on October 26, 2007, 10:58:32 AM
Quote from: zwaldowski on October 25, 2007, 05:58:54 PM
Hmm, I'm not getting this in two browsers (including the one you mentioned).  Can you check it out here (http://demo.dizzytechnology.com/index.php?topic=7.msg19#msg19)?

The block is done by automatic overflow, so it shouldn't be that.

Please check this thread:
http://86.125.253.236:8080/progra/index.php?topic=14.0

I think this is a Firefox bug, but why other themes don't show the strange lines?

I try to fix this problem and I send you more information or patch for ApolloBB

I'd like a patch, but I'm still not getting this on the link you sent me... Firefox 2.0.0.8 in Ubuntu.
Quote from: Phil Serna on October 24, 2007, 05:01:38 PM
Hey, This is a nice cool Theme. I've never installed anything on SMF, but I'm thinking about doing this. Once this is installed.. DO all the colors become available to use as well? (where the members would be able to select their own colors?) Second... How do I install?

Read the "Installation" section on the first post.
Title: Re: ApolloBB
Post by: zwaldowski on October 27, 2007, 09:54:18 PM
Quote from: slowpoke on October 26, 2007, 12:29:28 PM
it seems that template has a bug, quote doesn`t  work correctly, If am user I can`t use quote, if I am admin all options work normally...


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg39.picoodle.com%2Fimg%2Fimg39%2F6%2F10%2F26%2Ft_Picture009m_1a4b046.jpg&hash=8d3f4d344f69aae9065625e3c926d56179ddc3ef) (http://www.picoodle.com/view.php?img=/6/10/26/f_Picture009m_1a4b046.jpg&srv=img39)

also gallery links are invisible in admin options, I read post from here (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430) but it`s little confusing

Just to make sure... your bug is that the "Loading" bar does not disappear?  I do not experience this problem.  Try clearing your caches, updating the theme and trying again.  If it persists, please try and get me a video instead of a screenshot.
Title: Re: ApolloBB
Post by: DadL on October 28, 2007, 05:34:04 AM
I just installed ApolloBB. Very NICE.  :D

But why am I flooded by errors after installing it?

Error messages:
8: Undefined index: custom_copyright
File: /home/******/public_html/Themes/default/Themes.template.php (main_below sub template - eval?)
Line: 647





Edit: for the meantime, I uninstalled it.
I would love to use ApolloBB theme once the error is fixed.
Thanks
Title: Re: ApolloBB
Post by: volavia on October 28, 2007, 08:44:49 AM
Quote from: DadL on October 28, 2007, 05:34:04 AM
I just installed ApolloBB. Very NICE.  :D

But why am I flooded by errors after installing it?

Error messages:
8: Undefined index: custom_copyright
File: /home/******/public_html/Themes/default/Themes.template.php (main_below sub template - eval?)
Line: 647





Edit: for the meantime, I uninstalled it.
I would love to use ApolloBB theme once the error is fixed.
Thanks

We have the same error... :-[ :-[ :-[ :-[
Title: Re: ApolloBB
Post by: dogganos on October 28, 2007, 10:00:04 AM
Hi! I was getting these errors when using ApolloBB with a greek language pack:

8: Undefined index: apollobb_footer_sql
Αρχείο: /var/www/forum/Themes/default/Errors.template.php (main_below sub template - eval?)
Γραμμή: 586


and

8: Undefined index: apollobb_footer_php
Αρχείο: /var/www/forum/Themes/default/Errors.template.php (main_below sub template - eval?)
Γραμμή: 585


I resolved it by entering

/var/www/forum/Themes/ApolloBB/languages

where there were just these files:

rw-rw-rw- 1 www-data www-data  495 2007-10-24 00:01 Modifications.english.php
-rw-rw-rw- 1 www-data www-data  495 2007-10-24 00:01 Modifications.english-utf8.php
-rw-rw-rw- 1 www-data www-data 2537 2007-10-24 00:01 Settings.english.php
-rw-rw-rw- 1 www-data www-data 2537 2007-10-24 00:01 Settings.english-utf8.php


and gave:

cp Modifications.english-utf8.php Modifications.greek-utf8.php           

All resolved now!

Title: Re: ApolloBB
Post by: zwaldowski on October 28, 2007, 10:11:00 AM
Once you install, you need to commit the options for the theme to your database.

To do this, go to the theme's settings page by going to "Themes and Layout" in the admin panel, selecting the "Themes and Settings" tab, and clicking on ApolloBB.  From there, change at least one option and save (or "Submit").

This will solve all of your problems.

I'm sorry you uninstalled ApolloBB.  If you choose to reinstall it, remember to remove the ApolloBB folder from your Themes directory prior to reinstalling.

EDIT for dogganos:  Yes, ApolloBB requires a Modifications language file for your language.  I'm welcome to translations, as I will add them in future versions.
Title: Re: ApolloBB - Link color!
Post by: dogganos on October 28, 2007, 12:52:01 PM
I love this theme (http://www.ideoskopeytro.gr) but I think it has a problem with the links... You can't understand what is link and what not... Is there something that I can do (some code probably) in order for the links in the messages and the links in the user signatures to be more obvious?

Thanks!
Title: Re: ApolloBB
Post by: zwaldowski on October 28, 2007, 07:52:05 PM
What links, where?
Title: Re: ApolloBB
Post by: DadL on October 29, 2007, 01:23:26 AM
Quote from: zwaldowski on October 28, 2007, 10:11:00 AM
To do this, go to the theme's settings page by going to "Themes and Layout" in the admin panel, selecting the "Themes and Settings" tab, and clicking on ApolloBB.  From there, change at least one option and save (or "Submit").

This will solve all of your problems.
NO MORE ERRORS! AWESOME  ;D

One more question:
Can I use same modifications like the way I modify SMF default theme?
(I want to decrease the forum width)

THANKS!
Title: Re: ApolloBB
Post by: dogganos on October 29, 2007, 06:09:05 AM
Quote from: dogganos on October 28, 2007, 12:52:01 PM
I love this theme (http://www.ideoskopeytro.gr) but I think it has a problem with the links... You can't understand what is link and what not... Is there something that I can do (some code probably) in order for the links in the messages and the links in the user signatures to be more obvious?

Thanks!

Zwaldowski, if you see this, you will understand:

http://postmortem.csd.auth.gr/~gpall/versteckt/links.png

In my sig this 'test sig' is actually a link. (code: Test sig (http://www.kokoeefe.gr)) but it doesn't look like a link...

Also, the two links in my message, I had to put some extra code in the style.css ->

.post a:link, .post a:visited
{
        color: #333;
        font-weight: bold;
    text-decoration:none;
     color: #000000;
     border-width: 0px 0px 1px 0px;
     border-style: none none dashed none;
}


in order for the links to appear as links (and not just be bold).

So, the question is how do I make the links in the signature look like links?

And a second question: Why in IE6 the edit message has dark text in dark background, whereas in IE7 and all Firefox it is the normal white text in black background?
Title: Re: ApolloBB
Post by: zwaldowski on October 29, 2007, 08:26:42 AM
Ah, I see.  The link problem only occurs in the black theme.  Shoot, I've got a bug.

If you want to fix it now, find in the following line and style_black.css:
.post a:hover,.post a:visited:hover{border-bottom-color:#333333;text-decoration:none}


Replace it with:
.post a:hover,.post a:visited:hover,div.signature a{border-bottom-color:#333333;text-decoration:none}


This will find its way into the next bug release.

The other problem must be an IE6 bug; I guess I'll have to add a conditional somewhere.

Title: Re: ApolloBB
Post by: dogganos on October 29, 2007, 09:50:14 AM
Quote from: zwaldowski on October 29, 2007, 08:26:42 AM
Ah, I see.  The link problem only occurs in the black theme.  Shoot, I've got a bug.

If you want to fix it now, find in the following line and style_black.css:
.post a:hover,.post a:visited:hover{border-bottom-color:#333333;text-decoration:none}


Replace it with:
.post a:hover,.post a:visited:hover,div.signature a{border-bottom-color:#333333;text-decoration:none}


This will find its way into the next bug release.

The other problem must be an IE6 bug; I guess I'll have to add a conditional somewhere.



I am afraid your solution did not work...
But instead I inserted this code in style.css and it worked!

.post a:link, .post a:visited, div.signature a:link, div.signature a:visited
{
     color: #333;
     font-weight: bold;
     text-decoration:none;
     color: #000000;
     border-width: 0px 0px 1px 0px;
     border-style: none none dashed none;
}

Title: Re: ApolloBB
Post by: zwaldowski on October 29, 2007, 10:57:37 AM
Fair enough.  How does it look in the rest of the color styles?  If it's good, it will be added to the next bugfix.
Title: Re: ApolloBB
Post by: dogganos on October 29, 2007, 11:11:50 AM
Quote from: zwaldowski on October 29, 2007, 10:57:37 AM
Fair enough.  How does it look in the rest of the color styles?  If it's good, it will be added to the next bugfix.

Hmmm, I do not know... I can't try it because it is a production machine!
Title: Re: ApolloBB
Post by: PAPABEAR on November 01, 2007, 02:04:52 PM
Real nice theme. Can you tell me exactly how to make it the green one instead of the default blue one?
Title: Re: ApolloBB
Post by: zwaldowski on November 01, 2007, 04:13:01 PM
If you are using ApolloBB as your personal current theme, go to the Administration section and select "Current Theme" from the left.  Otherwise, go to the "Themes and Layout" and select "Themes and Settings" tab.  ApolloBB will be in there.

There will be a dropdown box next to the header "Theme Color".  You may also set up user selection under "Allow color change on home page? ".
Title: Re: ApolloBB
Post by: Boxer2 on November 01, 2007, 04:58:55 PM
Im intressting about adding new navigation link in top navigation named "portal" that will lead to external site.How to make this, does anyone knows code that work??
Title: Re: ApolloBB
Post by: zwaldowski on November 01, 2007, 06:07:34 PM
Check out this (http://www.simplemachines.org/community/index.php?topic=193357.msg1234297#msg1234297) post.
Title: Re: ApolloBB
Post by: PAPABEAR on November 01, 2007, 08:33:59 PM
THANKS MAN
Title: Re: ApolloBB
Post by: Ur_Irish_Rose on November 01, 2007, 09:01:10 PM
i installed this but when i am in the admin panel i am missing th elink buttons to my global announcement and to my welcome mod

is this normal :|

i really love the look and to be able to change colors on it with the click of a button
Title: Re: ApolloBB
Post by: PAPABEAR on November 01, 2007, 11:19:27 PM
I have a problem. When I add a forum or do a reply in a topic and such, it forwards to a blank white page. If I go back and refresh, the forum or post was added. Same thing when people try to log in. It does it on all themes now since installing this one. Any ideas?
Title: Re: ApolloBB
Post by: zwaldowski on November 02, 2007, 06:57:00 AM
What you need to do is copy all of the information from SMF's Modifications.language-name.php (it's in the Themes/default/languages folder) to ApolloBB's Modifications.language-name.php file (in the Themes/ApolloBB/languages directory).

For more, read the bottom of this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430).
Title: Re: ApolloBB
Post by: PAPABEAR on November 02, 2007, 12:20:47 PM
Thanks man. Fixed that. Your support is great!

Maybe you could help me by telling me where exactly to add the html code for something like this?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi53.photobucket.com%2Falbums%2Fg49%2Fsubzbucket%2Fhelp3.jpg&hash=589ee52b85628123e3fa23ef655d7514958a4676)
Title: Re: ApolloBB
Post by: zwaldowski on November 02, 2007, 06:27:13 PM
I'm sorry, but that is way too hard to do.  You'd have to restructure the whole memberbar for that, especially considering those with less fortunate resolutions.
Title: Re: ApolloBB
Post by: PAPABEAR on November 03, 2007, 06:32:56 PM
Quote from: zwaldowski on November 02, 2007, 06:57:00 AM
What you need to do is copy all of the information from SMF's Modifications.language-name.php (it's in the Themes/default/languages folder) to ApolloBB's Modifications.language-name.php file (in the Themes/ApolloBB/languages directory).

For more, read the bottom of this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1255430#msg1255430).

This worked great. Now how do I add my Links, Gallery, User CP, and Staff mod buttons up top? They aren't showing up.
Title: Re: ApolloBB
Post by: PAPABEAR on November 03, 2007, 07:47:54 PM
Nevermind. I fiddled with it. Got some wierd thing happening. And fiddled with it some more.

I finally got it thanks to your post below.

Quote from: zwaldowski on September 08, 2007, 10:33:56 PM
It'll be in the index.template.php file.

Look for (line 706, as of this version):

// The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar" ' , $current_action == 'calendar' ? 'class="nav_important"' : '' , '>' , $txt['calendar24'] , '</a>&nbsp;|';

Add this:

// New Button
echo '
<a href="', $scripturl, '?action=action here" ' , $current_action == 'same action here' ? 'class="nav_important"' : '' , '>' , $txt['text'] , '</a>&nbsp;|';


Replace action here and 'text' with what comes with the mod.

Or, if you're linking to a custom page:

// New Button
echo '
<a href="http://link.to.page.here">Link</a>&nbsp;|';



Thanks again man!
Title: Re: ApolloBB
Post by: PAPABEAR on November 04, 2007, 11:12:56 AM
I have a couple more questions.

Is there a way to center the logo at the top?

If so...can I insert HTML code there to add another banner below it too?
Title: Re: ApolloBB
Post by: ZeroMinuS on November 04, 2007, 01:42:36 PM
I also would like to know how to center a logo at the top since I use it without the header box turned on. Also, I was thinking about using the SMF Gallery mod, but it doesn't get skinned when I use this theme. If possible, would you please look into what needs to be changed in order to allow the gallery to: match ApolloBB theme and add a gallery link to the menu. Any assistance would be helpful. Thanks!

On a side note. I'd like to tell you how impressed I am with this theme. It's truly a theme that feels like a professional message board in comparison to all the other gamer or poorly coded themes. Also, you implemented some basic features in the theme itself which allowed me to uninstall some mods. Basically, you made SMF sleek and sophisticated enough to be a business board or site with the use of tiny portal. Thanks for your work!
Title: Re: ApolloBB
Post by: zwaldowski on November 04, 2007, 01:57:50 PM
I'll look into getting a customized Gallery template in, but it'd take me a couple of weeks because I'm really busy with school right now.  Otherwise, actual template edits can be solved using the SMF Package Parser (http://modparser.dev.dansoftaustralia.net/index.php) on "Theme Edits Only".

I'm so glad you like ApolloBB, however, the theme is only partially my work.  The original design for phpBB totally goes out to Anthony Coy (http://mailto:[email protected]); I'm sure he'd love to hear from you.
Title: Re: ApolloBB
Post by: PAPABEAR on November 04, 2007, 08:38:16 PM
Quote from: zwaldowski on November 04, 2007, 01:57:50 PM
I'll look into getting a customized Gallery template in, but it'd take me a couple of weeks because I'm really busy with school right now.

NP man. We can wait!

Quote from: zwaldowski on November 04, 2007, 01:57:50 PM
I'm so glad you like ApolloBB, however, the theme is only partially my work.  The original design for phpBB totally goes out to Anthony Coy (http://mailto:[email protected]); I'm sure he'd love to hear from you.

Hehehe. Great work from yas both then!
Title: Re: ApolloBB
Post by: MinasC on November 05, 2007, 03:25:16 PM
hello there ,

i've been trying to give my members the option to change body bg image in my forum (it's semi-transparent so the bg img shows) but i couldn't make any script to work with smf , so i've been wondering : could someone direct me to the code i need to insert in my pages (index.template.php i guess ?) in order to make that happen (after some alterations) ? the reason i ask for this in this thread is because in this theme there is a member option for bg color which is relevant ! off course , first of all , i need to ask the theme creator if it's ok with him to use a part of that code ...

so i guess the question is pointinf mainly and firstly to zwaldowski !

thnx in advance !
Title: Re: ApolloBB
Post by: zwaldowski on November 05, 2007, 04:11:02 PM
Your changes would take place in either index.template.php (on the <td class="content"> element) or in the css (.content).  The member options in ApolloBB are more of a color switcher.  However, you could duplicate the options for the color changer and then set it to the background.

The color changer really isn't a profile thing, it just tosses the variable to the Profile system.  I would take a lot of doing, is what I'm trying to say.
Title: Re: ApolloBB
Post by: MinasC on November 05, 2007, 07:08:32 PM
first of all thnx for the reply and the allowance to use this figure !

i've spotted this in the settings

function template_settings()
{
global $context, $settings, $options, $scripturl, $txt;

$context['theme_settings'] = array(
                            array(
'id' => 'theme_main_color',
'label' => $txt['theme_main_color'],
'options' => array(
'blue' => 'Blue',
'black' => 'Black',
'green' => 'Green',
'red' => 'Red',
'purple' => 'Purple',
        ),
),
array(
'id' => 'allow_color_change',
'label' => $txt['allow_color_change'],
'options' => array(
'no' => $txt['allow_color_change_no'],
'box' => $txt['allow_color_change_box'],
'bars' => $txt['allow_color_change_bars'],
        ),
),
array(
'id' => 'boxes_in_header',
'label' => $txt['boxes_in_header'],
'description' => $txt['boxes_in_header_desc'],
),
);
}


and those parts in the index (templates that is)

<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/style_' , $settings['theme_main_color'] , '.css?fin11" />

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


// Any color set by user?
if (isset($options['theme_color']))
$settings['theme_main_color'] = $options['theme_color'];

// If not set, or if not allowed to set
if(!isset($options['theme_color']) || (isset($settings['allow_color_change']) && $settings['allow_color_change'] == 'no'))
{
// Defaults.
$options['theme_color'] = isset($settings['theme_main_color']) ? $settings['theme_main_color'] : 'blue';
$settings['theme_main_color'] = $options['theme_color'];
}


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


// Color changer
if(!$context['user']['is_guest'] && isset($_POST['options']['theme_color']))
{
include_once($GLOBALS['sourcedir'] . '/Profile.php');
makeThemeChanges($context['user']['id'], $settings['theme_id']);
$options['theme_color'] = $_POST['options']['theme_color'];
}
elseif ($context['user']['is_guest'])
{
if (isset($_POST['options']['theme_color']))
{
  $_SESSION['theme_color'] = $_POST['options']['theme_color'];
  $options['theme_color'] = $_SESSION['theme_color'];
}
elseif (isset($_SESSION['theme_color']))
  $options['theme_color'] = $_SESSION['theme_color'];
}


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


// color selection box
if(isset($settings['allow_color_change']) && $settings['allow_color_change'] == 'box')
echo '
  <div style="float:right;vertical-align:bottom;">
<form action="', $scripturl, '" method="post" class="smalltext">
<select name="options[theme_color]">
<option value="black" ' ,$settings['theme_main_color'] == 'black' ? 'selected="selected"': '', '>Black</option>
<option value="blue" ' ,$settings['theme_main_color'] == 'blue' ? 'selected="selected"': '', '>Blue</option>
<option value="green" ' ,$settings['theme_main_color'] == 'green' ? 'selected="selected"': '', '>Green</option>
<option value="purple" ',$settings['theme_main_color'] == 'purple' ? 'selected="selected"': '', '>Purple</option>
<option value="red" ' ,$settings['theme_main_color'] == 'red' ? 'selected="selected"': '', '>Red</option>
</select>
<input class="liteoption" type="submit" name="submit" value="Change" style="width: 11ex;" />
</form>
</div>';
if(isset($settings['allow_color_change']) && $settings['allow_color_change'] == 'bars')
echo '
  <div style="float:right;vertical-align:bottom;">
<form action="', $scripturl, '" method="post" class="smalltext">
<input style="border: solid 2px #6C7F93; background-color: #6C7F93; color: #6C7F93; width: 20px; height: 20px; font-size: 1px;" type="submit" value="black" name="options[theme_color]"/>
<input style="border: solid 2px #6699CC; background-color: #6699CC; color: #6699CC; width: 20px; height: 20px; font-size: 1px;" type="submit" value="blue" name="options[theme_color]"/>
<input style="border: solid 2px #4DB45D; background-color: #4DB45D; color: #4DB45D; width: 20px; height: 20px; font-size: 1px;" type="submit" value="green" name="options[theme_color]"/>
<input style="border: solid 2px #A185D6; background-color: #A185D6; color: #A185D6; width: 20px; height: 20px; font-size: 1px;" type="submit" value="purple" name="options[theme_color]"/>
<input style="border: solid 2px #E15050; background-color: #E15050; color: #E15050; width: 20px; height: 20px; font-size: 1px;" type="submit" value="red" name="options[theme_color]"/>
</form>
</div>';


now , i don't understand how i could use it through css and i don't really figure out what to change in my settings template so that when i put that code in my index template it will work !

could you point me to any direction or is it too much to ask ? am i loosing any code part relevant to the color changer ?

thnx in advance !
Title: Re: ApolloBB
Post by: tam2oo5 on November 06, 2007, 03:46:37 PM
Hello is there anyway to have the username menu, minimized by default rather maximized?. Its just i have shoutbox installed and its taking up too much space...
Title: Re: ApolloBB
Post by: zwaldowski on November 06, 2007, 04:19:24 PM
@MinasC:  Putting a background doens't have to do much.  To do this in ApolloBB, I'd have to provide you with an altered Profile template (not good).  This is more of a mod than an theme alteration.

@tam2oo5:  Unfortunately, not that I know of.  It's the behavior of SMF (and HTML) to show the HTML.  You might want to ask this in the HTML/CSS (http://www.simplemachines.org/community/index.php?board=35.0) forum.
Title: Re: ApolloBB
Post by: MinasC on November 06, 2007, 06:26:20 PM
Quote from: zwaldowski on November 06, 2007, 04:19:24 PM
@MinasC:  Putting a background doens't have to do much.  To do this in ApolloBB, I'd have to provide you with an altered Profile template (not good).  This is more of a mod than an theme alteration.

strange you said that , cause i was thinking exactly the same thing : such a mod would be great , but off course that's only my opinion ! you are right though , what i need is more a mod than a theme alteration , so i guess i'll have to digg my way out of this alone ! (which is not a good thing if you consider i am now learning the basics in php)

thnx a lot for the responses !
Title: Re: ApolloBB
Post by: PAPABEAR on November 08, 2007, 03:27:32 PM
Alright. How can I make the links for the forums themselves appear green instead of black on the forum list? This would look good in the black theme. The forum description would still be black.
Title: Re: ApolloBB
Post by: sailor73 on November 11, 2007, 02:43:48 AM
Thanks for a nice work!

My forum is in swedish and  I just wounder if the Guest, No avatar and new images are availeble in PSD or simular in all 5 colors?
Title: Re: ApolloBB
Post by: zwaldowski on November 11, 2007, 05:57:43 PM
I believe Anthony Coy, the original author, distributes the PSDs for the language-based avatar images at this link (http://www.hvmdesign.com/files/templates/apollo_lang_psd.zip).
Title: Re: ApolloBB
Post by: LVGaryD on November 13, 2007, 01:32:40 PM
I absolutely love this theme, but am fairly  new to SMF. I want to change several things.

a) I tried all of the colors and my members like red the best. One thing they seem adamant about is they do not like typing onto a red background. They want black letters on a white background for the posts and while they are typing. (A lot of my members have older eyes, like myself!)

b) I would like to put links up to the main part of my site and have no idea how to do so.

c) Want to put my own header up, but have no idea how to do so. I assume it would just take changing an image file?

d) Need to be able to put banner ads up for advertisers. Right now, some of the Google ads work with ApolloBB, but some do not work.

e) Several error messages that the xhtml was not validating.

f) Several of my members want the spell check option. According to SMF, my server does not allow it. Is there a way to bypass that?

g) Finally (at least finally for right now), I have three boards on my site. One of my members told me the theme was red on the main board and blue on the other two boards.

Any help would certainly be appreciated! Thank you very much for this theme. I had to take it down for the night last night because of the above, but really want to use the theme.
Title: Re: ApolloBB
Post by: sailor73 on November 13, 2007, 04:49:00 PM
I had the same problem with a) so I used Friefox and the extension "Web Developer Toolbar" and findes out too change in the file style_red.css look for lines 27-28 and change them to:
textarea,textarea:hover{background: #ffffff}
input.post_bg,input[type="text"],input[type="password"],input.login_bg{background: #ffffff}


and in style.css look for line 94 i think it was and change color to #000000
It could be line 84, but test line 94 first.

Line 94:
textarea,textarea:hover,input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#000000;padding:3px 0 0 3px}

Line 84:
input,textarea,select{color:#000000;font:normal 11px Verdana, Arial, Helvetica, sans-serif}
Title: Re: ApolloBB
Post by: LVGaryD on November 13, 2007, 06:48:50 PM
Thanks sailor, but I am not doing something correctly. Tried modifying the files in Dreamweaver to no avail, then again on the site in the admin area. I wish there was a way to test this stuff without everyone seeing it on the forum while I am tinkering around!
Title: Re: ApolloBB
Post by: zwaldowski on November 13, 2007, 07:52:15 PM
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
I absolutely love this theme, but am fairly  new to SMF. I want to change several things.

a) I tried all of the colors and my members like red the best. One thing they seem adamant about is they do not like typing onto a red background. They want black letters on a white background for the posts and while they are typing. (A lot of my members have older eyes, like myself!)
In style_red.css, replace the following line:
input.post_bg,input[type="text"],input[type="password"],input.login_bg{background:url(images/red/input_bg.gif) #C00}

With this: 
input.post_bg,input[type="text"],input[type="password"],input.login_bg{background:#FFFFFF}

Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
b) I would like to put links up to the main part of my site and have no idea how to do so.
I'm sorry, but... huh?
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
c) Want to put my own header up, but have no idea how to do so. I assume it would just take changing an image file?
You can either change the /ApolloBB/images/(color)/logo.gif file.  Otherwise, there is a box in the options to use a custom logo.
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
d) Need to be able to put banner ads up for advertisers. Right now, some of the Google ads work with ApolloBB, but some do not work.
Install the Ad Management mod; find it on the Mods site.  ApolloBB includes support by default.
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
e) Several error messages that the xhtml was not validating.
I can assure you that ApolloBB is completely valid.  What mods do you have?
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
f) Several of my members want the spell check option. According to SMF, my server does not allow it. Is there a way to bypass that?
Nothing I can do, nor you can.
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
g) Finally (at least finally for right now), I have three boards on my site. One of my members told me the theme was red on the main board and blue on the other two boards.
Never heard of it... considering many people use this, so this shouldn't be new.  Make sure no errors to do with profiles appear in the Error Log, and the color switcher is disabled in the options.
Title: Re: ApolloBB
Post by: LVGaryD on November 13, 2007, 09:15:36 PM
Quote from: LVGaryD on November 13, 2007, 08:45:34 PM
Thank you zwaldowski. I have managed to make most of the posts look like I want them. Still having some problems.

a) all posts are centered rather than left aligned

b) went to send newsletter out and background is still blue and typing is white. News headline is the same way.

c) still need to figure out how to add links to website home page, classified page, and contact page to the forum links.

In other words, I want my members to be able to go to the homepage of the website from the forum if they want to.

d) when I reply to a post, it reverts back to white print in a blue box. If I start a new topic, that is not the case. helppppp please!
  ??? ;)

Thanks again! awesome theme!


Hmmm, now it is staying with a blue background and white type each time I post. I am going to bed. I checked it and rechecked it, restarted the computer, emptied the cache, tried doing what you said again, all to no avail. I am going crazy here.
Title: Re: ApolloBB
Post by: zwaldowski on November 13, 2007, 10:48:32 PM
a) all posts are centered rather than left aligned

Hmm.  What did you change in the post layout?

b) went to send newsletter out and background is still blue and typing is white. News headline is the same way.

You did the change I said in style_red?  Repeat in style_blue and other colors.

c) still need to figure out how to add links to website home page, classified page, and contact page to the forum links.

In other words, I want my members to be able to go to the homepage of the website from the forum if they want to.

Check out this post (http://www.simplemachines.org/community/index.php?topic=193357.msg1234297#msg1234297).

d) when I reply to a post, it reverts back to white print in a blue box. If I start a new topic, that is not the case. helppppp please!

See A).  Also look for anything else referencing input elements and input_bg.gif or something similar.
Title: Re: ApolloBB
Post by: aksoft on November 14, 2007, 04:10:15 PM
thanks informations for how to edit theme and theme management
I use blue theme of ApolloBB but I can not change background color

like this pic.
http://img138.imageshack.us/img138/4683/helpvh5.jpg
Title: Re: ApolloBB
Post by: aksoft on November 15, 2007, 09:55:11 AM
who can help me :)
Title: Re: ApolloBB
Post by: yongbo on November 19, 2007, 12:36:28 AM
You must added the "www." to Forum URL under the Server Settings. For example, zuner.net and www.zuner.net are no longer the same. I got the same problem, what I did is use the exact path.

replace (line: 122, \ApolloBB\index.template.php):
.hoverbox { behavior: url("', $settings['theme_url'], '/pseudo-hover.htc"); }
with:
.hoverbox { behavior: url("http://www.zuner.net/forums/Themes/ApolloBB/pseudo-hover.htc"); }

It works.
Title: Re: ApolloBB
Post by: spaZzZilla on November 19, 2007, 02:47:24 AM
Quote from: aksoft on November 14, 2007, 04:10:15 PM
thanks informations for how to edit theme and theme management
I use blue theme of ApolloBB but I can not change background color



Go into the style.css file and change line 50 (I think, off the top of my head).  It should read .content{background:#CCC;margin:5px;text-align:left;width:auto}

To set a color for the background you selected, change the #CCC to your color.

ex:

.content{background:#FFFFFF;margin:5px;text-align:left;width:auto}

That will give you a white background.  You can edit this file from the admin panel in "Current Theme" (easiest) or directly modify the css file of your site. 

Hope this is what you wanted.
Title: Re: ApolloBB
Post by: aksoft on November 19, 2007, 03:37:48 PM
thanks spaZzZilla I have tried your solution it works nicely :D
Title: Re: ApolloBB
Post by: merlin6b on November 21, 2007, 02:01:31 PM
zwaldowski I need the PSD files for ApolloBB blue theme. Can you help me? Please. My e-mail address is : [email protected]

Thanks  ;)

Title: Re: ApolloBB
Post by: Antechinus on November 23, 2007, 12:01:49 AM
Quote from: zwaldowski on November 13, 2007, 07:52:15 PM
Quote from: LVGaryD on November 13, 2007, 01:32:40 PM
I absolutely love this theme, but am fairly  new to SMF. I want to change several things.

a) I tried all of the colors and my members like red the best. One thing they seem adamant about is they do not like typing onto a red background. They want black letters on a white background for the posts and while they are typing. (A lot of my members have older eyes, like myself!)
In style_red.css, replace the following line:
input.post_bg,input[type="text"],input[type="password"],input.login_bg{background:url(images/red/input_bg.gif) #C00}

With this: 
input.post_bg,input[type="text"],input[type="password"],input.login_bg{background:#FFFFFF}
Ok I tried this on my copy on our test forum and the message background is still red. I know some of our members are going to like this theme but they will not like having to type on a coloured background. What am I missing?
Title: Re: ApolloBB
Post by: lmfmsc on December 03, 2007, 05:10:29 PM
Good night,

I am Portuguese and speak little English

I use the Apollo BB and when put a logo / banner is always left me

I have been to index.template but I do not know how the change

// Show the logo.  It'll be either the default image, or one you set in the Theme Settings.  The stock logo is logo.gif in the images directory for each color.
if (empty($settings['header_logo_url']))
echo '
<a href="', $scripturl, '" class="topimg"><img src="', $settings['images_url'] . '/'. $settings['theme_main_color'], '/logo.gif" style="margin: 0px;border: 0 none;height: 89px" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' : 'alt=""' ,' title="', $context['forum_name'], '" /></a>';
else echo '
<a href="', $scripturl, '" title="', $context['forum_name'], '" class="topimg"><img src="', $settings['header_logo_url'], '" style="border: 0 none;vertical-align:middle;margin: 0px;" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' : 'alt=""' ,' /></a>';
echo '
</td>';


Someone tell me how do I focus on?

A hug
Title: Re: ApolloBB
Post by: spaZzZilla on December 07, 2007, 06:39:39 PM
Quote from: lmfmsc on December 03, 2007, 05:10:29 PM

I use the Apollo BB and when put a logo / banner is always left me

I have been to index.template but I do not know how the change


If you want to keep the them looking the same but only replace the "Apollo BB default logo" on the top left of the header.  You just need to go to

Admin > Current Theme > under "Theme options and Preferences" > logo image url.

Just place the url of your logo and it should show up.

If you would rather directly modify index.template.php let me know.  Its a tiny bit more involved, but not too difficult.
Title: Re: ApolloBB
Post by: segrob on December 07, 2007, 07:11:31 PM
Good friend I wanted to also center my in index.template.php instead of him staying on the left side!

Thank you friend
Title: Re: ApolloBB
Post by: spaZzZilla on December 07, 2007, 11:23:54 PM
Quote from: segrob on December 07, 2007, 07:11:31 PM
I wanted to also center my in index.template.php instead of him staying on the left side!

Hey,  I looked at your site and there are a couple of ways to center the logo.  This is a quick example.  Make sure you save the following two files as a backup

The modifications here should center the logo as long as you keep the login/search box in the member area and NOT in the header.(The location of this box is set in Admin > Current Theme > Theme option and preferences > Dont show boxes in header)

This edit is real simple and requires two files:

Within index.template.php find the following code (should be line 217):
<td id="header_logo" width="1">';
// Show the logo.  It'll be either the default image, or one you set in the Theme Settings.  The stock logo is logo.gif in the images directory for each color.
if (empty($settings['header_logo_url']))
echo '
<a href="', $scripturl, '"  class="topimg"><img src="', $settings['images_url'] . '/'. $settings['theme_main_color'], '/logo.gif" style="margin: 0px;border: 0 none;height: 89px" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' : 'alt=""' ,' title="', $context['forum_name'], '" /></a>';
else echo '
<a href="', $scripturl, '" title="', $context['forum_name'], '" class="topimg"><img src="', $settings['header_logo_url'], '" style="border: 0 none;vertical-align:middle;margin: 0px;" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' : 'alt=""' ,' /></a>';
echo '
</td>';


In the first line: <td id="header_logo" width="1">';

Add the green changes as follows:

<td id="header_logo" align="center" width="100%">';

to get:


<td id="header_logo" align="center" width="100%">';
// Show the logo.  It'll be either the default image, or one you set in the Theme Settings.  The stock logo is logo.gif in the images directory for each color.
if (empty($settings['header_logo_url']))
echo '
<a href="', $scripturl, '"  class="topimg"><img src="', $settings['images_url'] . '/'. $settings['theme_main_color'], '/logo.gif" style="margin: 0px;border: 0 none;height: 89px" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' : 'alt=""' ,' title="', $context['forum_name'], '" /></a>';
else echo '
<a href="', $scripturl, '" title="', $context['forum_name'], '" class="topimg"><img src="', $settings['header_logo_url'], '" style="border: 0 none;vertical-align:middle;margin: 0px;" ',  (empty($settings['show_name_near_logo'])) ? 'alt="'.$context['forum_name'].'"' : 'alt=""' ,' /></a>';
echo '
</td>';


NOW for style.css.  Find line 111 (4 lines form the bottom of the file).  It should look like this:



td#header_logo{height:89px;padding:0;text-align:left;vertical-align:middle}



Delete the code in red :

td#header_logo{height:89px;padding:0;text-align:left;vertical-align:middle}

to get

td#header_logo{height:89px;padding:0;vertical-align:middle}


Save your files, clear the cache and make sure it works. 

Hope this helps.
Title: Re: ApolloBB
Post by: segrob on December 08, 2007, 08:39:51 AM
Thank you friend was very good!   :D


Thank you
Title: Re: ApolloBB
Post by: Daniel15 on December 08, 2007, 09:12:54 AM
Very nice theme, I love it! :D
Title: Re: ApolloBB
Post by: ASF on December 09, 2007, 12:27:58 AM
i've tried everything but i just can't seem to add extra menu butons without messiing up anything up.


how do i add the following buttons, just after the Home | Forum |

i want

Publish Articles with action of (action=tpadmin;sa=addarticle)
then
Lite Gallery

Please....
Title: Re: ApolloBB
Post by: Daniel15 on December 09, 2007, 06:44:14 AM
I usually add additional buttons after the "calendar" one. No idea why, it's a habit :P

Anyways, for that "Publish Actions" button, find:

if ($context['current_action'] == 'theme')
$current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';

Add after:

// Publish Articles
if ($context['current_action'] == 'tpadmin' && $context['current_subaction'] == 'addarticle')
$current_action = 'addarticle';


Then, find:

// The [calendar]!
if ($context['allow_calendar'])
echo '
<a href="', $scripturl, '?action=calendar" ' , $current_action == 'calendar' ? 'class="nav_important"' : '' , '>' , $txt['calendar24'] , '</a>&nbsp;|';

Add after:

// Publish Articles
echo '
<a href="', $scripturl, '?action=tpadmin;sa=addarticle" ' , $current_action == 'addarticle' ? 'class="nav_important"' : '' , '>Publish Articles</a>&nbsp;|';


Hope that helps you :)
Technically, the first bit of code is not needed, just the second bit. Basically, the first bit checks if you're on the "add article" page, and if so, sets $current_action to "addarticle". This is used to change the colour of the "Publish Articles" link when you're on that page. :)
Title: Re: ApolloBB
Post by: ASF on December 09, 2007, 11:26:50 AM
Thanks boss,  that really helped.

One last question, how do i make this theme 100%
Title: Re: ApolloBB
Post by: lmfmsc on December 09, 2007, 05:38:55 PM
Quote from: spaZzZilla on December 07, 2007, 06:39:39 PM
Quote from: lmfmsc on December 03, 2007, 05:10:29 PM

I use the Apollo BB and when put a logo / banner is always left me

I have been to index.template but I do not know how the change


If you want to keep the them looking the same but only replace the "Apollo BB default logo" on the top left of the header.  You just need to go to

Admin > Current Theme > under "Theme options and Preferences" > logo image url.

Just place the url of your logo and it should show up.

If you would rather directly modify index.template.php let me know.  Its a tiny bit more involved, but not too difficult.

Good nights

With this explanation has succeeded solve my problem
http://www.simplemachines.org/community/index.php?topic=193357.msg1334360#msg1334360

My thanks

A hug
Title: Re: ApolloBB
Post by: ASF on December 11, 2007, 04:58:11 PM
Quote from: ASF on December 09, 2007, 11:26:50 AM
Thanks boss,  that really helped.

One last question, how do i make this theme 100%

Daniel15.are you around?, can you please help me here?
i just want to make this theme 100%

Title: Re: ApolloBB
Post by: Daniel15 on December 11, 2007, 08:58:58 PM
Quotecan you please help me here?
i just want to make this theme 100%
Sorry, I'm not too sure, I haven't looked at this theme in much detail.
Title: Re: ApolloBB
Post by: carlainz on December 14, 2007, 06:19:49 AM
hi , i love this theme but i have a lot of error in Maintenance -->Forum Error Log .

: Undefined index: apollobb_footer_sql
File: /var/www/sito/Themes/default/Profile.template.php (main_below sub template - eval?)
Riga: 602

or

8: Undefined index: apollobb_footer_php
File: /var/www/sito/Themes/default/Profile.template.php (main_below sub template - eval?)
Riga: 601

or

8: Undefined index: apollobb_footer_xhtml
File: /var/www/centos/Themes/ApolloBB/Display.template.php (main_below sub template - eval?)
Riga: 599

my forum is in italian and the italian files are located in /Themes/default/languages

all menu are in italian and look work fine , but i have a lot of error in Forum Error Log ...

if i set english language i don't have error ...

please help me
Title: Re: ApolloBB
Post by: zwaldowski on December 14, 2007, 07:05:53 AM
Copy the Modifications.english.php file as Modifications.italian.php within the ApolloBB/language/ folder.  Translate the values within that file.
Title: Re: ApolloBB
Post by: carlainz on December 14, 2007, 10:53:10 AM
hi zwaldowski , thanks for the answer i have copy the file and translate the value

now look like this :

in /var/www/sito/Themes/ApolloBB/languages

i have

Modifications.english.php       Modifications.italian-utf8.php  Settings.english-utf8.php
Modifications.english-utf8.php  Settings.english.php

and this is my  Modification.italian-utf8.php

<?php
// Version: 1.1; Settings

$txt['apollobb_color_black'] = 'Black';
$txt['apollobb_color_blue'] = 'Blue';
$txt['apollobb_color_green'] = 'Green';
$txt['apollobb_color_purple'] = 'Purple';
$txt['apollobb_color_red'] = 'Red';

$txt['apollobb_footer_php'] = 'PHP';
$txt['apollobb_footer_sql'] = 'SQL';
$txt['apollobb_footer_xhtml'] = 'XHTML';
$txt['apollobb_footer_css'] = 'CSS';

$txt['apollobb_topic_stickies'] = 'Topics Importanti';
$txt['apollobb_topic_normal'] = 'Topics Normali';

?>


but i have always error

8: Undefined index: apollobb_footer_sql
File: /var/www/sito/Themes/default/Login.template.php (main_below sub template - eval?)
Riga: 602

or
8: Undefined index: apollobb_footer_xhtml
File: /var/www/sito/Themes/default/Login.template.php (main_below sub template - eval?)
Riga: 599

thank for your help
Title: Re: ApolloBB
Post by: zwaldowski on December 14, 2007, 07:13:45 PM
Clear all caches, and clear your error log.  Just to make sure, also create an Italian translation for the Italian language file.
Title: Re: ApolloBB
Post by: carlainz on December 15, 2007, 06:25:58 AM
hi zwaldowski , i have clear all cache in my browser , and the error log , but i have always error ..
i don't understand   " also create an Italian translation for the Italian language file. "   witch file i have to translate ? i have to rename it ?
My italian file are located in /themes/language ...

thank for you help
Title: Re: ApolloBB
Post by: zwaldowski on December 15, 2007, 07:03:13 PM
Sorry, I wasn't thinking.  Translate Settings.english.php (in ApolloBB's language directory) just in case.
Title: Re: ApolloBB
Post by: carlainz on December 19, 2007, 11:17:03 AM
thank , i have copy and rename all the files in /apollobb/themes/language from english to italian , and now works !!! thank
Title: Re: ApolloBB
Post by: ASF on December 21, 2007, 10:37:03 AM
how can i change the width of this theme?
Title: Re: ApolloBB
Post by: angusi on December 23, 2007, 08:54:43 AM
Hi,

I was just wondering if it would be possible to port this theme to Mambo so that it works with the Mambo bridge?
Title: Re: ApolloBB
Post by: zwaldowski on December 24, 2007, 10:21:34 AM
It's very possible.  In fact, it would be easier if you used the ApolloBB for TinyPortal, as it has built-in sidebars.  The only problem (it's a big one) would be the color changer, because it includes functions from SMF's Profile system.
Title: Re: ApolloBB
Post by: angusi on December 24, 2007, 11:47:52 AM
could you use the now unsupported SMF bridge...
hmmm...
Maybe i would be better going straight for TP... or coding my site from scratch...
Title: Re: ApolloBB
Post by: souljaa on December 27, 2007, 01:02:49 PM
Hey there, sorry to bring this topic back up, but I was just wondering, how do I change the width of the forum, to make it smaller?
Thanks!
Souljaa
Title: Re: ApolloBB
Post by: spaZzZilla on December 27, 2007, 11:05:16 PM
Quote from: souljaa on December 27, 2007, 01:02:49 PM
how do I change the width of the forum, to make it smaller?
Thanks!
Souljaa

Go to Admin> Current Theme > there should be a box to put the width ("Page Width") a couple of lines down.  You can do a percentage width of the entire screen (ie. 85%), or a fixed width in pixels (ie. 550px).

Hope this helps :)
Title: Re: ApolloBB
Post by: octap on January 01, 2008, 01:33:28 PM
Still no solution for the text area color.
The sollution you gave before some pages of this thread just makes the "sign in" and "subject" (when making a new post) areas get white without changing the text color, which remains grey (#cccccc).

Please check the screenshot bellow to see what I would like to do.
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg90.imageshack.us%2Fimg90%2F3553%2F92000514xv1.th.jpg&hash=9cffe9ab878ee5b33b162a3c1b31de6cd07b87b7) (http://img90.imageshack.us/my.php?image=92000514xv1.jpg)

That is my members' main problem from the beggining.... :(

Thanks in advance!
Title: Re: ApolloBB
Post by: zwaldowski on January 02, 2008, 10:38:15 AM
To fix textareas:

(In style.css)
Replace:
textarea,textarea:hover,input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#CCC;padding:3px 0 0 3px}


With:
input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#CCC;padding:3px 0 0 3px}
textarea,textarea:hover{background:#fff;border:1px solid #666666;color:#000;padding:3px 0 0 3px}


In each of the style_[color].css files, remove the following line:

textarea,textarea:hover{background:url(images/black/text_bg.gif) #333333}


Know that, in each color file, the "black" and "#333333" will be different.
Title: Big Topic Headings!
Post by: nycstude on January 05, 2008, 12:02:53 AM
I love this theme... it's the only one (out of Dozens! Even the SMF Default) that actually wraps itself correctly in my Joomla template.

But there's those topic headings... they're HUGE! How do I get them to be tiny?
Thanks!
Title: Re: ApolloBB
Post by: mulder2007 on January 08, 2008, 01:28:06 PM
First off...Great Theme.

I have a problem where all my posts and threads show up centered.  This only happens when I try viewing the forum in IE.  Theme works perfect with FF.  Another issue is my logo which was done transparent shows the outline.  I am more concerened with the nuisance centered posts though at this point.

Thanks for the great theme!
Title: Re: ApolloBB
Post by: spaZzZilla on January 08, 2008, 07:48:31 PM
Quote from: nycstude on January 05, 2008, 12:02:53 AM
But there's those topic headings... they're HUGE! How do I get them to be tiny?


Hey, if you are referencing the Black topic headings below the link tree, I would try editing the style.css. 

look for ".maintitle" on line 51 or so.

It should look like...


.maintitle{color:#000000;font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;font-size:22px;font-weight:700;line-height:120%;text-decoration:none}


The "font-size" is set to 22px.  Change this to something smaller (10px is tiny), save and refresh the page.  If you don't see a change in font, clear your browser's cache and try again. 

I have modified this theme a bit to fit it in my site so I am not sure if this ".maintitle" will change anything else.  I don't think it should but you may want to browse through some of the other pages to see if the forum title or something else is altered. 

hope this is what you were looking for :)
Title: Re: ApolloBB
Post by: mulder2007 on January 11, 2008, 11:04:40 AM
I guess no one can help me with my problem?
Title: Re: ApolloBB
Post by: Rumbaar on January 11, 2008, 07:29:08 PM
Can you link to your forum, also I guess this is in IE7?  More info for testing.  Is it a base install with an un-modified ApolloBB theme installed?  The image is probably due to the poor nature IE still handle transparency, most likely it's a PNG format file?
Title: Re: ApolloBB
Post by: spaZzZilla on January 12, 2008, 02:02:22 PM
Quote from: mulder2007 on January 11, 2008, 11:04:40 AM
I guess no one can help me with my problem?

The image does sound like an IE problem.  It's probably not a theme problem.  I am also not too clear as to what you mean by centered posts.  A link maybe.... :)
Title: Re: ApolloBB
Post by: Fall3nangel on January 17, 2008, 06:18:03 AM
Hi, this theme has been working 100% perfect and it's great except now, my validator icons have gone missing from the footer and the seperators are still there in the bottom right like that> | | | and I now have a loads of forum errors in the log files that are all saying about the ApolloBB footer which looks like it's to do with the footer thingy-me-bobs missing maybe?, any suggestions or help? this is what some of the errors look like:

8: Undefined index: apollobb_footer_sql
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1158

8: Undefined index: apollobb_footer_php
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1157

8: Undefined index: apollobb_footer_css
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1156

8: Undefined index: apollobb_footer_xhtml
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1155

8: Undefined index: apollobb_footer_sql
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1158

8: Undefined index: apollobb_footer_php
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1157

8: Undefined index: apollobb_footer_css
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1156

8: Undefined index: apollobb_footer_xhtml
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1155

8: Undefined index: apollobb_footer_sql
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1158

8: Undefined index: apollobb_footer_php
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1157

8: Undefined index: apollobb_footer_css
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1156

8: Undefined index: apollobb_footer_xhtml
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1155

8: Undefined index: apollobb_footer_sql
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1158

8: Undefined index: apollobb_footer_php
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1157

8: Undefined index: apollobb_footer_css
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/index.template.php
Line: 1156

Followed by another 2 pages!
Title: Re: ApolloBB
Post by: spaZzZilla on January 17, 2008, 02:25:25 PM
*fallen...

I also changed my theme on my site, removing the footers (but not the copyright ;)), but I have not received one error like yours.  I don't think that your errors are due to missing the validators on the bottom.  Did you remove the containers that the validators and copyright from the footer were in?  Or did you just remove the content but keep the containers?   

Do you have a link to your forum?  That may help. :)

Title: Re: ApolloBB
Post by: Fall3nangel on January 17, 2008, 03:18:10 PM
I've removed the validators and got rid of the error but now i'm getting pages and pages of these:

8: Undefined index: apollobb_topic_normal
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/MessageIndex.template.php (main sub template - eval?)
Line: 274

8: Undefined index: apollobb_topic_stickies
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/MessageIndex.template.php (main sub template - eval?)
Line: 269

8: Undefined index: apollobb_topic_normal
File: /home/fall3nan/public_html/forums/Themes/ApolloBB/ApolloBB/MessageIndex.template.php (main sub template - eval?)
Line: 274


I really don't know what to do now, i'm stuck!

my forum link is http://fall3nangel.com/forums but it's a private forum if that matters?

Thanks for the reply   ;D
Title: Re: ApolloBB
Post by: spaZzZilla on January 17, 2008, 07:52:22 PM
*fall3n,

"apollobb_topic_stickies" (Important topics) and "apollobb_topic_normal"(Normal topics) are found in your "modifications.english.php" language file.  the errors take place when messageIndex.template.php is used.  Something is not right in either one of those files, from the looks of things its the template file. 

Have you made any changes to either file?

The two phrases from above show when the stickied topics are separated form the normal topics in the message index(set in admin>current theme).  The code where these two are located is around line 260, i think, of messageindex.template.php. 

If you have added mods, that could be the source of errors.  You may have accidentally deleted something in one of those file or added something incorrectly.

I wish I could be of more help. 

-Spaz
Title: Re: ApolloBB
Post by: pozitronik on January 18, 2008, 07:36:08 PM
where ı can download this theme , give me link please ?
Title: Re: ApolloBB
Post by: Fall3nangel on January 18, 2008, 08:20:00 PM
Thanks spaZzZilla, I definately think it was the mods that messed everything up lol!

Anyway, i've fixed it all now  ;) I reinstalled the theme lol! it now works perfectly.

Thanks for the info, if I get any more problems i'll remember that ;)

pozitronik, the theme is here : http://custom.simplemachines.org/themes/index.php?lemma=356 (http://custom.simplemachines.org/themes/index.php?lemma=356)
Title: Re: ApolloBB
Post by: DadL on January 19, 2008, 07:45:40 PM
Quote from: zwaldowski on January 02, 2008, 10:38:15 AM
To fix textareas:

(In style.css)
Replace:
textarea,textarea:hover,input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#CCC;padding:3px 0 0 3px}


With:
input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#CCC;padding:3px 0 0 3px}
textarea,textarea:hover{background:#fff;border:1px solid #666666;color:#000;padding:3px 0 0 3px}


In each of the style_[color].css files, remove the following line:

textarea,textarea:hover{background:url(images/black/text_bg.gif) #333333}


Know that, in each color file, the "black" and "#333333" will be different.
This has been my problem ever since!
Thanks for the quick solution, awesome!
  ;D


Quote from: spaZzZilla on December 27, 2007, 11:05:16 PM
Quote from: souljaa on December 27, 2007, 01:02:49 PM
how do I change the width of the forum, to make it smaller?
Thanks!
Souljaa

Go to Admin> Current Theme > there should be a box to put the width ("Page Width") a couple of lines down.  You can do a percentage width of the entire screen (ie. 85%), or a fixed width in pixels (ie. 550px).

Hope this helps :)
I cannot find the "box"  ???
Title: Re: ApolloBB
Post by: spaZzZilla on January 20, 2008, 07:57:01 PM
Quote from: DadL on January 19, 2008, 07:45:40 PM

I cannot find the "box"  ???

Hey DadL,

Go to Admin (main menu)> Configuration (one of 5 boxes in simple SMF install on the left hand column) > Current Theme > Then in "Theme Options and Preferences" (3rd colored header; after "edit Theme " and "them URL's and Configuration)  there should be a box that says "Page width ||**field where you enter the width goes here**||  Can be in pixels , like 800px, or can be a percentage, like 75%. It should end with either px or %"   This is where you enter the width. :)

If you get to something that talks about copyright text or theme color selection, you have gone too far. 

If you need further explanation or I didn't understand you question, don't hesitate :D

-spaz
Title: Re: ApolloBB
Post by: DadL on January 21, 2008, 09:32:07 PM
Hello spaZz,

I really cant find the box that says "Page width..."
  :-\

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg255.imageshack.us%2Fimg255%2F646%2Fb1qa0.th.jpg&hash=4252e924d7b396873aa3f2fc43e5e29df937dc98) (http://img255.imageshack.us/my.php?image=b1qa0.jpg)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg255.imageshack.us%2Fimg255%2F4746%2Fb2da9.th.jpg&hash=83a586651035df5ba34c9e3db632e2a055b8096b) (http://img255.imageshack.us/my.php?image=b2da9.jpg)
Title: Re: ApolloBB
Post by: spaZzZilla on January 22, 2008, 01:25:40 AM
hmmmmm, yeah you don't have it there.  Have you done any modifications to the templates (settings.template.php)? If not, check your languages/settings.english.php file (themes>apollobb(or whatever you named it)>languages). 

On line 12 (in an unmodified file), there should be:


$txt['page_div_width'] = 'Page width';
$txt['page_div_width_desc'] = 'Can be in <b>pixels </b>, like <b>800px</b>, or can be a <b>percentage</b>, like <b>75%</b>. It should end with <b>either px or %</b>';


If the above code is not in your file, enter it, hit save and refresh the page. 

In settings.template.php (themes>apollobb), line 120 should look like


array(
'id' => 'page_div_width',
'label' => $txt['page_div_width'],
'description' => $txt['page_div_width_desc'],
'type' => 'text',



I would check the language file first especially if you know you haven't made any changes to the settings.template.php file. 

Let me know if that doesn't work out for you. remember to clear your browser cache before you refresh ;)

-spaz
Title: Re: ApolloBB
Post by: DadL on January 23, 2008, 06:43:20 AM
^
Hey SpaZz,

It worked! Yahoo thanks a lot  ;D
Title: Re: ApolloBB
Post by: Surferbird on January 31, 2008, 06:56:43 AM
I installed both themes, what's the different other than BB-version put an error text in footer?

Which one to use, newer version is what version?
Title: Re: ApolloBB
Post by: Surferbird on January 31, 2008, 09:58:10 AM
This theme is highly incompatible in many ways...images is missing from at last red colors and error codes appears etc.

Sad, because theme looks nice overall. Could author check paths to omages and make them work for example in Help section etc.

When read tis thread and all faults, it should be forbidden to release such themes like this before it's proven to work. What about some testings before release themes? I think many problems that users get of these halfmade themes could be avoided.
Title: Re: ApolloBB
Post by: Ur_Irish_Rose on January 31, 2008, 02:55:41 PM
when i install this theme i have alot of things that wont work :|

my shout box is not there
my banners on the left and not in the middle
some of the mods i added dont work i.e. Global Announcements, Online today extra in INFO abre, Most popular post in INFO area.
I also got my CORE theme set so that I can have bigger Avatars but this does not work on this theme
In ADMIN my welcome Mod link does not show

These are a few that I have spotted can anyone help me on this please

ty in Advance
Title: Re: ApolloBB
Post by: carlainz on February 01, 2008, 01:25:32 PM
Hi all,

I need to find the html color code of the "grey" background in the welcome block ( the block where is the avatar )
and also the html code of the words "1 message "

http://custom.simplemachines.org/themes/index.php?action=download;lemma=356;id=3496;image

thanks a lot
Title: Re: ApolloBB
Post by: spaZzZilla on February 02, 2008, 08:07:16 PM
Quote from: carlainz on February 01, 2008, 01:25:32 PM<br />Hi all,<br /><br />I need to find the html color code of the "grey" background in the welcome block ( the block where is the avatar )<br />and also the html code of the words "1 message "


Open style.css in Themes > ApolloBB.  Go down until you find the following code around line 38.


.memberbardiv{background:url(images/bg_row.gif) repeat-x top left #DEDEDE;border:solid 1px #999999;margin:10px auto;padding:10px 0}


In that code, the background color is #DEDEDE.  What you are also seeing in the background is the image "bg_row.gif" which is being repeated across the div. 

To change the color, you need to remove the image and set your color.  The following example shows the edit for a white background.  Just change the color code for the color of your liking.

.memberbardiv{background: #FFFFFF;border:solid 1px #999999;margin:10px auto;padding:10px 0}

And that should do it :)
Title: Re: ApolloBB
Post by: spaZzZilla on February 02, 2008, 08:22:14 PM
Quote from: Surferbird on January 31, 2008, 06:56:43 AM
I installed both themes, what's the different other than BB-version put an error text in footer?

Which one to use, newer version is what version?

Hey there,

I am not sure what you are asking.  Heres the link to this theme ApolloBB (http://custom.simplemachines.org/themes/index.php?lemma=356).  There are only two versions. One simply for SMF, the other for Tiny Portal. 

You may be looking at the multiple versions of Apollo Theme (http://custom.simplemachines.org/themes/index.php?lemma=14) by Bloc.  His support topic is here: http://www.simplemachines.org/community/index.php?topic=77761.0.


Quote from: Surferbird on January 31, 2008, 09:58:10 AM<br />This theme is highly incompatible in many ways...images is missing from at last red colors and error codes appears etc.<br /><br />Sad, because theme looks nice overall. Could author check paths to omages and make them work for example in Help section etc.<br /><br />When read tis thread and all faults, it should be forbidden to release such themes like this before it's proven to work. What about some testings before release themes? I think many problems that users get of these halfmade themes could be avoided.<br />

I have never had any of these problems myself.  I have installed this theme multiple times on multiple servers and they all work fine on the basic installation.  I have also looked at it on many different browsers.  In all cases, it worked without a problem.

Most of the recent posts here are not for major things.

And after all that's why you have this topic...for support. 

Lots of times users run into trouble with themes after installing mods.  These problems are not unique to this theme; they are found on many themes.  All automatic/ default installations are on the Default theme anyways. You must do manual edits to other themes.  Its an SMF thing. 

Heres some stuff to read up on themes: http://www.simplemachines.org/community/index.php?topic=82003.0

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

Good luck with everything :)
Title: Re: ApolloBB
Post by: spaZzZilla on February 02, 2008, 08:26:40 PM
Quote from: Ur_Irish_Rose on January 31, 2008, 02:55:41 PM
when i install this theme i have alot of things that wont work :|

my shout box is not there
my banners on the left and not in the middle
some of the mods i added dont work i.e. Global Announcements, Online today extra in INFO abre, Most popular post in INFO area.
I also got my CORE theme set so that I can have bigger Avatars but this does not work on this theme
In ADMIN my welcome Mod link does not show

These are a few that I have spotted can anyone help me on this please

ty in Advance

Hey there,

These are all modification problems that can be solved by reading this:  http://docs.simplemachines.org/index.php?topic=402.0

With that said, they are all pretty much easy fixes with this theme.  There are very few custom templates for ApolloBB and that makes it easier to manually edit the mods.  Reply here if you still need help.  I can walk you through a few until you get the hang of it...no problem :D
Title: Re: ApolloBB
Post by: Hoodie on February 02, 2008, 09:28:59 PM
Very nice theme.  If we wanted to add our own color, say yellow, besides remaking the images and adding a new folder called yellow, what edits in the theme would need to be made (TP version that is)?
Title: Re: ApolloBB
Post by: spaZzZilla on February 03, 2008, 03:19:13 AM
Just create a css file for that color.  It would affect the text coloring and things like that. 
Title: Re: ApolloBB
Post by: Surferbird on February 03, 2008, 04:53:17 AM
Have you used it with other languages?


Quote from: spaZzZilla on February 02, 2008, 08:22:14 PM
Quote from: Surferbird on January 31, 2008, 06:56:43 AM
I installed both themes, what's the different other than BB-version put an error text in footer?

Which one to use, newer version is what version?

Hey there,

I am not sure what you are asking.  Heres the link to this theme ApolloBB (http://custom.simplemachines.org/themes/index.php?lemma=356).  There are only two versions. One simply for SMF, the other for Tiny Portal. 

You may be looking at the multiple versions of Apollo Theme (http://custom.simplemachines.org/themes/index.php?lemma=14) by Bloc.  His support topic is here: http://www.simplemachines.org/community/index.php?topic=77761.0.


Quote from: Surferbird on January 31, 2008, 09:58:10 AM<br />This theme is highly incompatible in many ways...images is missing from at last red colors and error codes appears etc.<br /><br />Sad, because theme looks nice overall. Could author check paths to omages and make them work for example in Help section etc.<br /><br />When read tis thread and all faults, it should be forbidden to release such themes like this before it's proven to work. What about some testings before release themes? I think many problems that users get of these halfmade themes could be avoided.<br />

I have never had any of these problems myself.  I have installed this theme multiple times on multiple servers and they all work fine on the basic installation.  I have also looked at it on many different browsers.  In all cases, it worked without a problem.

Most of the recent posts here are not for major things.

And after all that's why you have this topic...for support. 

Lots of times users run into trouble with themes after installing mods.  These problems are not unique to this theme; they are found on many themes.  All automatic/ default installations are on the Default theme anyways. You must do manual edits to other themes.  Its an SMF thing. 

Heres some stuff to read up on themes: http://www.simplemachines.org/community/index.php?topic=82003.0

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

Good luck with everything :)

Title: Re: ApolloBB
Post by: spaZzZilla on February 04, 2008, 05:23:45 PM
Quote from: Surferbird on February 03, 2008, 04:53:17 AM<br />Have you used it with other languages?


No, I have not used it on a site with another language.   :-\  It downloads with english.  I would imagine you would need to create the language files for another language.  :)
Title: Re: ApolloBB
Post by: Surferbird on February 04, 2008, 05:33:11 PM
No, i would not because there is so many icons missing in ACP and it is not friendly for
other languages  :(

I would like it otherway but it cause a bunch of work before it's ready to use...hope we
get a ready made version of this, where all is working nicely.

In fact i hade finnish and swedish...but in ACP and few other places it was not so nice,
in ACP for example there is no "?" in half of the rows??? There fore i said it is half made theme.
Title: Re: ApolloBB
Post by: spaZzZilla on February 04, 2008, 10:58:47 PM
Oh, I see.   :-\  Maybe a little manual editing would change that.  If your not up to it, I hope your current theme is working how you like. 

All the best and good luck. :)
Title: Re: ApolloBB
Post by: OutofOrder on February 05, 2008, 06:00:50 PM
Hello.
I just did a fresh smf 1.1.4 english install on my test server, looking for good themes, and this one caught my attention!

I had this problem tho (maybe the same Surferbird has?): in the ACP theme settings, there were some options that didn't have their name/description.
I found out why: they are only shown if you have chosen the theme as your own. They aren't shown with default scheme (and i bet with no other theme either).
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg201.imageshack.us%2Fimg201%2F8653%2Fdibujonk4.th.jpg&hash=cd3b053084c3ca2f60c4e1c0a4a5517c757d54eb) (http://img201.imageshack.us/my.php?image=dibujonk4.jpg)
Maybe the $txt strings for those options should be added in the proper script, within the default theme folder?

Just a little bug report, hope this helps for anything :)
All in all, you've made a great work on your theme. Thumbs up!
Out.
Title: Re: ApolloBB
Post by: Hoodie on February 06, 2008, 02:08:58 PM
You need to switch over to that theme because like you said, the txt strings aren't in the default theme folder.  Once you switch themes, the text will show up perfectly.
Title: Re: ApolloBB
Post by: Surferbird on February 06, 2008, 03:07:08 PM
Would it maybe be better if you fix up the theme so it start working perfectly?
Title: Re: ApolloBB
Post by: spaZzZilla on February 07, 2008, 12:16:02 PM
That'd be a good idea :D
Title: Re: ApolloBB
Post by: nosferatu on February 18, 2008, 06:10:29 PM
Like everyone else I think this theme is one of the best.

The problem I'm having is that in Firefox, the inputted text disappears when the cursor is moved outside the text box and reappears either when the cursor returns or the mouse button is pressed. This doesn't happen in IE7. It affects both the quick reply text box and the normal text box. Any ideas?
Title: Re: ApolloBB
Post by: Chadgqx on February 18, 2008, 08:46:42 PM
i get this error when i install this theme??


Fatal error: Call to undefined function showBanner() in /home/discusas/public_html/Sources/Load.php(1728) : eval()'d code on line 324

Chad
Title: Re: ApolloBB
Post by: zwaldowski on February 18, 2008, 09:57:08 PM
Surferbird:  I'm okay with constructive criticism; Please do not be rude.  If you read the first post, most issues are caused by not translating the files in the language directory.

To have ApolloBB work in another language, you must translate the files in the languages directory.  You must also create translations of the images for each language in the images folder.  There are eleven in all; two for each color of default avatar image and one for the "new.gif" button.  The original author of the images provides PSD's of the images at this link (http://www.hvmdesign.com/files/templates/apollo_psd.zip) and this link (http://www.hvmdesign.com/files/templates/apollo_lang_psd.zip).

I would very much like to thank spaZzZilla for providing support while I have been away from SMF.

Chadgqx:  It looks as if you had some files installed for the Ad Management mod, but not all.  ApolloBB picks up on whether the mod is installed or not; if it picks up, it'll try and execute the banner.  Try and replace your Load.php with a default one from the SMF download package.

@nosferatu:  I have no idea.  If possible, please provide a video.  It must be a CSS problem and I don't have an environment set up to fix it.
Title: Re: ApolloBB
Post by: Chadgqx on February 18, 2008, 10:08:27 PM
thats the first thing i did..... any other ideas??

Chad
Title: Re: ApolloBB
Post by: spaZzZilla on February 21, 2008, 01:39:50 AM
Quote from: nosferatu on February 18, 2008, 06:10:29 PM
The problem I'm having is that in Firefox, the inputted text disappears when the cursor is moved outside the text box and reappears either when the cursor returns or the mouse button is pressed. This doesn't happen in IE7. It affects both the quick reply text box and the normal text box. Any ideas?

The same thing happened to me once after I had been messing with the style.css.  Check this out, it may be whats wrong...or help you troubleshoot :)

Open style.css in Themes > ApolloBB >style.css

Find the entry that looks like this 


input.post_bg:focus,input.login_bg_submit:focus,input.login_bg:focus,textarea:focus


In mine, it is on line 56.  I may have made additions though so it may be different for you, but it will be close. 

Make sure the rest looks like
input.post_bg:focus,input.login_bg_submit:focus,input.login_bg:focus,textarea:focus{border:solid 1px red;color:#FFFFFF}

That last part "color:#FFFFFF" is what sets the color as you cursor away from the text box.  Here it is white, try changing the color to "#000000" (black) save and reload the page.  This should make the text black when you scroll away from the box. 

If that works and you can see the text, then you can try resetting it back to white and see if it works again.  Also, make sure you clear your cache before reloading after you make the changes and save. 

If that doesn't work, do you have a link so I can see the problem in action.  Does it also happen with the username/password boxes?   

Make sure you make a backup of the CURRENT style.css before you make these changes. They are pretty simple, but I have messed up simpler things ;)  and I don't want you getting mad at me  :'(

Quote from: zwaldowski on February 18, 2008, 09:57:08 PM<br />I would very much like to thank spaZzZilla for providing support while I have been away from SMF.

NO problem, Thanks for the great theme :D
Title: Re: ApolloBB
Post by: spaZzZilla on February 21, 2008, 01:42:12 AM
Quote from: Chadgqx on February 18, 2008, 10:08:27 PM
thats the first thing i did..... any other ideas??

Chad

I haven't really looked into this, but do your ads work on your other themes?  Do you get  the same error in default or the babylon (or whatever its called?)
Title: Re: ApolloBB
Post by: fenix3000 on February 21, 2008, 04:03:36 PM
Quote from: OutofOrder on February 05, 2008, 06:00:50 PM
Hello.
I just did a fresh smf 1.1.4 english install on my test server, looking for good themes, and this one caught my attention!

I had this problem tho (maybe the same Surferbird has?): in the ACP theme settings, there were some options that didn't have their name/description.
I found out why: they are only shown if you have chosen the theme as your own. They aren't shown with default scheme (and i bet with no other theme either).
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg201.imageshack.us%2Fimg201%2F8653%2Fdibujonk4.th.jpg&hash=cd3b053084c3ca2f60c4e1c0a4a5517c757d54eb) (http://img201.imageshack.us/my.php?image=dibujonk4.jpg)
Maybe the $txt strings for those options should be added in the proper script, within the default theme folder?

Just a little bug report, hope this helps for anything :)
All in all, you've made a great work on your theme. Thumbs up!
Out.

i have the same "bug", but i have it in spanish.

i didn't understand at all the solution for this bug

can you explain it again or step by step?

if i choose some of that option without text , they do some things, like :

list under  the "color theme list" change the way of show the colors of the theme, square or list

check boxes
1. for the tittle of teh forum

2. check box is for search in header or if checked= under total time

3 i don't know

4. no check=descripcion of the tables (name, themes, post, last post)

5,6,7,8.  I don't know

Can you help me?  with a caption of that options in english o spanish?

thank!! 

Title: Re: ApolloBB
Post by: spaZzZilla on February 22, 2008, 10:50:51 AM
@OutofOrder: I am sorry, I didn't understand your problem previously (I spent like 20 minutes switching from one them to another and couldn't replicate it until now, I blame my school, we have too many tests and not enough time for anything else  :P).  If you are still having it, this post should help. 

In regards to Out of Order and fenix3000's problem, the fix is real easy.  I also want to mention that Out was right in that this problem is seen in most other custom themes.  This fix can probably be applied to those, but make backups before hand as always.

To fix this problem in this theme, ApolloBB, and the SMF default, you need to open two language files.  It is Settings.english.php in both folders.  Then a simple copy and paste should do it.

I'll list it step - wise

1. Open Settings.english.php in Themes > default > languages > settings.english.php  .  This file should be blank unless you have TP or something else that edits this file installed. 

2. Open Settings.english.php in Themes > ApolloBB > languages > settings.english.php.  This file should look something like:


// Version: 1.1; Settings

$txt['theme_thumbnail_href'] = $settings['images_url'] . '/thumbnail.gif';
$txt['theme_description'] = 'The Apollo phpBB2 theme ported to SMF, by <a href="http://www.hvmdesign.com">HVMDesign</a>, based upon the Dilber Multicolor theme by HarzeM.<br /><br />It\'s a slick, clean theme with five color options and multiple configurations.';

$txt['show_name_near_logo'] = 'Show forum name near logo';

$txt['custom_global_html'] = 'HTML code to be displayed below user info bar';
$txt['custom_global_html_desc'] = 'HTML code will be displayed over page content, below user info bar. You can use to add a banner, or make global announcements etc.';

$txt['page_div_width'] = 'Page width';
$txt['page_div_width_desc'] = 'Can be in <b>pixels </b>, like <b>800px</b>, or can be a <b>percentage</b>, like <b>75%</b>. It should end with <b>either px or %</b>';

$txt['boxes_in_header'] = 'Don\'t show boxes in header.';
$txt['boxes_in_header_desc'] = 'If checked, the login box (for guests) and search box (for users) are in the member bar box, otherwise, they are shown in the header.';

$txt['child_boards_rows'] = 'Show child boards as one row, instead of two';
$txt['child_boards_rows_desc'] = 'If checked, child board listing is only one row, if not checked, they are shown in two rows.';

$txt['boardname_posts_lastposts_nodisplay'] = 'Don\'t show "boardname", "posts", "lastposts" bars on board index';
$txt['boardname_posts_lastposts_nodisplay_desc'] = 'If selected, "boardname", "posts", "lastposts" titles on board listing will be removed.';

$txt['display_topicsandposts_onecolumn'] = 'Display topics and posts in one column on the board index.';

$txt['split_up_topics'] = 'Separate announcements, important (sticky) topics, and normal topics.';

$txt['seperate_sticky_lock_opt'] = 'Show lock and sticky icons seperate from topic icons.';

$txt['poll_in_topic'] = 'Display polls within the topic section';
$txt['poll_in_topic_desc'] = 'If checked, pollo will be displayed withiin the topic\'s table, otherwise they are displayed below the title';

$txt['custom_copyright'] = 'Copyright text to be shown under SMF copyright';
$txt['custom_copyright_desc'] = 'You can use HTML code here.';

$txt['allow_color_change'] = 'Allow color change on home page?';
$txt['allow_color_change_no'] = 'Don\'t allow';
$txt['allow_color_change_box'] = 'Show as a selection box';
$txt['allow_color_change_bars'] = 'Show as clickable bars';

$txt['theme_main_color'] = 'Theme Color';



3. Copy the contents in ApolloBB's Settings.english.php (the contents from above) into the Settings.english.php for the default theme. Make sure you paste them within the php tags: after "<?php" and before "?>".

4. Save, clear cache, and refresh.

That should do it.  These changes can be made to Babylon and YABBSE (or whatever that one is) in the same manner.

I have not checked to see if this will affect anything else.  It shouldn't, but make backups just in case. 

Hope this helps. :)
Title: Re: ApolloBB
Post by: afghan123 on March 03, 2008, 11:51:50 AM
Cool theme I am using it in my site but most of the mods not working on this theme can anyone tell me where can I download mods for this theme like Chat room etc and I am willing to host a demo on my web server email me for more information.

My forum url: http://www.afghan123.com/forum

E-mail me: 123afghan[at]gmail.com
Title: Re: ApolloBB
Post by: spaZzZilla on March 04, 2008, 12:16:34 PM
Most mods won't install automatically on this or any custom theme.  The only one or two that come on this theme is ad management and maybe quick reply (not sure if that was ever a mod, and I don't feel like looking ;)).  You will need to go through and Manually Install Mods (http://docs.simplemachines.org/index.php?topic=402) yourself.  It really isn't that hard to do with this this theme as most of the templates are off the default theme. 

Good luck :)

-spaz
Title: Re: ApolloBB
Post by: ekfaysal on March 08, 2008, 02:52:58 AM
i want users with no avatar can click on the default and select avatar
the  same thing which was on in orange lt theme
possible for it?
Title: Re: ApolloBB
Post by: spaZzZilla on March 08, 2008, 07:48:54 PM
I have not seen that theme, but I would imagine so.  Just make the avatar image into a link by modifying the index.template.php.  Make the link go to the Forum Profile and Information page, which is where the avatar selection boxes are located. 
Title: Re: ApolloBB
Post by: carlainz on March 13, 2008, 04:58:23 PM
hi all and thanks for this beautifull theme :)

i want ask how i can change the background and font color for the function "insert code" , i have some user say me is difficult read it .

thanks
carlainz
Title: Re: ApolloBB
Post by: spaZzZilla on March 13, 2008, 11:38:48 PM
Open style.css for the ApolloBB Theme.  Find ".code"  The background color I believe is #fafafa.  Change it to your color.  Save, refresh and it should work.  :)
Title: Re: ApolloBB
Post by: carlainz on March 14, 2008, 06:10:49 AM
thanks spaZzZilla
it's work !!!! ;D
Title: Re: ApolloBB
Post by: lower on March 18, 2008, 12:19:09 PM
Hi, i need help! Not sure what is this error about

Fatal error: Call to undefined function tportal_version() in /home/atsmalla/domains/domain.com/html/forum/Sources/Load.php(1726) : eval()'d code on line 644

wonder if someone can explain it to me,thanks! and oh, nice theme =D
Title: Re: ApolloBB
Post by: Azsman on March 18, 2008, 06:44:36 PM
Quote from: lower on March 18, 2008, 12:19:09 PM
Hi, i need help! Not sure what is this error about

Fatal error: Call to undefined function tportal_version() in /home/atsmalla/domains/domain.com/html/forum/Sources/Load.php(1726) : eval()'d code on line 644

wonder if someone can explain it to me,thanks! and oh, nice theme =D

Im also having the same problem!?! :-\
Title: Re: ApolloBB
Post by: Kestryll on March 18, 2008, 07:23:08 PM
Hi,
I really like the ApolloBB Blue, it looks great but I did have a question.
Is there a way to set the background of the windows for entering text to white?
Some members are complaining that they can not read what they are typing with the blue background in the post/reply windows.

Thanks, both for the theme and the assistance!
Title: Re: ApolloBB
Post by: spaZzZilla on March 22, 2008, 12:40:12 AM
Quote from: lower on March 18, 2008, 12:19:09 PM
Hi, i need help! Not sure what is this error about

Fatal error: Call to undefined function tportal_version() in /home/atsmalla/domains/domain.com/html/forum/Sources/Load.php(1726) : eval()'d code on line 644

wonder if someone can explain it to me,thanks! and oh, nice theme =D

I am not sure.  What are you doing when this happens and does it happen on the default theme?  If it does, it is a TP issue and you would probably get better help on their site.
Quote from: Kestryll on March 18, 2008, 07:23:08 PM<br />Hi,<br />I really like the ApolloBB Blue, it looks great but I did have a question.<br />Is there a way to set the background of the windows for entering text to white?<br />Some members are complaining that they can not read what they are typing with the blue background in the post/reply windows.<br /><br />Thanks, both for the theme and the assistance!<br />

Go to blue_style.css in Themes > ApolloBB and open it in an editor. 

THen find    textarea, textarea:hover and delete "background-image: url(images/blue/text_bg.gif) " and change the background-color to #FFFFFF for white.  It is set at #0066cc b y default.

Since the background of the text box is set by the color style sheet you will have to change each css file for each color, unless you just set the forum to blue and don't allow color changing.  Also, I don't think this will change the color of input boxes like the subject line and the login boxes. 

I have not done this change myself so backup backup backup the file BEFORE doing this.  Then after making the changes, save the file and refresh the page.  Clear cache if you need.

Let me know if I can help in any other way.

-Spaz

Title: Re: ApolloBB
Post by: agentbrokerforum on March 22, 2008, 06:14:40 PM
First of all, great theme!  I'm sort of new to SMF so my question is: i have installed the Referral Mod, but for some reason its not showing all the details under the member profile and also under their avatar on the forum.

Can someone help me out with this?

thank you very much
Title: Re: ApolloBB
Post by: spaZzZilla on March 22, 2008, 10:03:21 PM
Quote from: agentbrokerforum on March 22, 2008, 06:14:40 PM
i have installed the Referral Mod, but for some reason its not showing all the details under the member profile and also under their avatar on the forum.

Can someone help me out with this?


Sure :).  I wasn't able to see the profiles, and as you said there is nothing under the profiles....so here's what may have happened.  I see that you have at least one other mod (Ad Management) installed, but the templates for this theme already come with that mod coded.  When you installed the referrals mod, you may have only run the upload and installation through the package manager.  This is good and if it was one of a few mods you have, it probably all installed successfully to the default theme templates. BUT you still need to go back and manually install the mod to your ApolloBB templates. 

This is a real good explanation on how to do that: Manual Installation of Mods (http://docs.simplemachines.org/index.php?topic=402)

If you still have questions I can help, but the above link may be faster and you'll know how to install future mods :) but like I said, don't hesitate if you need help.  I have a site that I installed that referrals mod with ApolloBB and it's not hard to do. :)
Title: Re: ApolloBB
Post by: carlainz on March 24, 2008, 07:37:32 AM
Hi,

i use apollobb with tinyportal and i'm very happy , the only thing i want change is the article title size . how can do this ?

thanks
Carlainz
Title: Re: ApolloBB
Post by: spaZzZilla on March 24, 2008, 10:20:30 AM
Quote from: carlainz on March 24, 2008, 07:37:32 AM
Hi,

i use apollobb with tinyportal and i'm very happy , the only thing i want change is the article title size .

What do you mean by "article title size"?  The words on the board page or the really big letters on the top page of each topic view?
Title: Re: ApolloBB
Post by: carlainz on March 24, 2008, 11:54:59 AM
hi spaZzZilla

In tinyportal there is the possibility to write articles , but the title is too small and i want increase the font.

for exempol if you look the www.tinyportal.net
i want increase the title font like " ThemeClub for February+march "  or " Purchase Dreamscape theme" etc etc
i hope you understand

thanks



Title: Re: ApolloBB
Post by: spaZzZilla on March 24, 2008, 02:58:12 PM
Ok, well I have a quick solution.  It will adjust the text size for all the article titles on the main page.  It is not pretty in that you will have to go in and directly modify the file and there is no admin control for this (ie: if you want to change it back, you will need to go back into the file a modify it there again) 

BACK UP all files BEFORE doing this

With that being said, here you go....

1.  Open the file TPortal.Template.php (Themes > ApolloBB-TP > TPortal.Template.php)

2.  Search for the line (should be about line 162)

<div style="padding: 3px 6px 3px 6px;" class="' , $story['is_boardnews'] ? 'catbg' : 'titlebg' , '">' , $story['icon'], ' <a href="' , $story['href'] , '" >'

3.  AFTER $story['href'],'" INSERT style="font-size:2em"

The size "2em" will make the text larger than it is now.  If you want the text smaller than it is now, use a value less than 1em (ie: 0.9 em)  You could also go 1.2em, 1.5em etc.  You can also specify an absolute font size like 13px instead of 2em.

After making this change, save it and refresh the browser, you may have to clear your cache. 

I only looked at this in on the homepage in the two column view.  I don't know what it looks like in other front page layouts or anything like that.  I also haven't looked through the forum to see if this changes anything else, I wouldn't imagine it does, but it could. 

Hope this helps :)

spaz
Title: Re: ApolloBB
Post by: carlainz on March 24, 2008, 03:20:50 PM
thanks spaZzZilla it's working !!!!

you are the best !!! :) :) :) :)

Title: Re: ApolloBB
Post by: agentbrokerforum on March 24, 2008, 05:28:30 PM
Ok, so i tried the Package Parser for the referral mod and its asking to change the Themes/[your theme]/Stats.template.php and Themes/[your theme]/Profile.template.php, since they are not in the ApolloBB Theme(or i can't find them) what should i do? Sorry still learning here.
Title: Re: ApolloBB
Post by: spaZzZilla on March 25, 2008, 12:58:09 AM
Quote from: agentbrokerforum on March 24, 2008, 05:28:30 PM
Ok, so i tried the Package Parser for the referral mod and its asking to change the Themes/[your theme]/Stats.template.php and Themes/[your theme]/Profile.template.php, since they are not in the ApolloBB Theme(or i can't find them) what should i do? Sorry still learning here.

No worries.  I went back and looked through that mod and it is actually one of the easier ones to manually install.  Just from glancing through, it looks like the only theme templates that are modified are the profile, stat, and display.template.php's.  So unless your initial installation was not completed correctly (ie you had errors and red letter show up after the test install in the package manager) all the necessary code should be in the right place for templates (except for display.template.php) and sources.  The only other thing that would be wrong is that language files have not be changed...

You will have to manually add the following in to both modifications.english.php and modifications.english-utf8.php.  They can be added anywhere, but just put them at the end for organization.  The location for these are Themes > ApolloBB > languages .

The code you add


// Referrals Mod
$txt['referrals_information'] = 'Referral Information:';
$txt['referrals_youwerereferredby'] = 'by';
$txt['referrals_on'] = 'on';
$txt['referrals_referrals'] = 'Referrals:';
$txt['referrals_referral******s'] = 'Referral Link Hits:';
$txt['referrals_noneyet'] = 'None Yet!';
$txt['referrals_top5referrers'] = 'Top 5 Referrers (By Referrals)';
$txt['referrals_top5referrersbyposts'] = 'Top 5 Referrers (By Referred Members Posts)';
$txt['referrals_referralsstats'] = 'Referrals';
$txt['referrals_referredby'] = 'Referred By:';
$txt['referrals_link'] = 'Referrals Link:';
$txt['referrals_membersreferred'] = 'Members Referred';


Save and refresh.

Check those three pages, Stats (http://www.agentbrokerforum.com/index.php?action=stats), Profile (http://www.agentbrokerforum.com/index.php?action=profile), or a topic to make sure you can see the text. 

Just to clarify....hopefully :)

The way that package manager installation of mods works is the only template files to be automatically modified are in the default theme( this is one of the reasons you should not change these templates in that folder when making a new theme).  IF you have a template file in your new theme, like ApolloBB, that replaces that same named file in the default theme (say index.template.php), the files in the theme folder you specify takes precedence and you see that output instead of the default file.   Any files not included in the custom theme are still needed by that theme for your forum to function, but they are borrowed from the default theme folder.  Because of this sharing/catch-all-role of the default theme's files, you only need to manually modify those files that are present in the custom theme (unless of course you have a mod that interferes with the code needed to be found for a new mod to be installed (I don't think this is your problem).  In your case for ApolloBB, stats.template.php, and profile.template.php are borrowed from the default theme folder because they are not in the ApolloBB folder. Display.template.php is special to ApolloBB and needs to be manually modified.

I hope that wasn't too confusing  :P

I'll be happy to give further explanation if you need.  If your members start to get anxious for this and it still isn't working, let me know...

Good luck

-spaz

Title: Re: ApolloBB
Post by: agentbrokerforum on March 26, 2008, 02:07:48 AM
Spazzzilla, I pm'ed you if you don't mind.

thanks for all your help
Title: Re: ApolloBB
Post by: spaZzZilla on March 26, 2008, 02:37:36 AM
Pm'd you back
Title: Re: ApolloBB
Post by: masss on March 27, 2008, 04:03:52 PM
First: Beautiful theme!!!! ;)

I have got just one question. How can i remove collapsing shown bellow??

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg395.imageshack.us%2Fimg395%2F8236%2F80268552hf3.th.png&hash=1c2015c41874c578b0cf5d1a77eab7569b769596) (http://img395.imageshack.us/my.php?image=80268552hf3.png)
Title: Re: ApolloBB
Post by: spaZzZilla on March 27, 2008, 08:55:48 PM
do you want to remove the whole member bar or just the collapsing button?
Title: Re: ApolloBB
Post by: masss on March 28, 2008, 08:28:54 AM
just the collapsing button (i wont that is closed by default)
Title: Re: ApolloBB
Post by: carlainz on March 28, 2008, 09:53:55 AM
hi all apollobb guys  :)

i have apollobb-tp with tinyportal , unfortunally tinyportal 0.98 don't have the search for the articles database but only for the forum database.
Now i have 2 search in my website , one in the search TP block and one in the header ( on the right top )
how can change the header search whit a search from google ?
the google code is like this :

<!-- SiteSearch Google -->
<form method="get" action="http://www.google.it/custom" target="google_window">
<table border="0" bgcolor="#cfcfbb">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="mydomain.it"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Cerca"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>

<td>
<input type="radio" name="sitesearch" value=""></input>
<font size="-1" color="#000000">Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="mydomain.it" checked="checked"></input>
<font size="-1" color="#000000">mydomain.it</font>
</td>
</tr>
</table>
<input type="hidden" name="client" value="pub-11111111111111111"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#CFCFBB;VLC:663399;AH:center;BGC:FFFFFF;LBGC:DEDEBB;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:111;L:http://www.softhelp.it/themes/NukeNews/images/logo.gif;S:http://www.softhelp.it;FORID:1"></input>

<input type="hidden" name="hl" value="it"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->



thanks lot  :)
Title: Re: ApolloBB
Post by: spaZzZilla on March 28, 2008, 08:00:30 PM
Sorry for more questions....

@mass

Do you just want it closed by default, retaining the option to expand it, or do you just want the small version of the box without the option to expand it?

@carlainz

I am sure you can.  I will look into it for yeah and hopefully get you a solution....Also, did you only want the search in the header section or the option to switch it between the header and the member bar?
Title: Re: ApolloBB
Post by: carlainz on March 29, 2008, 06:32:08 AM
hi spaZzZilla
thanks for your answer , i want only the search in the header section ( replace the old search ) .

thanks
carlainz
Title: Re: ApolloBB
Post by: masss on March 29, 2008, 08:00:14 AM
Quote from: spaZzZilla on March 28, 2008, 08:00:30 PM
@mass

Do you just want it closed by default, retaining the option to expand it, or do you just want the small version of the box without the option to expand it?


Yes. I wont that is closed by default retaining the option to expand it.
Title: Re: ApolloBB
Post by: spaZzZilla on March 30, 2008, 03:38:29 PM
Quote from: carlainz on March 29, 2008, 06:32:08 AM
hi spaZzZilla
thanks for your answer , i want only the search in the header section ( replace the old search ) .

thanks
carlainz

Open index.template.php and find and delete the following code.  this block of code should show up twice, only delete the first one.  Should be on line 240 or close to it on an unmoded file.



<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '"><br />
                  <input class="login_bg" type="text" name="search" value="" /><br />
<input class="login_bg_submit" type="submit" name="submit" value="', $txt[182], '" />
                  <input type="hidden" name="advanced" value="0" />';
// Search within current topic?
if (!empty($context['current_topic']))
echo '
                  <input type="hidden" name="topic" value="', $context['current_topic'], '" />';
// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '
                </form>



and replace with (the following is the same code you poster before):


<!-- SiteSearch Google -->
<form method="get" action="http://www.google.it/custom" target="google_window">
<table border="0" bgcolor="#cfcfbb">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="mydomain.it"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Cerca"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>

<td>
<input type="radio" name="sitesearch" value=""></input>
<font size="-1" color="#000000">Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="mydomain.it" checked="checked"></input>
<font size="-1" color="#000000">mydomain.it</font>
</td>
</tr>
</table>
<input type="hidden" name="client" value="pub-11111111111111111"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#CFCFBB;VLC:663399;AH:center;BGC:FFFFFF;LBGC:DEDEBB;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:111;L:http://www.softhelp.it/themes/NukeNews/images/logo.gif;S:http://www.softhelp.it;FORID:1"></input>

<input type="hidden" name="hl" value="it"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->


Make sure you backup this file before you make the chenges.

Save the change and refresh the page.

Note this search bar will only show once a member is logged in.  If they are not logged in, that area will show the login box.  Also make shure you have the option to show login/search box in header in the Current Theme section of the Admin.

-spaz
Title: Re: ApolloBB
Post by: spaZzZilla on March 30, 2008, 07:24:18 PM
Quote from: masss on March 29, 2008, 08:00:14 AM
Quote from: spaZzZilla on March 28, 2008, 08:00:30 PM
@mass

Do you just want it closed by default, retaining the option to expand it, or do you just want the small version of the box without the option to expand it?


Yes. I wont that is closed by default retaining the option to expand it.

I came up with a solution, but it only works for guests and if they open it on one page, it will collapse back down again if they navigate to another page. 

find the code:


// We'll have to use the cookie to remember the header...
   if ($context['user']['is_guest'])
      $options['collapse_header'] = !empty($_COOKIE['upshrink']);


and change it to


// We'll have to use the cookie to remember the header...
   if ($context['user']['is_guest'])
      $options['collapse_header'] = 1;


As for your members, I believe that once they minimize the header, it should stay minimized even when they log out and then log back in.  I would think it would be better to leave it open by default so they know it is there and then let them collapse it if they don't like it.  I understand the member area takes up alot of room at the top, but if you want to get rid of it all together, you could use something like TP and put the member area on the side.
Just a suggestion. :)

Title: Re: ApolloBB
Post by: carlainz on March 31, 2008, 02:02:41 PM
spaZzZilla thanks a lot it's working !!!!!

you are a very good supporter  :)

thanks again
Carlainz
Title: Re: ApolloBB
Post by: spaZzZilla on March 31, 2008, 10:53:37 PM
@carlainz

Np :) Happy to help ;D
Title: Re: ApolloBB
Post by: carlainz on April 09, 2008, 12:32:19 PM
ApolloBB and SEO

maybe is a stupid question ... but
I want ask if googlebot work different with the ApolloBB thema instead of the default one.
I ask this because i have 2 forums ,  similiar for number of users and activity and born date , but the one with the default thema google has index 2000 pages , the other with apolloBB only 500 .

Can be a reson for that ?

thanks

Title: Re: ApolloBB
Post by: spaZzZilla on April 12, 2008, 12:07:59 PM


I wouldn't think that it would make a huge difference as long as keywords etc are relevant.  I think ApolloBB gets crawled just like default.

I could be wrong though
Title: Re: ApolloBB
Post by: carlainz on April 23, 2008, 11:13:06 AM
I have upgrade tinyportal from 0.9.8 to 1.0.5 but the apollobb-tp theme have some problem ...
is anyone succesfull use this thema with tinyportal 1.0.5 ?
thanks
Title: Re: ApolloBB
Post by: spaZzZilla on April 23, 2008, 01:24:07 PM
i havent tried it yet....so i dont know.  The apollobb author would have to update their theme to work with 1.05 if there are alot of changes to TP between the 0.9.8 and 1.0.5 versions. 

There also may be a problem on installation/upgrade of TP if you have other mods installed that interfere with the automatic update.  If thats the case, you will have to upgrade manually.
Title: Re: ApolloBB
Post by: carlainz on April 28, 2008, 11:03:12 AM
i have try now a fresh installation smf 1.1.4 + tinyportal 1.0.5 +apollobb-TP
but the "toolbar" have some problem.

please check the website and you can understand http://www.puppylinux-it.org/index.php

thanks for any help
Title: Re: ApolloBB
Post by: spaZzZilla on May 04, 2008, 12:18:33 AM
I wasn't able to view it from that link. 
Title: Re: ApolloBB
Post by: physicshelp4u on May 13, 2008, 02:54:55 AM
Quote from: spaZzZilla on May 04, 2008, 12:18:33 AM
I wasn't able to view it from that link. 
you can find a demo at  http://www.physicshelp4u.com/demo/apollobb/index.php
Title: Re: ApolloBB
Post by: carlainz on May 24, 2008, 05:12:22 AM
Quote from: carlainz on April 28, 2008, 11:03:12 AM
i have try now a fresh installation smf 1.1.4 + tinyportal 1.0.5 +apollobb-TP
but the "toolbar" have some problem.

please check the website and you can understand http://www.puppylinux-it.org/index.php

thanks for any help


sorry for that , can you try now ? i have this layout problem and i can upgrade tinyportal to ver. 1.0.5
thanks
Title: Re: ApolloBB
Post by: KiLLuMiNaTi-7- on May 30, 2008, 12:52:31 PM
I can't change the body background? What image do i have to edit? Or is it in the style.css?
Title: Re: ApolloBB
Post by: R Y A N on July 04, 2008, 12:08:19 AM
<3 this theme gj man.
Title: Re: ApolloBB
Post by: Rumbaar on July 04, 2008, 01:44:19 AM
Quote from: UTM-MaKaVeLi on May 30, 2008, 12:52:31 PM
I can't change the body background? What image do i have to edit? Or is it in the style.css?
Well the body backgroud style information would be found in the various style_{color}.css file body.  Now you'll need to set it for all the various color .css files as well.  If you use them all.
Title: Re: ApolloBB
Post by: KiLLuMiNaTi-7- on July 04, 2008, 05:36:42 AM
Yes. I found the problem. I was looking at the wrong style.css. I was supposed to be looking for black.css.

Thanks for your help anyway  :)
Title: Re: ApolloBB
Post by: Temaharay on July 08, 2008, 07:33:59 PM
Hey guys,

can anyone help me to change the colour of the subject line text box.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.memhr.org%2Fsubjectbar.jpg&hash=a6c5d975204a41919a291b3de69c86ae71ec544e)

It's too gray (if you can see it), I would like the text to be black like the main textbox. Is there anything I can do?
Title: Re: ApolloBB
Post by: Rumbaar on July 08, 2008, 08:01:23 PM
That is suppose to have the background-image: url(images/black/input_bg.gif); style which adds a colored image to make the text stand out.  Have you intentionally removed that style?
Title: Re: ApolloBB
Post by: Temaharay on July 08, 2008, 08:50:49 PM
Quote from: Rumbaar on July 08, 2008, 08:01:23 PM
That is suppose to have the background-image: url(images/black/input_bg.gif); style which adds a colored image to make the text stand out.  Have you intentionally removed that style?
this is the blue version and my forum users were complianing about the text background being too dark. I wanted to change the background to white with black letter so (among other changes) i removed that line.

unfortunately, I now need to make the text black instead of gray.
Title: Re: ApolloBB
Post by: Rumbaar on July 08, 2008, 09:09:49 PM
Try this area in the style.css
textarea,textarea:hover,input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#CCC;padding:3px 0 0 3px} - color:#CCC
Title: Re: ApolloBB
Post by: Temaharay on July 08, 2008, 09:39:13 PM
Quote from: Rumbaar on July 08, 2008, 09:09:49 PM
Try this area in the style.css
textarea,textarea:hover,input.post_bg,input[type="text"],input[type="password"]{border:1px solid #666666;color:#CCC;padding:3px 0 0 3px} - color:#CCC
I added it into the style and nothing seems to have changed. Is there something else I could try?
Title: Re: ApolloBB
Post by: Rumbaar on July 08, 2008, 10:36:13 PM
No that styles is already in the style.css, alter the color attribute to the desired font color you want.
Title: Re: ApolloBB
Post by: Temaharay on July 09, 2008, 08:34:47 AM
Quote from: Rumbaar on July 08, 2008, 10:36:13 PM
No that styles is already in the style.css, alter the color attribute to the desired font color you want.
Thanks man. It's working great.
Title: Re: ApolloBB
Post by: shadownexusruler on August 04, 2008, 10:33:03 AM
there's a problem with your apollo_tp after i install it and try to use the tp part of it but mine you i already have the tiny portal when i install your them when i try to go to different sections of your theme sections relating to tiny portal i get message saying unable to load certain sub.templates for tiny portal
Title: Re: ApolloBB
Post by: Rumbaar on August 04, 2008, 05:59:54 PM
Do you get this issue with any other theme, or just ApolloBB TP version?  What version of TP are you running?
Title: Re: ApolloBB
Post by: cuffingwithpride on August 04, 2008, 06:44:32 PM
Quote from: zwaldowski on September 17, 2007, 04:50:51 PM
    Quote from: fortest on September 16, 2007, 10:50:19 PM
    Very nice theme, zwaldowski... :)
    I really like the slick and modern look of the theme. Nice color combinations, too...

    I do have some minor gripes, though...

    • I think the board name column is too wide, and the last post column is too narrow. I also prefer that the topics and posts columns merged into one column, like in the previous version...
    • I feel that the size of the board icon (on.gif, off.gif) is too big. Maybe reducing their size a little bit will be nice.
    • Some images have a white border around them (useroff.gif, profile_sm.gif, quick_sticky.gif, stats_info.gif, etc.)
    • The white patch on the upper part of bar.gif. It looks really bad when viewing Posting Activity By Time bars...

    Other than that, I think you've done a very good job on this theme... I'm certainly looking forward to the next version... with tableless layout, perhaps?  ;D


    By the way, can I use a logo that is wider than 325x89 pixel with this theme??

    Thanks and keep up the good work...

    Alright, let me respond:

    • I'll probably fix the width of the board name column in the next bugfix.  I also might put in the topics and posts as an option in the next version.
    • The board icon is one of the smallest I've seen in SMF themes, so I won't see myself reducing it any more.
    • I don't see this in any browser.  What are you using?  Can I have an example?
    • I hadn't noticed bar.gif was used for the bar graphs, too.  Will be fixed.  EDIT:  It appears that this isn't even mine!  It was a Dilber MC thing, I'll fix it.

    Wider logo? Yes, as long as it doesn't reach too far, remember to acknowledge login/search boxes, forum name, and fluid width.  Height, I'm not sure, but I think it will work fine.

    Tableless will be on its way, as soon as IE has better support for backgrounds.   >:(   (Everything except IE will get the layout to work, specifically the side shadows, with position:fixed, however, IE doesn't work at all).[/list]

    I have a banner that is 902 x 102 pixels.  How might I change it to accommodate this size banner?  I have changed the logo.gif in the image file to that of my custom banner, but it is shrinking it to the default banner size.  I need it to be 902 x 102.  Thanks.
    Title: Re: ApolloBB
    Post by: shadownexusruler on August 12, 2008, 01:40:42 PM
    i don't have any issue with other themes except with yours
    Title: Re: ApolloBB
    Post by: tuguex on August 13, 2008, 04:54:38 PM
    I have a problem with my forum :S

    In forum menu, the    length is normal.
    But when i open a board, the forum, the length decreases :S
    How can i fix this problem ?
    Title: Re: ApolloBB
    Post by: octap on August 21, 2008, 04:41:14 PM
    Hello everybody,

    I am running apolloBB 1.1 and I had a problem from the very beginning of my forum which I need to fix asap, while I am getting a lot of bot registrations lately.

    When I activate the visual verification image in the registration settings, I get all the prompts related in the new members registration screen except the verification image...

    It seems that it does not know where to load this random image from....

    Can anybody help please? If you need any additional information please ask...
    Title: Re: ApolloBB
    Post by: octap on August 21, 2008, 05:25:11 PM
    updating to apolloBB 1.2.6 means that I have to know-remember all the modifications I have done so far to the current version of the apolloBB I have installed (1.1)?
    Oh god...I am desperate...there's no way for me to remember or even find now all of them....they are a lot... :(
    Title: Re: ApolloBB
    Post by: Rumbaar on August 21, 2008, 06:30:42 PM
    Well yes 1.1 and 1.1.x templates are vastly different, if that is what you mean.

    Now the update to your forum of that old software to current would have wiped your mods anyways?  But if not, then just look at the mods installed and look at the code they use via the parser and then see what template changes you need to make to your updated theme.
    Title: Re: ApolloBB
    Post by: octap on August 21, 2008, 06:43:40 PM
    The problem is not the mods that have been installed as packages....my concern is the mods I have made to the different php's.

    by-the-way....the forum is this one... www.coltpower.gr
    Title: Re: ApolloBB
    Post by: Rumbaar on August 21, 2008, 06:51:14 PM
    Well I'm sure you made a backup of your 'old' themes template files.  Then when you remember or run into area that aren't the same as before, go back and look at the code and re-add it to your updated theme.
    Title: Re: ApolloBB
    Post by: Gmans on August 25, 2008, 12:19:09 PM
    Verry nice theme. Good work :)
    Title: Re: ApolloBB
    Post by: Epidemic8 on September 13, 2008, 04:15:35 AM
    Can you re upload the tiny portal version?
    Title: Re: ApolloBB
    Post by: dWhite on October 25, 2008, 01:33:59 PM
    Is there a way to remove the table clicking, so the user has to actually click the forum name/topic title to get to it?

    SEO4SMF doesn't work in rewriting the tables. :(
    Title: Re: ApolloBB
    Post by: workmss on December 01, 2008, 12:40:04 PM
    *raises hand* I have a question...

    SMF 1.1.7

    I installed apolloBB over the weekend..chose the red color..love it...BUT

    the posting text boxes have the red background and white text..making it very difficult to read. Can you point me in the right direction to change this?

    Thanks so much!!!

    Stephanie
    Title: Re: ApolloBB
    Post by: vulcan59 on December 01, 2008, 01:39:09 PM
    Quote from: workmss on December 01, 2008, 12:40:04 PM
    *raises hand* I have a question...

    SMF 1.1.7

    I installed apolloBB over the weekend..chose the red color..love it...BUT

    the posting text boxes have the red background and white text..making it very difficult to read. Can you point me in the right direction to change this?

    Thanks so much!!!

    Stephanie

    Yep same here. Other than black, any other color leaves the posting as well as the PM message box kind of difficult to see the alphabets as one types. Personally I have no problems with any colors but that's the complain I get from members especially with many who are not very computer literate.

    Regards.
    Title: Re: ApolloBB
    Post by: Rumbaar on December 01, 2008, 04:17:30 PM
    Take a look at the style information for these styles in the appropriate color style .css if they are there
    textarea (line 21)
    {
    input, textarea, select (line 459)
    {
    Title: Re: ApolloBB
    Post by: vulcan59 on December 02, 2008, 02:37:13 AM
    Quote from: Rumbaar on December 01, 2008, 04:17:30 PM
    Take a look at the style information for these styles in the appropriate color style .css if they are there
    textarea (line 21)
    {
    input, textarea, select (line 459)
    {

    Thanks Rumbaar, I did and sorted out the poblem.
    Regards.
    Title: Re: ApolloBB
    Post by: workmss on December 02, 2008, 08:52:23 AM
    Guess I'm a little dumber...the css is very hard to read...and I don't seem to have a line 459?

    I copied/pasted from the css into dreamweaver hoping that might give me a better view of it...but I'm still unsure exactly what to change & where...

    help.....please...

    Stephanie
    Title: Re: ApolloBB
    Post by: workmss on December 02, 2008, 01:54:04 PM
    Someone please help the poor dumb blonde  ;D

    I love this theme...the colors are great...all except for the colored background for the posting text box and PM text box.

    Throw me a lifeline...please!!

    thanks!
    Stephanie
    Title: Re: ApolloBB
    Post by: Rumbaar on December 02, 2008, 03:43:29 PM
    Please patient and not bump a post in less than 24+ hours.

    If you don't have the line number, then just search for the required style name.  I recommend Notepad++ for all your SMF file edits.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 03, 2008, 03:19:48 AM
    Hi Rumbaar,

    Apologies. I found the input textarea color and I thought that was the area I needed to change. Well needless to say, I tried and didn't check at first, but now on checking, I find that it does not do the job.

    So looking at style.blue line 21 says;
    .ajax_in_progress{background:url(images/blue/loading.gif) repeat-x #8DF39D} I tried several textarea color changes but all to no effect.

    Also as workmss state, there is no line 459. The last line for style.blue.css is line 33 which is blank.

    I am using Notepad++ for editing. Could you perhas be a bit more precise as to which line needs to changed?

    Apologies once again. Thanks and regards.
    Title: Re: ApolloBB
    Post by: Rumbaar on December 03, 2008, 05:57:00 AM
    Those are found in the style.css not the color specific .css files.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 04:12:48 AM
    Hi Rumbaar,

    Fixed it. Thanks.

    Now I was wondering if you could help me out with another problem. I installed a mod and it installs okay through the package manager. I then manually modify the ApolloBB index.template to add the new button but all I see is a blank spot where the new button supposed to be. On top of that I get a whole bunch of errors in the error log.

    The mod I have been trying to install is the Bakers Dozen and as I understand it, the author is no more with SMF. Who do I turn to to ask for help or should I just not use the mod?

    Also I think that the problem is the ApolloBB index.template although I could be wrong. If you look at the manual instruction for the default theme  index.template for the mod, I cannot find a similar line in the ApolloBB index.template. (I can't see the attach file after clicking the additional options, so I'll paste the code below) The first two are the mods I've done but doesn't work.

    // Work out where we currently are.
    $current_action = 'home';
    if (in_array($context['current_action'], array('admin', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers')))
    $current_action = 'admin';
    if (in_array($context['current_action'], array('search', 'pages', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm',)))
    $current_action = $context['current_action'];
    if ($context['current_action'] == 'search2')
    $current_action = 'search';
    if ($context['current_action'] == 'theme')
    $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
    if ($context['current_action'] == 'pages')
    $current_action = 'pages';


    // Show the [pages] button.
    echo '
    <a href="', $scripturl, '?action=pages" ' , $current_action == 'pages' ? 'class="nav_important"' : '' , '>' , $txt[Pages] , '</a>&nbsp;|';


    The manual instructions for the default theme says to add the code below before the search button but as you can see, the ApolloBB code is different:-

    // Show the [pages] button.
    global $user_info, $modSettings;
    if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
    echo ($current_action == 'pages' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
    <td valign="top" class="maintab_' , $current_action == 'pages' ? 'active_back' : 'back' , '">
    <a href="', $scripturl, '?action=pages">', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], '</a>
    </td>' , $current_action == 'pages' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


    Any help?

    Thanks once again. Regards.
    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 04:30:43 AM
    ApolloBB has it's own Modifications.english.php file.  Copy all the $txt[] from that file to the one stored in the Themes/default/languages/ folder and then delete that one from your themes language folder.  That should fix any missing $txt[] issues.

    You'll need to alter the button text syntax to match ApolloBB.  Just take the home button and adjust to meet the needs of your installed mods code.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 12:56:46 PM
    Thanks Rumbaar. Okay done that and still no "Pages" button appears. Here is the code I am using for the ApolloBB index.template

    // Show the [pages] button.
    echo '
    <a href="', $scripturl, '?action=pages" ' , $current_action == 'pages' ? 'class="nav_important"' : '' , '>' , $txt['Pages'] , '</a>&nbsp;|';


    When I switch back to the default theme, "Pages" appears and works correctly.

    Below are the errors I am getting with ApolloBB theme:

    Quote8: Undefined index: Pages
    File: /mydomain/forum/Themes/default/Themes.template.php (main_above sub template - eval?)
    Line: 731
    Quote8: Undefined index: Pages
    File: /mydomain/forum/Themes/default/Admin.template.php (main_above sub template - eval?)
    Line: 731
    Quote8: Undefined index: Pages
    File: /mydomain/forum/Themes/default/Errors.template.php (main_above sub template - eval?)
    Line: 731
    Quote8: Undefined index: Pages
    File: /mydomain/forum/Themes/ApolloBB/BoardIndex.template.php (main_above sub template - eval?)
    Line: 731
    Any advice?
    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 04:29:09 PM
    Did you perform the first part of my post regarding the modifications language file?  That is probably where the new $txt[] is located in the default theme and because it's not in the ApolloBB's version you are getting undefined index errors and thus missing text, thus missing button.  I bet you're got a slightly larger gap between where it should be displaying.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 06:13:24 PM
    Thanks Rumbaar,

    Yes I did. I copied the entire contents from the modifications.english from the ApolloBB and pasted it into the default modifications.english after which I deleted the ApolloBB modifications.english file.

    There is a gap between the help and calender like this: I  I  about that size.

    Did I miss something?

    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 06:58:31 PM
    Well this is a mods issue now, check where the 'pages' mod is suppose to put it's $txt['Pages'] string and make sure it's there.

    You don't get this error on the default theme?


    I see you issue now, you've used the wrong code to display the button text.
    <a href="', $scripturl, '?action=pages">', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], '</a> As you can see it uses the defined text label or the default $txt[] string.  You've changed this to just $txt['pages] and probably not defined an appropriate $txt[] string.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 08:01:45 PM
    Thanks, Rumbaar,

    And no, I have no problems with the default theme.

    So, how do I go about defining the $txt[]string? Should I leave the $txt[] string for 'Pages' blank?

    Thanks.
    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 08:17:58 PM
    No you should use the code that the mod requires as defined in mods installation code.
    ', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], ' is the link label.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 08:42:49 PM
    Man, right now I would kiss you if I could!!!!! Almost a week and finally the "Pages" show and with no errors whatsoever!!!! :) :) :) :)

    Now, the only problem is in admin>Features and Options> Dozen Pages, I've chosen enable view by members only, but right now it still shows up even when I am not logged in.  ::) And when I click on it, it just refreshes the index page!!

    Must be some part of index.template that I haven't done correctly, or is it somewhere else?

    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 09:21:24 PM
    You're welcome.

    Yes possibly, but not really a ApolloBB related theme issue.  So we try to keep these type of thread limited to theme specific issues.

    You're missing the trigger that controls the display from your button code:
    if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 09:25:03 PM
    Thanks Rumbaar, and where would the trigger be located? Is it in the index.template file or another file?

    After so many days, I'm committed to see it work, with your help off course. I looked through the index.template for ApolloBB but didn't find it there.

    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 09:29:01 PM
    It goes just before the echo, just like it is in the original button code you posted earlier.
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 09:49:41 PM
    Okay I tried like this
    // Work out where we currently are.
    $current_action = 'home';
    if (in_array($context['current_action'], array('admin', 'ban', 'boardrecount', 'cleanperms', 'detailedversion', 'dumpdb', 'featuresettings', 'featuresettings2', 'findmember', 'maintain', 'manageattachments', 'manageboards', 'managecalendar', 'managesearch', 'membergroups', 'modlog', 'news', 'optimizetables', 'packageget', 'packages', 'permissions', 'pgdownload', 'postsettings', 'regcenter', 'repairboards', 'reports', 'serversettings', 'serversettings2', 'smileys', 'viewErrorLog', 'viewmembers')))
    $current_action = 'admin';
    if (in_array($context['current_action'], array('search', 'pages', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm',)))
    $current_action = $context['current_action'];
    if ($context['current_action'] == 'search2')
    $current_action = 'search';
    if ($context['current_action'] == 'theme')
    $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
    if ($context['current_action'] == 'pages')
    $current_action = 'pages';
        if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
    // Open up our <div>.
    echo'
    <div id="bg_nav_links">';
    // Show the [home] button.


    and that didn't work. Then I pasted it here which also didn't work:

    // Show the [pages] button.
        if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))     
    echo '
    <a href="', $scripturl, '?action=pages" ' , $current_action == 'pages' ? 'class="nav_important"' : '' , '>' , $txt['dozen_pages_tab_default'] , '</a>&nbsp;|';
    Title: Re: ApolloBB
    Post by: Rumbaar on December 08, 2008, 10:02:46 PM
    As I said previously, take the code you had for the default button and adjust to ApolloBB button syntax:
    // Show the [pages] button.
       global $user_info, $modSettings;
       if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
          echo '
                   <a href="', $scripturl, '?action=pages" ' , $current_action == 'pages' ? 'class="nav_important"' : '' , '>', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], '</a>&nbsp;|';
    Title: Re: ApolloBB
    Post by: vulcan59 on December 08, 2008, 10:28:04 PM
    muah, muah, muah...... :-* :-* :-*

    Done, and viola it works!!!! 8) 8) 8)

    Thank you for your patience and guidance. Man you rock.....

    Thank you once again....
    Title: Re: ApolloBB
    Post by: livedown on December 21, 2008, 05:43:03 PM
    Hey,
           Is there a converted version of this theme for SMF 2.0.4 BETA??? I really need this theme for the 2.0 if anyone can  help me! thanks!
    Title: Re: ApolloBB
    Post by: LyokoMan95 on December 22, 2008, 02:24:42 PM
    I would really like this for 2.0 as well
    Title: Re: ApolloBB
    Post by: Sean G. on January 26, 2009, 02:34:28 PM
    Quote from: zwaldowski on October 24, 2007, 04:10:54 PM
    It might just be a Mambo/Joomla component problem.  I'll look into it more.

    Loaded this mod today and I too have the error message in the bottom of IE 7 that access is denied to psuedo-hover.xxx

    All permissions are correct and I noticed you have not revisited this issue.  Any word on why an error is still present even though the mod seems to be functioning?
    Title: Re: ApolloBB
    Post by: goltho on February 09, 2009, 02:28:37 PM
    Hi there,

    Apologies if this has already been covered (but it's not showing on Search...).  I need to modify the activation email after registration, and although I've found its location on the "default" theme, I can't in ApolloBB, to which I'm committed on my new board.

    Help?

    Thanks.
    Title: Re: ApolloBB
    Post by: Rumbaar on February 09, 2009, 04:30:45 PM
    Themes fall back to the default themes template files if not present in their own folders.  So you can copy to the custom theme and alter it there or work on the default template directly.  I recommend copying.
    Title: Re: ApolloBB
    Post by: goltho on February 10, 2009, 05:21:43 AM
    Quote from: Rumbaar on February 09, 2009, 04:30:45 PM
    Themes fall back to the default themes template files if not present in their own folders.  So you can copy to the custom theme and alter it there or work on the default template directly.  I recommend copying.
    Excellent - thanks for that.  The file I've identified which requires modifying, is ManageMembers.english_british-utf8.php.  However, as there is a ManageMembers.english-utf8.php and also a ManageMembers.english.php - both of which do NOT contain the routine I'm changing - I need to verify that my board is in fact using the British version.  I suspect it isn't, as I've made the changes (registration notification email) with no difference seen.

    Ideas?
    Title: Re: ApolloBB
    Post by: Rumbaar on February 10, 2009, 04:37:05 PM
    This isn't a theme issue, so you should create a support thread on it.  But check your profile language or server settings for the defined forum language in use.  This will tell you what files need to be changed or in use.
    Title: Re: ApolloBB
    Post by: apsara on February 18, 2009, 04:36:39 AM
    I have a liking for this theme. I need to install an floating bar. I tried efloatingbar. No errors on installation. But  was not visible on admin.panel. APart from that i noticed strange changes to admin panel. ( empty boxes without options etc)
    How do i get a floating bar?
    Title: Re: ApolloBB
    Post by: apsara on February 18, 2009, 05:03:14 AM
    I tried installing ApolloBB-TP.zip. I tried uploading the package and i get the following message:

    An Error Has Occurred!
    The package you tried to upload either is not a valid package or has become corrupted
    .
    Title: Re: ApolloBB
    Post by: Rumbaar on February 18, 2009, 05:34:58 AM
    Themes And Layout (http://docs.simplemachines.org/index.php?board=54.0;sort=subject)
    Current Theme (http://docs.simplemachines.org/index.php?topic=108)

    You don't install themes via Package Manager
    Title: Re: ApolloBB
    Post by: Mack450 on March 30, 2009, 08:54:29 PM
    Running the REGULAR ApolloBB since ApolloBB-TP does not work with the current TP.

    The problem I have is that the portal blocks on the left and right....the grey areas that show the text are not full. I would like them to be the same size as all the other stuff on the theme.

    Help please...
    (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi288.photobucket.com%2Falbums%2Fll162%2Fholzermack%2F2009-03-30_2052.png&hash=60a748d1778a920cdfded7e78209dc7957a82582)
    Title: Re: ApolloBB
    Post by: Mack450 on March 31, 2009, 09:51:53 PM
    I am running simple portal now and I have the link on the menu "Home" going to the portal. I would also like a link next to the "Home" link called "Forum" linking to the forum.

    Anyone got any ideas? Every I have tried has been a template parse error.

    Thanks
    Title: Re: ApolloBB
    Post by: kat on May 01, 2009, 05:20:13 PM
    Sorry if this has already been asked, but...

    The newsbox looks kinda squishy.

    Screeny attached.
    Title: Re: ApolloBB
    Post by: 4thwave on May 16, 2009, 01:47:01 PM
    This theme won't work with 1.1.7.  New users can't register.  What can I do to change this?  Someone told me in another thread that this theme will work with 1.1.8.  Is this true?

    Michael
    Title: Re: ApolloBB
    Post by: kat on May 16, 2009, 02:12:05 PM
    Well the theme page says that it's compatible with 1.1.3 and 1.1.4.

    I got it to work on 1.1.8.
    Title: Re: ApolloBB
    Post by: 4thwave on May 16, 2009, 02:47:21 PM
    Here is my forum:
    http://forum.roughandtough.ca/

    New users can't register (I suspect that is my hosting company, lunarpages.com, doing), and I get an error message at the bottom.  Someone tried to register 2 days ago and got this message:

    Fatal error: Call to undefined function: tportal_version() in /home/nthwave2/public_html/forum/Sources/Load.php(1726) : eval()'d code on line 644

    Now it appears, the register button is disabled completely.

    Thanks for all your help,

    Michael
    Title: Re: ApolloBB
    Post by: 4thwave on May 17, 2009, 12:07:16 AM
    This was my fault, I installed the TP instead of the regular version while not having the TP mod installed.

    I have noticed one thing though, the smiley's and rich text edit features (bold, italic, hyperlink, etc) don't seem to work.
    Title: Re: ApolloBB
    Post by: Mack450 on May 17, 2009, 05:52:27 PM
    UserCP by AlanS doesnt work. How do I make it work?
    (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi288.photobucket.com%2Falbums%2Fll162%2Fholzermack%2FPicture1-26.png&hash=b876332052d684d63aef2b22209f86d4793faf72)
    Title: Re: ApolloBB
    Post by: kat on June 27, 2009, 04:52:47 PM
    zwaldowski...

    If more than one line of news is entered, the text goes mental and covers the navigation buttons. (See attached)

    Is there an easy fix, for this?
    Title: Re: ApolloBB
    Post by: vulcan59 on September 15, 2009, 01:40:05 AM
    Hi all,

    Apologies for bringing this up again. After my recent problems which I have mentioned here (http://www.simplemachines.org/community/index.php?topic=336437.msg2257964#msg2257964) which basically is about been "attacked" by the iframe bug, I had to re-install the forum again and download fresh copies of everything.

    Now  I seem to have a problem. There are two buttons which I have installed but they do not show up. No error reported in the error logs. The buttons show up on the default theme but not in this theme. I've checked and re-check a few times but can't see the error. The two buttons are the "rules" and the "pages" buttons. The index.template from this theme is attached. 

    The other thing I was trying to do is to not display the childboards on the main page. I've look through the recent mod for not displaying childboards but can't get it to work with this theme. I had done it previously but now I can't get it to work.

    Brand new SMF version 1.1.10 with the "Rules" and "Bakers Dozen" mods installed and nothing else. And this theme of course.

    Any help with this is really appreciated. Thanks.
    Title: Re: ApolloBB
    Post by: Tack on October 03, 2009, 01:52:20 AM
    Hey everyone.  I'm using ApolloBB and I inserted some nonsense into the "HTML code to be displayed below user info bar" portion.  Now, I can't see my admin controls to delete it.  What files can I edit manually to get rid of the offending code?

    Thanks

    Forget it, I figured it out.
    Title: Re: ApolloBB
    Post by: ukhalik2 on October 05, 2009, 09:04:30 AM
    very kool theme.. best thing is that no need to edit files for ad management mod. :) Already editted by the maker.
    Thank you
    Title: Re: ApolloBB
    Post by: Goodman854 on December 06, 2009, 02:05:00 PM
    sorry for the (kinda of bump) but this doesn't work on tiny portal. I just get a load error any suggestions?
    Title: Re: ApolloBB
    Post by: ukhalik2 on January 17, 2010, 03:44:11 AM
    I want this theme in green colour! but cant get it??

    but on screenshot it showing it in green colour, how to do it?
    Title: Re: ApolloBB
    Post by: KrisiS on February 05, 2010, 10:33:20 AM
    I apologize for the thread hijack but can someone help me with the new.gif

    I have changed the new.gif in both english & english-utf8 on my forum to a blue one, but it keeps showing up in white.

    How can I fix this ?

    Thanks
    Title: Great AppolloBB works with 1.1.11!
    Post by: jtleon on February 22, 2010, 04:56:04 PM
    Thanks again for this excellent theme!  Very professional!

    and NO ERRORS!!!

    jtleon
    Title: Re: ApolloBB
    Post by: KrisiS on March 22, 2010, 03:36:24 PM
    Hi,

    Can someone please help me to install the 'AjaxChat Integration' mod on this theme ?

    This is the link to the mod:
    http://custom.simplemachines.org/mods/index.php?mod=1319


    I don't want to destroy my forum by editing the files manually without knowing exactly what to do.
    Thank you,
    Title: ApolloBB-TP
    Post by: blun9173 on May 23, 2012, 01:05:17 PM
    I installed ApolloBB-TP on a clean install of the current SMF with TinyPortal 1.0 released April 1 2012.  I love the look, but for some reason the top menu shows only two items when there should be about nine.  It shows Forum and My Messages (0).

    Does this mean I should wait for an update to handle the new TinyPortal?
    Title: Re: ApolloBB-TP
    Post by: TheListener on May 23, 2012, 01:11:33 PM
    Quote from: blun9173 on May 23, 2012, 01:05:17 PM
    I installed ApolloBB-TP on a clean install of the current SMF with TinyPortal 1.0 released April 1 2012.  I love the look, but for some reason the top menu shows only two items when there should be about nine.  It shows Forum and My Messages (0).

    Does this mean I should wait for an update to handle the new TinyPortal?

    By current install of smf I am guessing you mean 1.1.16?

    The theme clearly states: Compatible With: 1.1.3, 1.1.4

    Time to look for a new theme possibly?
    Title: Re: ApolloBB
    Post by: blun9173 on May 23, 2012, 03:14:20 PM
    Thanks for that. 

    The April 2012 Tinyportal is compatible with SMF 2.0.2, and I am looking for a nice theme for the combo.  Pity if ApolloBB is not going to be upgraded.
    Title: Re: ApolloBB
    Post by: kat on May 23, 2012, 03:34:45 PM
    For what it's worth, I have that theme installed in a v1.1.16 forum and it works, perfectly.
    Title: Re: ApolloBB
    Post by: TheListener on May 23, 2012, 07:33:34 PM
    Quote from: blun9173 on May 23, 2012, 03:14:20 PM
    Thanks for that. 

    The April 2012 Tinyportal is compatible with SMF 2.0.2, and I am looking for a nice theme for the combo.  Pity if ApolloBB is not going to be upgraded.

    k@ time for the opticians vets?

    He saids 2.0.2 lol
    Title: Re: ApolloBB
    Post by: kat on May 24, 2012, 06:14:13 AM
    Yeah. Sorry, I read the post above that and missed the other one.

    /me goes to plug his braincell in...
    Title: Re: ApolloBB
    Post by: LOVELORD on July 12, 2012, 10:14:06 PM
    Will this theme be activ for 2.0.2?
    Title: Re: ApolloBB-TP
    Post by: TheListener on July 12, 2012, 10:18:00 PM
    Quote from: LOVELORD on July 12, 2012, 10:14:06 PM
    Will this theme be activ for 2.0.2?
    Quote from: Old Fossil on May 23, 2012, 01:11:33 PM
    Quote from: blun9173 on May 23, 2012, 01:05:17 PM
    I installed ApolloBB-TP on a clean install of the current SMF with TinyPortal 1.0 released April 1 2012.  I love the look, but for some reason the top menu shows only two items when there should be about nine.  It shows Forum and My Messages (0).

    Does this mean I should wait for an update to handle the new TinyPortal?

    QuoteBy current install of smf I am guessing you mean 1.1.16?

    The theme clearly states: Compatible With: 1.1.3, 1.1.4

    Time to look for a new theme possibly?

    Please read through the previous posts for the answer.
    Title: Re: ApolloBB
    Post by: psit on February 09, 2015, 06:48:51 PM
    Thank you.
    Title: Re: ApolloBB
    Post by: edandrea on March 19, 2015, 07:31:24 PM
    Do not use this theme, all buttons to admin controls are gone leaving you stranded and stuck with his crappy theme. Stay far away.
    Title: Re: ApolloBB
    Post by: ARG01 on March 19, 2015, 07:58:27 PM
    Quote from: edandrea on March 19, 2015, 07:31:24 PM
    Do not use this theme, all buttons to admin controls are gone leaving you stranded and stuck with his crappy theme. Stay far away.

    Just because it did not work for you does not mean that it's a bad theme. It's for SMF 1.1x only and  does not work on SMF 2.0. Which is why you should ALWAYS READ the description before attempting download and use a theme.
    Title: Re: ApolloBB
    Post by: edandrea on March 19, 2015, 08:13:08 PM
    If it had the buttons to the functions it would work right? but they were not there. Try it for out yourself, then come back, copy and paste my 1st post in the reply.
    Title: Re: ApolloBB
    Post by: ARG01 on March 19, 2015, 08:42:56 PM
    What version of SMF are you using? The theme would not have been accepted here if it was faulty so I am sure that it works just fine with the versions that it was designed for.
    Title: Re: ApolloBB
    Post by: NekoJonez on March 20, 2015, 12:39:58 PM
    (Slightly off-topic here, but I think this might be confusion that 2.0.x is just a more up to date version of 1.x, that might be the confusion here.)
    Title: Re: ApolloBB
    Post by: ARG01 on March 20, 2015, 07:31:19 PM
    My point being, if edandrea was using SMF 2.0 then of course the theme would not function correctly. If edandrea was using 1.1.20 (latest version of 1.x), of course the theme would not function correctly.
    As per the description, the theme was created for and functions properly on SMF 1.1.3 and 1.1.4. The last theme update was seven years ago. If edandrea is using SMF 1.1.3 or 1.1.4 then they have more issues than they think and a theme should be the last of their worries.

    Hence my argument of "Which is why you should ALWAYS READ the description before attempting to download and use a theme."
    Title: Re: ApolloBB
    Post by: NekoJonez on March 21, 2015, 10:17:38 AM
    Quote from: SimpMode (ARG) on March 20, 2015, 07:31:19 PM
    My point being, if edandrea was using SMF 2.0 then of course the theme would not function correctly. If edandrea was using 1.1.20 (latest version of 1.x), of course the theme would not function correctly.
    As per the description, the theme was created for and functions properly on SMF 1.1.3 and 1.1.4. The last theme update was seven years ago. If edandrea is using SMF 1.1.3 or 1.1.4 then they have more issues than they think and a theme should be the last of their worries.

    Hence my argument of "Which is why you should ALWAYS READ the description before attempting to download and use a theme."

    Amen to that my friend.
    Title: Re: ApolloBB
    Post by: thuybk on March 30, 2015, 04:36:48 AM
    It's really a great template!