21
marook
One theme for normal browsers & PDA/Mobile users?
  • 2005/10/2 21:40

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Hi All,

I'm wondering if it would be possible to make a theme that change layout based on the browser used - in this case strip down to either very simple layout or render in XHTML/WAP 2 ??

Simply changing CSS might do a lot, but I think more needs to be done.

Hervé has some small 'mobile' access via the pda.php file supplied with News 1.4, but I'm thinking further...

Have anyone looked into providing mobile/wap themes, and maybe even detecting it in /index.php ?
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



22
marook
Re: dynamically expanding/colapsing blocks?
  • 2005/9/26 6:15

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Individual blocks should not be a problem. It's just a matter of what DIV you change via CSS.

I guess CBB (former NewBB) does this on each forum section, so you should be able to get some code there as well.
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



23
marook
Re: Flash Intro
  • 2005/9/13 6:32

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Quote:
Can you be more specific for this "less than techie" oriented guy?


Well, the 'less-techie' way to check, is simply to put an index.html file in a directory on the server along with a index.php file and see what page loads.

Moving back to the technical stuff...
I would guess the solution here would be to make a custom index.php that works something like this:

IF (phpSessionCookie for xoopssite exist) then
load or include or redirect to XOOPS main page
ELSE
show custom flash/html/whatever index page
END IF

Now we just need a PHP savy person to code it..
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



24
marook
Re: Flash Intro
  • 2005/9/12 20:47

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Quote:

Deacon272 wrote:
Yup, that's just the point. The way I've tested it, index.php seems to always take precedence. I figured that index.html would start first, then I could link index.php at the end of the flash. Doesn't seem to work just that way. It IS the way I'd like it to work, though!!

Deacon


What platform are you on?
If it's Apache, simply move the precedence of the two files from:

<IfModule mod_dir.c>
        
DirectoryIndex index.php index.html
</IfModule>


to:

<IfModule mod_dir.c>
        
DirectoryIndex index.html index.php
</IfModule>


in /etc/httpd/httpd.conf

Hope it helps..
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



25
marook
Re: Javascript on entire Site
  • 2005/9/12 20:36

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Hi,

Nice, but how does it compare to this:http://koivi.com/ie-png-transparency/ ?

Any concerns with JS needs in the browser?
Also, where is the test for the browser type? This would seem to replase PNG tags in all browsers or does it use a JS implementation that is IE only??
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



26
marook
Re: XOOPSGALLERY: Probs with picture uploads
  • 2005/9/7 13:41

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Hi,

Hmm...
- double check that your /modules/xoopsgallery/cache folder is chmod'ed to 777.
- Does XGshow green/verified for the Imageengine you use? (ImageMagic/NetPBM)
- The Zip error, might be because the timeout is not long enough for 12+ files.

Otherwise turn on PHP debugging (System prefs) and see what it displayes...

Best.
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



27
marook
Re: Where do users change their password?
  • 2005/8/31 8:40

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Quote:

Mithrandir wrote:
Lance_ wrote:
While answering another post found this little tidbit:

/modules/profile/changepass.php

Goes to a change password page. Might want to try that.


I don't understand why I need to have a complete 'module' listed in the Main Menu in order to enable features that should be available (or linked via) the Edit Account page.

I try to keep the Main Menu as short as possible, so PM & Ext.Profiles is not listed here.

If I would like to mod the View Profile page, what template is that? (From system or Ext.Profiles?)
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



28
marook
Re: Time Zone Settings
  • 2005/8/25 19:15

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Hi,

As the timezone thing is new to XOOPS 2.2, news might not be 'timezone aware' yet?

Just an idea, as I haven't tested this (server and user is in same tz here...)
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



29
marook
Re: Feedback what modules works after upgrade from 2.0.13.1 to 2.2.2
  • 2005/8/24 13:12

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


Hi,

NewBB works, but works much better if you upgrade to CBB 1.4+
Xoops Links should work

- piCal works (0.76)
- Liaise 1.25b works fine
- Content works fine
- XoopsGallery 1.3.3.7 works fine
- XoopsHeadlines work
- WF Downloads seem to work here.. though no extensive testing has been done yet...

Best,
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )



30
marook
Re: 2.2.2: Template Manager gone Poof...
  • 2005/8/20 23:28

  • marook

  • Friend of XOOPS

  • Posts: 89

  • Since: 2002/9/9 1


He, sorry.. guess I made a typo during search... Does 'make a donation' not search?

Anyway, cool to hear a new version is on the way.

Will this issue have influence on the fact that 1/3 submits in the theme editor have unvalid tokens? Or do I see another isse that should be hunted down?
Marook,

Want to go on a Safari with me?
(Yes, it is me in that avatar.. )




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

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