The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > The Lounge > The UNIX.COM Drupal Experiment
Google UNIX.COM


The UNIX.COM Drupal Experiment Forum for discussing issues related to our experimential CMS site.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Servers you can grow with-The ProLiant 100 series iBot UNIX and Linux RSS News 0 01-17-2008 01:40 PM
See How Trees, Flowers and Grass Grow in Silence iBot Complex Event Processing RSS News 0 12-23-2007 01:50 AM
Windows, Linux grow while Unix stays flat (but undefeated) - Computerworld iBot UNIX and Linux RSS News 0 11-27-2007 09:00 PM
Where to grow up? movx What's on Your Mind? 1 10-19-2006 08:12 PM
VxVM disk/lun grow pressy UNIX for Advanced & Expert Users 3 03-27-2006 01:39 AM

 
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2007
tayyabq8's Avatar
Registered User
 

Join Date: Nov 2004
Location: Kuwait
Posts: 510
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Background doesn't grow with the content

Hi reborg,

I have noticed that background doesn't grow if we don't have any content on the right pane, sample is attached.

regards,
Tayyab
Attached Images
File Type: jpg background.JPG (82.0 KB, 15 views)
Forum Sponsor
  #2 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Yes, there seems to be a problem with the default theme where is only sizes the backgroound to the size if the main content panel.

As a temproary workaround I would suggest switching to one of the other themes. You can do that from the "my account"->edit and the list of available skins is at the bottom of the page.

I'll check and see if there is a fix for this, otherwise I'll patch the skin on my test machine and send the patch to Neo.


EDIT: The attached revised style.css seems to fix the problem in all browsers that I could test ( I don't have safari so can't test that )
Attached Files
File Type: txt style.css.txt (4.5 KB, 10 views)

Last edited by reborg; 02-04-2007 at 08:15 AM.
  #3 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi Folks,

I installed the new css file. Thanks reborg!

Neo
  #4 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi reborg,

The new css file causes the color bars in the (seasons) poll on node/20 to break in Firefox. (Works fine with IE).
  #5 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
I'll take another shot and post back with another update, even stranger is that any other Gecko based browsers (Mozilla, seamonkey ) are fine.

Last edited by reborg; 02-04-2007 at 09:20 AM.
  #6 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Ok, this one seems to be ok. I tried it on my test machine with a poll and it displays correctly.
Attached Files
File Type: txt style.css2.txt (4.4 KB, 2 views)
  #7 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi Reborg,

That one does not work, does not seem like the same theme.
  #8 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Oops, sorry I uploaded the wrong file.
  #9 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Ok, this is the correct update to the original one I posted.

The two commented lines are the changes compared to the previous one.

I've tested what I could in terms of content with IE, Firefox, Netscape, Seamonkey and Opera.

Code:
.center_column {
position:relative;
float:left;         /* float left, default is top */
width:595px;
margin:0 0 0 0;  /* remove the top margin */
padding:0 0 0 10px;
border-left:1px solid #999999;
}
Attached Files
File Type: txt style.css.txt (4.6 KB, 2 views)

Last edited by reborg; 02-04-2007 at 01:05 PM.
  #10 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi reborg,

I had to change the header back to blue, etc, and made these changes:

Code:
.header {
position:relative;
margin:0 0 0 0 !important;
margin:-7px 0 0 0;
padding:0 0 0 ;
width:780px !important;
width:742px;
height:125px;
background:#6699CC;
text-align:left;
}

.header_block {
position:relative;
margin:0 20px 0 20px;
padding:0 0 0 0;
width:740px;
background:transparent;
text-align:left;
color:#000000;
}
See attached as well.
Attached Files
File Type: txt style.css.txt.txt (4.5 KB, 0 views)
  #11 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Yes, that makes sense. I was working from the vanilla one from the theme this time because I managed to lose the one I was using earlier.
  #12 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Great.

Also, I created another role called "admin" which has all permissions except "directly change DB" and "change own user name".... rest is full permissions.

I added you to that role.

PS: Let me know if you want to do direct MySQL writes or change your user name
  #13 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi Reborg,


FYI: There is a problem with the new CSS file using IE 6.0.2900.X

The center column now appears under the left column in this version of IE, LOL.
  #14 (permalink)  
Old 02-04-2007
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,063
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi reborg,

I reverted back to the orig CSS file for now, since the last version gave errors on my version of IE.
  #15 (permalink)  
Old 02-04-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,439
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
I'm happy with my username, and don't intend to wirite to the DB directly, that makes it way way to easy to break things. I might do some reading to get stat at some stage but I'll let you know before I try anything and I'm not ready for that yet. I need to look at the tables and how they are indexed etc. before I try anything.

I'll have to try IE 6 tomorrow. I don't have a computer at home with it installed. There are lots of CSS bugs in older versions of IE ( ie pre IE 7 ) so I'm guessing it is the result of one of these, but they are well documented so I should be able to find something.
Google UNIX.COM
 

« Page Not Found | - »
Thread Tools
Display Modes


The 50 most popular UNIX and Linux searches.
Google Search Cloud for The UNIX and Linux Forums
421 service not available, remote server has closed connection ^m automate ftp autosys awk trim bash eval bash exec bash for loop close_wait command copy/move folder in unix couldn't set locale correctly curses.h cut command in unix dead.letter find grep find null character in a unix file grep multiple lines grep or grep recursive inaddr_any inappropriate ioctl for device ksh if logrotate.conf lynx javascript mailx attachment mget mtime ping port remove first character from string in k shell replace space by comma , perl script scp recursive