1
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/24 18:07

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


well, i know most guys don't like to hear this (or at least they act like they don't like to hear it ):

You've all been so sweet!!!

I always use dreamweaver mx, not just because i can look what the design looks like (wysiwyg), but mostly because of the colored coding, that makes mistakes and stuff a lot easier to find.

Thank you so much for helping me!!!

and tripmon: i would like to have that smarty plugin if it can be used with dw mx



2
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/23 18:37

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


Well, just wanted to let you all know that adding the textarea stuff into my style.css changed the width!!! Yay!!

And ehm... the theme that concerns this thread even looks good in firefox



3
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/23 10:40

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


Thanks a lot guys!!

I'll try yours first tjnemez, because i don't want to screw everything up with editing a corefile

And i already found the timezone.php

And m0nty, thanks alot for yours too, now i know where it's defined and if the solution of tjnemez doesn't work, i'll try that



4
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/23 0:18

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


that doesn't work because the width of the table is already defined and the size of the textarea's are also defined (and i'm trying to find out where...) so, no matter how i try to keep the table in the exact width as defined in the style.css and theme.css, the layout is getting stretched because of the textareas in the edituser.php and there's nothing to do about it, beside finding out where the textarea cols and rows are defined...

Got any other ideas??



5
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/22 22:02

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


Quote:

tjnemez wrote:
your theme will look great once you get the issues fixed up. you need to download firefox as soon as possible.


although it was way passed my bed-time last night, I downloaded and installed firefox last night

Just wanted to let you know



6
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/22 21:59

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


well, to be quite frank with you, i was kinda pissed last night... but i think that had more to do with work and the time then with the posts.... when i thought about it a bit longer i thought that perhaps it was just positive critisism so, being blond means it generally takes a little more time to understand things

I looked in the template, but it's not the one i need... well, it's nice to know where they've 'hidden' those things but i just realised i only need the one where you can edit the users 'profile' and in the system_userinfo.html is no textarea for the signature...

Know any other files that are 'hidden' and could be of any use for me??



7
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/21 22:46

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


Quote:
your images are repeating


and

Quote:
The theme you have ONLINE NOW is a mess in firefox.


Thank you for the comments, I used to have firefox too, but because my boyfriend took our computers a part and made 1 out of it, I haven't got it anymore. I am still planning on installing it again, and it's nice to know that my theme that's online now is a mess in firefox, so I can keep that in mind for the theme I am working on right now.

--------------------------------------------

[edit]

Quote:
you could always edit the userinfo template. at 800x600 you have some issues with theme both in firefox and ie6



I suddenly realized that you weren't talking about the theme.html.... *feels embaressed*

Where can I find this userinfo template??

[/edit]



8
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/21 22:33

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


Well, it's not the theme I've got online... because my website seems to be quite popular (yay ) and I don't want to annoy the visitors with changing and stretching things all the time....

That's why I installed phpdev, a server, on my computer, so I can test everything offline (the first server I could find on the net that supports php without difficult things to do first).

So, the theme I'm talking about can't be viewed online....


btw, this is the first table tag of the theme I'm talking about:

<table id="main" width="901" height="501" border="0" cellpadding="0" cellspacing="0">


So, the width of the table is correct.... but the textareas cause it to stretch.. All the normal text gets wrapped into the centercolumn/tablecell, but the textareas don't adjust themselves to the width of the table.



9
illutic
Re: Theme is stretching out when viewing user details
  • 2005/4/21 22:02

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


well, the main theme table is 901 pixels (i made it in photoshop and sliced it) and I've given the table the id 'main' which is defined in the style.css
When there are no textareas the layout doesn't get stretched, but the textarea on the edituser.php (signature) looks like this:

rea id='user_sig' name='user_sig' onselect="xoopsSavePosition('user_sig');" onclick="xoopsSavePosition('user_sig');" onkeyup="xoopsSavePosition('user_sig');" cols='50' rows='5'></textarea>


so, it should get the cols and rows from somewhere, right??



Quote:
you could always edit the userinfo template. at 800x600 you have some issues with theme both in firefox and ie6


I always have 1024x768 on my computer...



10
illutic
Theme is stretching out when viewing user details
  • 2005/4/21 20:13

  • illutic

  • Just popping in

  • Posts: 13

  • Since: 2005/3/14


[edit]

This topic is not about the theme I have currently online, this is about a theme I am making for when I switch hosts within a few months.

So, I don't need any feedback on the theme that's online know.

(23:59 2005/4/21 the Netherlands)
[/edit]




I've been making and testing XOOPS themes on my computer (installed phpdev - server - to make sure every tiny detail works) and now I've been having this problem:

I'm making a theme for my website which isn't the 100% width as the default theme and now when I view the user details or go to the edituser.php, the layout gets stretched.
I know it's partially because of the Time-zone select box, but I've found the page where I can change the names of the timezones, but even after deleting all area names/countries from timezone.php, the layout is stretched.

Then I realized that the signature and extra info textarea are the other reasing of the stretching, but I can't find a way to change the size of those textarea's....

Does anyone know how to alter the textarea cols and rows????




TopTop
(1) 2 »



Login

Who's Online

159 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 159


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits