News:

Wondering if this will always be free?  See why free is better.

Main Menu

Electron

Started by popularfx, April 26, 2006, 08:41:01 AM

Previous topic - Next topic

rongup

Quote from: jpascal on February 13, 2007, 02:08:51 AM
Hi
Fantastic ipb resembling themes.
But I got one problem. I am in French configuration, and i still have some english.
It is situated in the head section
I still have Home, Profile  |  Logout  |  Unread Posts  |  Replies to My Posts and so on...

Where can I modify this ??

Thanks a lot

in the index.template.php

jpascal

Thanks for the help
I finally found before

Teaberry

I have downloaded your theme (which I like a lot) but I'm having trouble getting rid of the "total time logged in" that shows up on every page. I really don't want it showing.

I've checked the advice on the SMF community pages, but everything I do causes the board to error up. It seems that the code in this theme is different from what the community pages is referring to.

Any advice? Greatly appreciated.

rongup

Well just edit the index.template.php.
It is very easy.

Teaberry


Benan

#65
WHat version do i use for SMF 1.1.2?

When loading IE there are images missing (New Thread button etc)

ive tried all versions

rongup

This shouldnt be happening.
Maybe there is a problem with the image links.
Right click and check the absolute path

Venci

#67
I like your themes designed.....

I have a problem after installed, the image of reply, start new topic, mark unread etc not appear..how to solve this. Thanks

TheFerrett

#68
Quote from: matera on November 04, 2006, 08:34:15 PM
Hey, is anyone hearing any complaints that the Electron theme screws up badly in some browsers - Safari for one - like not showing more than one line of a post and also making registration difficult? I'm modding in a forum that uses it as the default theme (with perhaps some slight alterations, I'm not sure???) and it seems that it might be driving potential members away :(

We had this, and I found the issue.  It's in the style.css file:

        /* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
height: 100%;
width: 100%;
        overflow: auto;

The "height" and "width" cause issues with Safari.  I removed them, and it looked fine in Firefox and Internet Explorer, though we're still testing other browsers.  But that should at least be a starting point for everyone. 

Venci

Quote from: Venci on April 30, 2007, 11:39:35 AM
I like your themes designed.....

I have a problem after installed, the image of reply, start new topic, mark unread etc not appear..how to solve this. Thanks

I finally solve my problem.....just to edit directory name of "english" to "english-utf8"

rongup

Quote from: TheFerrett on May 02, 2007, 01:23:16 PM
Quote from: matera on November 04, 2006, 08:34:15 PM
Hey, is anyone hearing any complaints that the Electron theme screws up badly in some browsers - Safari for one - like not showing more than one line of a post and also making registration difficult? I'm modding in a forum that uses it as the default theme (with perhaps some slight alterations, I'm not sure???) and it seems that it might be driving potential members away :(

We had this, and I found the issue.  It's in the style.css file:

        /* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
height: 100%;
width: 100%;
        overflow: auto;

The "height" and "width" cause issues with Safari.  I removed them, and it looked fine in Firefox and Internet Explorer, though we're still testing other browsers.  But that should at least be a starting point for everyone. 

Well thanks for the info will change it.

Benan

Im trying to install a mod on Electron 1.1.1 RC3 and im using package parser to get the code but i cant find the code i need to change

I need to find

                     ', $txt['most_online_ever'], ': ', $modSettings['mostOnline'], ' (' , timeformat($modSettings['mostDate']), ')
</span>
</td>
</tr>';



I done a search in the code for 'most_online_ever' but couldnt find it..

Any help is appreciated. Thanks.

jellybelly

Please help i have installed a mod users online today how do i get it to work on elektron as it is only working on the default theme

adelshehadeh

Hi

I really like this theme, but i hate the fact that:

1. When a user comments on a post, it redirects to the home page. The user should be on the same post after he posts.

2. The visual verification does not work with it. the captcha image does not display.

Please fix that :)
Be nice to geeks! You will end up working for one

hxxp:shareyard.com [nonactive]
hxxp:http:// [nonactive]

adelshehadeh

by the way, i am using the theme on my forum hxxp:www.shareyard.com [nonactive]
Be nice to geeks! You will end up working for one

hxxp:shareyard.com [nonactive]
hxxp:http:// [nonactive]

Teaberry

I am having trouble getting a right sidebar up using the Electron theme. Is there different coding from the Default theme?

Any suggestions would be greatly appreciated....Thanks very much!

zoliky

The theme is not XHTML valid! This is the only problem.  :'( :'( :'( :'(

Teaberry

Does this mean I can have NO SIDEBAR??? >:(

Teaberry


Charlie82

#79
Quote from: rongup on May 03, 2007, 01:24:10 AM
Quote from: TheFerrett on May 02, 2007, 01:23:16 PM
Quote from: matera on November 04, 2006, 08:34:15 PM
Hey, is anyone hearing any complaints that the Electron theme screws up badly in some browsers - Safari for one - like not showing more than one line of a post and also making registration difficult? I'm modding in a forum that uses it as the default theme (with perhaps some slight alterations, I'm not sure???) and it seems that it might be driving potential members away :(

We had this, and I found the issue.  It's in the style.css file:

        /* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
height: 100%;
width: 100%;
        overflow: auto;

The "height" and "width" cause issues with Safari.  I removed them, and it looked fine in Firefox and Internet Explorer, though we're still testing other browsers.  But that should at least be a starting point for everyone. 

Well thanks for the info will change it.
I think I´ve found a bug. Sometimes Firefox renders the table in a way that some posts have less height that they should have.

There are three 100% height references:
1. The height: 100%; which is in the .post class. It not only refers to the post content itself, as well for the entire posterborder + postborder without counting the specialrow (IP Logged, ...).
2. The height="100%" which is on the table inside the .posterborder td (Electron table).
3. The height="100%" which is on the .postborder td.

The 2 and 3 can´t be at the same time cause the the .posterborder td has a rowspan=2.  So the td with the valign="bottom" (signature + attachment + "Report to moderator") + the .postborder td (valign="top") height should be equal to the .posterborder td height.

So, try to remove 3 height. Then if it doesn´twork, remove 2, and if it still renders bad, remove 1. I have removed 2, 3, and the height:30px in the .posterborder class: it renders the same in Firefox 1.5 and IE 6.

rongup
, what is the sense of these height=100%? The height when the posterborder is higher than the postborder should be the posterborder height, and then the signature aligns at bottom correctly. When the postborder is higher than posterborder there is no need to have a fixed height since the signature follows the postborder. And as for the .post height, it is the posterborder or the postborder height, the one which is higher.

As well, in the td which has the valign="bottom" the width is 85% when it should be 80% (like the .postborder td).
<td valign="bottom" class="smalltext" width="85%">

As for the width problem, it was giving some problems as well in Firefox. To solve it, I copied the .post class to .post_whatever class, removed the width:100% and added padding: 5px (to make text like IPB 2.2) in the new class and then changed the .post (the one after the table inside the .postborder td) to .post_whatever.

Advertisement: