771
skenow
Re: [design] The design framework
  • 2006/1/6 17:19

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


If I understand the topic, the initial problem in front of us is to determine what goes on the page (the big blocks), not necessarily where it goes on the page, right?

For a general web site, the primary components are
* Header
* Navigation
* Content
* Footer

Pretty basic. Now break the big sections into the XOOPS blocks (left, center-left, center-right, center-center, content, right, banner). There's your (x)html.

CSSZengarden does the same - here's the html (no positioning is done there), add your css and graphics to make it look the way you want.

Then add your other criteria - scalable, fluid, cross-browser compatible, CSS1/2 valid, accessible, language friendly (UTF-8 discussions elsewhere).

That's how I would start...



772
skenow
Re: Change Hyperlinks Thoughout Site???
  • 2006/1/2 22:17

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


When you use a relative url (animaltypes.php), any link is based on your current base url (http://www.yoursite.com/xoops/modules/news/). Your urls are in the base directory of your site. Using an absolute url (www.yoursite.com/animaltypes.php) will direct the user to the correct page.



773
skenow
Re: Deactivating a Module when you can't get access
  • 2005/12/30 21:51

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


You should be able to get to the admin area by typing www.yoursite.com/admin.php - as long as you are logged in.

If not, try www.yoursite.com/user.php



774
skenow
Re: formulaire module
  • 2005/12/27 16:06

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


There is a special type of text box - 'Text area which can't be changed' that only displays your text and does not allow editing. You can set the caption to {null} if you do not want a caption to display.

I hope this is what you are asking...



775
skenow
Re: How to remove the double line frame for each item at the center block?
  • 2005/12/24 4:51

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


The appearance of the blocks is controlled by your theme - in your themes directory, open the style.css file and look for the .blockTitle, .blockContent for each column. You can make changes there. Also, in theme.html, each block is surrounded by a <fieldset> tag, which draws another box around the block.

Hope this helps!



776
skenow
Re: koivi editor with auto-thumbnails?
  • 2005/12/20 14:15

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


MyAlbum-P has the ability to integrate with the imagemanager



777
skenow
Re: Koivi + Mozilla Firefox bug *fixed*
  • 2005/12/16 4:48

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I have a different experience - I upgraded to 1.5, then noticed Koivi degrades to DHTML editor. That's what brought me here.

I'm using Koivi 1.0.5.3 and XOOPS 2.0.13.2

[Edit] - I stand corrected, I was only at Koivi 1.0.5.1. When I upgraded it to .3, the editor appeared as it should [/edit]

[new edit] FF1.5 works, but FF1.0.7 does not show existing content in the edit area.[/new edit]

[note to self] RTFM! Once I cleared the cache in FF1.0.7, the editor worked just fine. Thanks for a great plugin![/note]



778
skenow
Re: News 1.42 Spotlight does not restrict based on block options
  • 2005/12/10 5:35

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I did what I should have done earlier - checked the dev.xoops.org site and found the answer in the forums. Edit blocks/news_top.php in 2 places and replace
getAllPublished(1,0,$restricted,0,1,true,$options[0])
with
getAllPublished(1,0,$restricted,$topics,1,true,$options[0])



779
skenow
Re: module to integrate phpgedview into my xoops site
  • 2005/12/7 17:16

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Another user has tried on XOOPS 2.2.x, and there are some conflicts there with the current PGVXoops. So, for now, it is compatible with XOOPS 2.0.13.x

I've just noticed the PGV 4.0 beta release, and I'm going to be testing those changes in 2.0.13.x over the next few weeks - probably won't have much to report until after the 1st of the year.



780
skenow
News 1.42 Spotlight does not restrict based on block options
  • 2005/12/4 19:37

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I have restricted the topics displayed in the Recent News block, and that is working fine, but the spotlight article will display an article from other topics if the group has permissions to view that topic. It does not list the article in the most recent list, though.

You can see it here. The Daily Text article is in a topic not selected to display (Prayer Corner) - no tab, and it is not listed in the recent articles at the bottom of the spotlight.

I want to have separate blocks for different topics and use the spotlight for both of them, so this causes a problem.

Xoops 2.0.13.2
News 1.42




TopTop
« 1 ... 75 76 77 (78) 79 80 81 ... 86 »



Login

Who's Online

165 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 165


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