[Theme] Helios Multi (SMF v1.0.5 - 1.1RC2)

Started by bloc, September 22, 2004, 05:55:46 AM

Previous topic - Next topic

Northerner

here is what i have listed on the Current Theme Settings:

Theme Settings - Helios
Edit Theme
Modify the index template. (the main template)
Modify the style.css file. (colors, fonts, etc.)


Theme URLs and Configuration
This theme's name:   
This theme's URL:   
This theme's images URL:   
This theme's directory:   

Theme Options and Preferences
Change the default member specific options.
Reset member specific options for all members.

Topbar : (use your own HTML code)
Logo :
Location of Logo:


Number of recent posts to display on board index: 
To disable the recent posts bar set this value to zero.
Show who is viewing the board index and posts  Don't show Show only numbers Show member names 
Select default smiley set for this theme  (use global default smiley set) No Smileys Default Classic Lots O Smileys Misc 
Show last modification date on modified posts 
Show members list bar on board index? 
Show current position in forum as link instead of text? 
Show view profile button under post? 
Enable and show 'Mark as Read' buttons? 
Enable inline links
Enabling this will cause your current location to be drawn in a single line, as opposed to in a tree-like manner.
Enable SP1 style statistics on board index 
Allow users to turn off word censoring? 
Show BBC Buttons on Posting and PM Send Pages? 
Enable collapsable additional post options 
Enable News? 
Show news fader on board index 
Time in milliseconds to display each item in the news fader   
Show user avatars in message view 
Show personal text in message view 
Show latest member on board index 
Show buttons as images instead of text 
Show gender images in message view 
Hide post group titles for grouped members? 

bloc

ah..you either don't have all the files that Helios needs(Themes.template most likely) or you're using an earlier theme that did not have automatic color changing..or possibly "left-over" files from that is still present...

Northerner

i checked the file and i do have the Themes.template.php
and no, i dont have the color selector version of helios!

what do i need to do to fix this?
thanks bloc for the help!

bloc

Try to upload Helios theme files again, overwriting with the most recent, link is in first post here. Be sure to pick the right version , depending on what SMF version you have. :)

Northerner

i was afraid you would say that since you had helped me with so many changes on a lot of the template files when i first installed. i had made the changes to so many different things but i guess i will have to re-do it all.

cthunder

This may have been answered already but, Have you done any work on making the visual warning mod show up on the Helios Multi?

I have it installed and once I switch back to the sm default, everything is visable.

I have some folks that get a little carried away at times and they need to me reminded when they step out of line.

One last thing, This is a great looking theme!

Bob

1MileCrash

Quote from: cthunder on September 05, 2005, 10:19:18 AM
This may have been answered already but, Have you done any work on making the visual warning mod show up on the Helios Multi?

I have it installed and once I switch back to the sm default, everything is visable.


How to make mods work with themes?
The only thing php can't do is tell you how much milk is left in the fridge.



Humbe

How Can I Add Google Ads To My Forum, It Has Helios Template, I wanna Add It Above The News Thing, I got The Google Script But I Dont Know HOW Put It On The Helios Template, Thanks I Will Appriciate A Lot.


Thanks Guys

clickbouyow

I did a search of this thread but I didn't find what I was looking for.  Please forgive me if it has been answered.  I want to add a header image to the helios theme, but I cannot find where to do it or how.  I have looked in the index-template.php file for headerarea, but there isn't one.  Is it in some other file?

Thanks!

Northerner

>current theme settings > Topbar : (use your own HTML code)


cthunder

Heres somthing a little screwy.

I'm using the Helios Multi theme and have flash chat intergrated with it. At the bottom of the page, there is a block showing how many usres are in which room. For the bulk of the users on the board I am told that everything looks fine but have had reports of a blank white box showing up from several users.

Has anyone else seen this problem? If so, what is the fix?

Bob

clickbouyow

any chance of getting .psd templates for the pow- buttons?

dtm.exe


clickbouyow


bloc

Quote from: cthunder on September 09, 2005, 09:25:24 AM
Heres somthing a little screwy.

I'm using the Helios Multi theme and have flash chat intergrated with it. At the bottom of the page, there is a block showing how many usres are in which room. For the bulk of the users on the board I am told that everything looks fine but have had reports of a blank white box showing up from several users.

Has anyone else seen this problem? If so, what is the fix?

Bob

I am not sure what that can be..but since its code meant to fetch data from flashchat, it may be some color: white; defined in there? Could you post that code bit?

clickbouyow

#756
One more question:  Is there any way to change the button order on the top menu?  I want to move the Logout button to after the 3rd user button.  I tried just moving

// Otherwise, they might want to [logout]...
        else{
              echo '<td><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108] . '" style="margin: 0px 0;" border="0" />' : $txt[108]), '</a></td>';
              }


after the third button, but that just caused parse errors.

bloc

Try to make it like:

// Otherwise, they might want to [logout]...
        if($context['user']['is_logged']){
              echo '<td><a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/logout.gif" alt="' . $txt[108] . '" style="margin: 0px 0;" border="0" />' : $txt[108]), '</a></td>';
              }


Its originally part of an IF statement, thats what the "else" is about. But adding the IF again should solve it.

cthunder

Quote from: Bloc on September 09, 2005, 03:29:51 PM
Quote from: cthunder on September 09, 2005, 09:25:24 AM
Heres somthing a little screwy.

I'm using the Helios Multi theme and have flash chat intergrated with it. At the bottom of the page, there is a block showing how many usres are in which room. For the bulk of the users on the board I am told that everything looks fine but have had reports of a blank white box showing up from several users.

Has anyone else seen this problem? If so, what is the fix?

Bob

I am not sure what that can be..but since its code meant to fetch data from flashchat, it may be some color: white; defined in there? Could you post that code bit?

Bloc,

Tell me what part of what you would like to see.

You can take a look at the site and see if the Helios theme is carrying through for you. Like I said its just a few folks that have made mention of it.

Here's the link to the board: http://www.computermagiconline.com/yabbse/index.php

bloc

I see a <iframe> tag there..try to put in its style a background-color: #404040, just to be sure.

Advertisement: