31
rocket98
Re: Blocks overlap in old browsers (depending on theme)
  • 2004/9/29 5:47

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


Hi Dave,

Changing width of the theme is fairly simple.

In style.css

Change following:

from

table#okvir
{
    
background-color#FFFFFF;
    
width790px;
}

to

table#okvir
{
    
background-color#FFFFFF;
    
width100%;
}


the defs to look at in style.css which control the over all look and feel of table rows for your entire site are called:

outer
head
even
odd
tr.even td
tr.odd td


Easiest way to determine what styles are assigned to page content on your site is to copy out the source of the page. Paste that code into a visual editor like Dreamweaver or GoLive then select rows and see what's assigned. (that's how I do it)

Keeping in mind that changing these style defs effects any modules you would install, or the default ones, on your site that also use those style defs. So you would be changing the entire site not just the Forum as you desire.

I have not looked at this particular style sheet in depth but it's very similiar to the others produced by 7Dana.com... each is very good cross browser.

regards
rocket98



32
rocket98
Re: Zaja_Blue theme problem
  • 2004/9/25 5:39

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


Hi pubhead,

I think this might help, it's found in style.css

.zaja
{
    
width760px;
    
background-color#F2F7FD;
}



regards,
rocket98



33
rocket98
FlashChat Module Request
  • 2004/9/7 0:34

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


I've looked at some of the Chat Apps available for XOOPS then went searching the web and came up with:

ZZ Flashchat

It could be adapted to XOOPS by some of the skilled individuals who hang here. This App has ready made php plug ins for Who's Online, MemberLogin (through others sources), Time Managers, and other goodies. It runs on sql with a two table structure. Those interested should have a look, it is GPL and includes full Flash source etc, etc.

Only thing i don't like this chat is the Popup window usage which is likely easy to change.

Regards
rocket98



34
rocket98
bocastown.com - comments suggestions appreciated
  • 2004/9/5 20:51

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


This is a web site a friend and I collaborate on. It's a community website for the residents of Bocas Town, as it's known to the locals, the capital city in the province or Bocas del Toro Panama, an Archipelago on the North East corner of Panama on the Caribbean Sea.

Bocastown.com

I used a number of different modules to build up the site and have my minor contributions throughout. The theme is one from Dana7.

Other than basic XOOPS modules others are:
Tinycontent (dupl)
Weblog
MS-Weather
Addresses
AgendaX
LinktoUs
MyAlbum
iStats
MyAds (still working on this one)

Some of the modules are only available to webmaster, others to registered users only.

Like any web site this is a work in progress. The design is finalized and now we are working towards more content and other content areas. From what I have learned here on Xoops.org I am able to create custom menu blocks that lead to sections with which we will use for advertisers to market full page ad spreads. And additional content about Bocas del Toro for the tourist crowds.


Best Regards,
Rocket98



35
rocket98
Re: MS weather Forecast problem
  • 2004/9/5 16:37

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


The Weather Channel has a developers section where developers can pull xml info based on location information and redisplay that weather info on their web sites.

Like Google and Amazon , Weather Channel has a developers key required to use their service (FREE). I found out about this after using a phpwebsite module on another web site.

This would be a solution to those who have the skill to make the module that the rest of us would use. :)



36
rocket98
Re: open-realty: modify menu items ?
  • 2004/9/5 16:28

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


For everything I have looked at, yes.

Ref Link

regards,
rocket98



37
rocket98
Re: open-realty: modify menu items ?
  • 2004/9/5 4:17

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


You would modify the links found in the 'xoops_version.php' file.

regards
rocket98




38
rocket98
Re: Agenda-X 2.2.0 is released
  • 2004/9/4 18:09

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


From the Change Log

v2.2.0 include contribution of dheltzel

block listing sorting and grouping by recurrent events and non recurrent events
date format in blocks controlable by XOOPS settings
event search under XOOPS bug fixed
bug fixe : submission of recurrent event sometimes gave non recurrent event
minical block show image setting accessible from XOOPS standard admin panel
minical block show today's event setting accessible from XOOPS standard admin panel
minical block show photo sponsor link setting accessible from XOOPS standard admin panel
minical block image url link setting accessible from XOOPS standard admin panel

contribution of dheltzel : some useful features !
added a preferences page to the admin area to set most of the vars formerly set in config.inc.php
added options to minical block for source/link url's
default contact name and email to the user's profile settings
only show "add event" if user has that permission in module views



39
rocket98
Re: Block permissions
  • 2004/8/30 3:33

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


Hey discopope,

Try this

There is another link on that post for further info.

Have fun
rocket98



40
rocket98
Re: Centering?
  • 2004/8/30 3:12

  • rocket98

  • Just popping in

  • Posts: 95

  • Since: 2004/6/2 2


Hi jondixon,

Easiest method to center the content vertically would be to add a tag like this:

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="okvir" align="center">

Since everything is 100% that should pull the page into center of window. Your main content areas will remain at 790px unless you change this width in the style.css for the id 'table#okvir'. 100% width in a 790px space if fine.

There are some other issues in your mods from top to bottom, mostly "" out of place, and missing close tags on open <table> etc. Theme looks to work with <table> errors but you could fix then check if fixes are good.

Line 31: Document type doesn't permit attribute “Everything” within element “<img>”.
Line 31: Document type doesn't permit attribute “Christian” within element “<img>”.
Line 31: Document type doesn't permit attribute “in” within element “<img>”.
Line 31: Document type doesn't permit attribute “Atlantic” within element “<img>”.
Line 31: Document type doesn't permit attribute “Canada.""” within element “<img>”.
Line 48: Document type doesn't permit attribute “"” within element “<td>”.
Line 28: Close tag for element “</td>” omitted
Line 93: Document type doesn't permit attribute “"” within element “<td>”.
Line 96: Close element “</td>” found but element wasn't open.
Line 97: Close element “</tr>” found but element wasn't open.
Line 98: Close element “</table>” found but element wasn't open.
Line 117: Document type does not permit element “<br>” in content of element “<tr>”.
Line 112: Close tag for element “</table>” omitted
Line 116: Close tag for element “</tr>” omitted

If you do set page to full 100% width and want to offset the page left and right in the full window put this in your css body tag
margin0 10px 0 10px;
(so your left right columns don't end up tight against left right edges at 100% width. Replace the code that is already there with 0 10px 0 10px.

If this is how you want the alignment to look link then I'm on the right track.

I editted this post in regard to the style.css

Have fun!
rocket98




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



Login

Who's Online

234 user(s) are online (164 user(s) are browsing Support Forums)


Members: 0


Guests: 234


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