Customizing SMF > Theme Site Themes

ApolloBB

<< < (2/77) > >>

zwaldowski:
ApolloBB 1.0.2 released

It is recommended that all users update to this release.

Updates/Fixes:

* Fixed an XHTML validity bug for guests
* Theme now completely renamed to ApolloBB
* Includes built-in support for Ad Management mod
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.

mrstime:
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?

zwaldowski:
It'll be in the index.template.php file.

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

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

--- End code ---
Add this:

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

--- End code ---

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

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

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

--- End code ---

mrstime:
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. 

mrstime:
Now, after that calendar tag is where I put the code you gave me...correct?   I want to make sure I get this right. 

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version