51
zzzzsg
Re: Fit to screen ??
  • 2006/1/17 18:19

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi

I also have a similar problem.
See my post

I am trying to incorporate my own php/html scripts into XOOPS by including the mainfile.php, header.php and footer.php in my scripts so that my custom pages will appear in the center block of Xoops. But when I have tables with more than 4 columns, XOOPS gets stretched beyond the screen limit (screen resolution 1024/768, if I use higher resolution, it is okay).

I went to themes/default/css and modified the style.css file.
table.toptable , table.maintable , table.footertable{width: 100%;
(change from 90% to 10%)
Now everything is 100% - no borders at the side.


But I still cannot set the column widths of my tables - all the columns seem to have the same width no matter what width I define in my html table tags. XOOPS also still does not fit into screen when I have table more than 4 columns (for screen resolution of 1024/768).

gui



52
zzzzsg
Re: html table width not working in Xoops
  • 2006/1/17 17:47

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi Everybody

Anybody has any idea how to fix this?

It seems that XOOPS mainfile.php or header.php has some global settings (via some included file) which disallow the use of html table width tags in user custom script.

I think XOOPS is using some kind of fixed width which does not fit into the screen. For example, if I use 1024/768 screen resolution, the center portion of XOOPS can only have a table of up to 4 columns; otherwise it will stretch beyond the screen limits.

How do I fix this?


I went to themes/default/css and modified the style.css file.
table.toptable , table.maintable , table.footertable{width: 100%;
(change from 90% to 10%)
Now everything is 100% - no borders at the side.

But I still cannot set the column widths of my tables - all the columns seem to have the same width no matter what width I define in my html table tags. And XOOPS still does not fit into the screen when I have tables more than 4 columns ( for screen resolution of 1024/768)

Thank you very much.

gui

okay, i found out the the user script is inside a cell of xoops' maintable.



53
zzzzsg
Re: html table width not working in Xoops
  • 2006/1/13 1:50

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi Clever

What is a fixed width or flexible theme?

I am using the default theme that comes with XOOPS 2.2.3.

Thank you.

gui



54
zzzzsg
Re: html table width not working in Xoops
  • 2006/1/13 0:29

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi Biteronboard

I tried incorporating my pages (php scripts actually) using Content module, but the result is worst than including mainfile.php, header.php and footer.php. A lot of the php stuff didn't come out right. So I think it is better to incorporate the scripts by incorporating mainfile.php, header.php and footer.php in my scripts.

What do you mean by center table width in the theme?

I am not trying to define the main table (whatever that is) twice. I am just creating tables in my html pages, and the table width tag is not working.

Thank you.

gui



55
zzzzsg
html table width not working in Xoops
  • 2006/1/12 23:37

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Hi Everybody

I am using XOOPS 2.2.3, and am trying to incorporate my own html pages into XOOPS by including the mainfile.php, header.php and footer.php files in my scripts. It works and my html pages appear in the front page of xoops.

But the html table width tag is not working. All tables no matter what it size is stretch to fill the entire page. And if I have 6 columns in the table, the XOOPS page gets stretched beyond the screen - see attached image - the page is stretched when I display my html page with the 6 column table (actually, once a table in the page has more than 4 columns, the page gets stretched).

Resized Image

Before displaying my page, the screen was okay:


guiResized Image

I have confirmed that the mainfile.php causes this 'problem'. Obviously, some style sheet or settings have disabled the html table width tag or set some over-riding common settings for table width.

Thank you very much in anticipation.



56
zzzzsg
Re: multiMenu SiteMap problem
  • 2006/1/12 19:41

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Thank you very much for the quick reply.

I was aware of the introduction text. I am referring to the site map itself.

How do I configure the sitemap?

This is how the Site Map looks like: (click below)

Resized Image


Screenshot of my website


Thank you once again.

gui



57
zzzzsg
multiMenu SiteMap problem
  • 2006/1/12 0:35

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Sitemap not working?
hi Everybody

I installed m_xoops_v2.2.x_multiMenu_1.7 pm XOOPS 2.2.3.

Everything seems great except for SiteMap (modules/multiMenu/index.php).

On the SiteMap page, everything is jumbled up and there is a statement "*To edit this text, go in the module settings.". But there is module settings in the Administration Menu->Modules. And the module preferences also has no settings for Sitemap.

How can I create and configure a site map for my site similar to the site of this wolfpackclan site?

Thank you very much in anticipation.

Gui



58
zzzzsg
Addresses module - separate fields for Name & Organisation
  • 2006/1/4 17:26

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Addresses module
Good module!

However, there should be separate fields for Name and Organisaton instead a single Name/Organisation field.

Can this be done?

Thank you.



59
zzzzsg
Formulize - Call to undefined function: seterrors()
  • 2005/12/30 18:59

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


Formulize seems great, but I am having problems.

When I tried to create a form and tried to create a text box in 'Create form elements', I got this error after click 'Save':

Fatal error: Call to undefined function: seterrors() in /usr/local/www/data-dist/xoops2/modules/formulize/class/elements.php on line 197

And when I click on Forms in the Main Menu, the page does not appear within Xoops. It overwrites XOOPS with a new page.

I am using XOOPS 2.2.3. Is Formulize compatible with XOOPS 2.2.3?

Also, Formulize cannot be installed if Formulaire has been installed.

I got this error message when installing Formulize:

Unable to install formulize. Error(s):
Table 'xoops2_form_id' already exists

Obviously, Formulaire already created a table called xoops2_form_id.


Thank you very much in anticipation.

gui



60
zzzzsg
Re: Formulaire / Formulize Select Box Problems
  • 2005/12/30 1:53

  • zzzzsg

  • Just popping in

  • Posts: 86

  • Since: 2005/12/22


hi philou

Formulaire seems great!

I am using Formulaire 3.23 on XOOPS 2.2.3 and cannot get the Select Box working. The Options for the Select Box just disappear.

And I am also getting this error
"Fatal error: Call to undefined function: getbymodule() in /usr/local/www/data-dist/xoops2/modules/formulaire/admin/myblocksadmin.php on line 72" when I click on Blocks and Groups in the Formulaire administration.

Can anybody help?

Thank you very much in anticipation.

gui




TopTop
« 1 ... 3 4 5 (6) 7 8 »



Login

Who's Online

256 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 256


more...

Donat-O-Meter

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

Latest GitHub Commits