News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

ApolloBB

Started by zwaldowski, September 06, 2007, 09:40:37 AM

Previous topic - Next topic

edy_0906

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

zwaldowski

Damn text-align and vertical-align.  Thank you, will be fixed.

------------------------
Help me win an iPod, or maybe a Wii!

segrob

#62
good zwaldowski
taste very of this thema this 5 ****************! :D :D
how I can center logo in my forum?

Thanks

emaredee

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.


?

geo32101

How do you change the color of the borum?Like from blue to red or something?

zwaldowski

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.

------------------------
Help me win an iPod, or maybe a Wii!

zwaldowski

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.

------------------------
Help me win an iPod, or maybe a Wii!

cru

#67
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

zwaldowski

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!

------------------------
Help me win an iPod, or maybe a Wii!

cru


jamietje

I got your theme and my shoutbox doesnt work with it
Cnc Visuals The new community: www.cncvisuals.com

Lets have some fun, were looking for smf coders.
contact me here or on my forums please.

gfxfiles at www.gfxfiles.com/forum

zwaldowski

I'm sorry, but I need more information than that.  What shoutbox?  What's the exact problem?  What browser?  Any errors?

------------------------
Help me win an iPod, or maybe a Wii!

jamietje

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
Cnc Visuals The new community: www.cncvisuals.com

Lets have some fun, were looking for smf coders.
contact me here or on my forums please.

gfxfiles at www.gfxfiles.com/forum

zwaldowski

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.

------------------------
Help me win an iPod, or maybe a Wii!

bobbobagan

how do I change the text 'Our Community where you are always welcome?'

zwaldowski

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.

------------------------
Help me win an iPod, or maybe a Wii!

samames

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)

Please help me fix this issue :)
Firefox 3 user. Mac user. Pc user.

zwaldowski

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?

------------------------
Help me win an iPod, or maybe a Wii!

zwaldowski

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:

  • Complete support for TinyPortal 0.9.8
  • Complete XHTML validity (even for TinyPortal!)
  • All of the features of ApolloBB 1.2.6.

You may officially download it here.

------------------------
Help me win an iPod, or maybe a Wii!

samames

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.
Firefox 3 user. Mac user. Pc user.

Advertisement: