1
techgnome
Re: Tableless Layout - using CSS Only
  • 2005/6/14 5:15

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Mille danke. Will have to give it a go and see how it works for me.

Tg



2
techgnome
Tableless Layout - using CSS Only
  • 2005/6/13 23:01

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


It's been some time since I've done anything to Xoops, and the last XOOPS site I built uses a canned (Colors) theme. I'm getting ready to work on a new site, and I already know what I want it to look like. Unfortunately there isn't a theme out there that comes close to what I want.

And what I want is to use CSS to control the layout. I don't want to use tables. I'm quite adamant about this. I also plan to make sure as much as possible it semanticaly correct.

What I'm looking for is someone who has built a CSS, tableless theme/template that can offer some sage advise, or things I'll need to look out for. My hope is that I can put together a theme/template that will put the main stuff up front and menu items at the end (which SEs like) even though the menu is on the right.

What I'm shooting for is this look here.

Tg



3
techgnome
Re: xoops asp?
  • 2003/12/17 19:24

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Ranibow and DOTNETNUKE were both featured in an article in the current Visual Studio Magazine.http://www.fawcette.com you might be able to find out more info there too.

TG



4
techgnome
Re: If smiley is too much, how to hack?
  • 2003/12/3 20:44

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


GOOD Gravy man! How many smilies are you displaying? You do know that it is possible to limit the number of smilies listed (that's why there is the "[more...]" link).
But as for your code....
displaying \n doesn't make HTML go to the next line.... just the resulting code thats written out....
Try <br> instead....

TG



5
techgnome
Re: Post your feature requests for the newBB
  • 2003/12/2 15:16

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Here is my 2 cents worth....
Ability to see all posts since last visit.
Ability to see all posts w/ no replies or less than X views (X can be either user or admin config'd)
Polls. Other BB system allow a poster to also create a poll as part of the thread. I only discovered yesterday that newBB doesn't have this feature -- found out the hard way.
Expanded threaded view. 99% of the time, I switch to flat view to make it easier to view all of the replies in a thread. I would be more likely to actually use the threaded mode, if the posts were expanded to the show the post rather than just the subject line of the post (which I then have to click). Maybe this can be another view option.

TG



6
techgnome
Re: Keeping people loged in
  • 2003/11/24 22:12

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


It's possible.... but it isn't easy.... I've been able to sucessfully implement it in my site:http://www.developerkb.com .... but it came at a price.... because I had to modify some core files, and add a new one.... I'm perpatually stuck in a slightly older version of XOOPS and have not been able to upgrade to the latest like I want to.
A total of 4 files were harmed in the process.
Essentially, it involved the login process to check for the "Remember Me" flag and setting a cookie. Then I had to check for that cookie any time the user hit ANY page on the site (so if they are following a link from email or typed it right in they get auto logged in)..... After some sleepless nights, I discovered that I had to separate this from the original checklogin page, and do some smoke and mirrors to get it to refresh properly (while keeping it transparent to the user)
Then there was an issue with the user's changing their password and the cookie not getting updated.....
I think the XOOPS Core people are going to (hopefully) better implement this in future version.

TG



7
techgnome
Re: Keeping people loged in
  • 2003/11/24 21:57

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Quote:

tom wrote:
Thats down to session times in the admin, set for cookies, extend the session time:

admin ---> system admin ---> preferences ---> general

near the bottom with cookie info you'll see a option to use sessions and session times.

hope this is of help.

[EDIT]

hacks............. mmmmmmmmm............. extending sessions works on my site with out hacks, didn't see the replys you guys made sorry.


BAD! BAD! XOOPS admin..... I hope your IPS likes you.
There is a problem with simply extending the session length... it chewes up server processing. The reason being that the session data is stored on the server, so depending on the number of people visiting the site, it could be a minor issue, or it could be a big deal (and while it may not be big deal for you, your ISP may think otherwise... most sites are hosted on shared server.... and if EVERYONE is storing session data on it )
And even some of the hacks out there do nothing more than extend that session in some pretty spectacular fasions.

Bottom line: Bacareful of what hack you implement.

TG



8
techgnome
Re: img tag not working right....
  • 2003/11/21 19:57

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Well that just f'n bites....



9
techgnome
img tag not working right....
  • 2003/11/21 14:57

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


I'm tryiong to update my signature to include an image. If the image points to a jpg or a gif file, I don't have any problems. BUT, if I try to point it to a URL where a dynamic image is generated, such ashttp://mp3.complex-sys.com/view_new.php?id=105 it doesn't want to work. IS there something built into XOOPS to prevent img tags from being rendered if it isn't a "real" image? Or what?

TG

PS: This happens on all XOOPS sites I visit... here, my own, etc.



10
techgnome
Re: Mail in html
  • 2003/11/18 18:42

  • techgnome

  • Module Developer

  • Posts: 51

  • Since: 2002/8/9 5


Or, to take it one step further... the user should also have the ability to indicate what kind of mail they would like to get - There are some I want as plain text, while others as HTML.


TG




TopTop
(1) 2 3 4 »



Login

Who's Online

159 user(s) are online (99 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