newLISP Fan Club is Moving!

Started by Ryon, October 12, 2009, 09:48:22 AM

Previous topic - Next topic

Lutz

#15
mTheme works but the problem with the mTheme is, it is tied to your username, not the device you are using. So once you set the mTheme its fine on your mobile phone but not good on your browser at home.



For http://www.newlisp.org">http://www.newlisp.org I do the following in template.html (newlisp-wiki-x.x.x):


<%
(if (find "iPhone" (env "HTTP_USER_AGENT") 1)
        (set 'CSSpage "pages/Default_Style_iPhone")
        (set 'CSSpage "pages/Default_Style"))
...
...
%>


Other sites have a m-prefix/subdomain before the main domain-name serving a different style-sheet, e.g:



http://m.twitter.com/">http://m.twitter.com/

http://m.facebook.com/">http://m.facebook.com/

http://en.m.wikipedia.com/">http://en.m.wikipedia.com/



Which is probably better then my solution, because it works for any mobile phone not only the iPhone. I wonder if it would be too complicated to run a



http://m.newlispfanclub.alh.net">http://m.newlispfanclub.alh.net ?



automatically loading the mTheme as default?



Ps: I love the little dragonfly with the flag, is that your creation?

Tim Johnson

#16
Quote from: "Ryon"Tim and HPW, this site is being served with a temporary URL. The URL will be changing soon to newlispfanclub.alh.net, and any of today's bookmarks will be invalid. Do you have enough functionality to hold out for a few days until we get the domain transferred?

Not a problem. I haven't used bookmarks before, just tried that functionality to see if that meant the

same as subscribe. Obviously it doesn't. Subscription features are really great for forums.

thanks

tim
Programmer since 1987. Unix environment.

Ryon

#17
I'll look into the "m" fourth-level domain or other solution, Lutz.



Wish I could claim the little dragonfly! I "adapted" him from somewhere else.
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"

HPW

#18
QuoteOkay, I've found the cookie problem. Let's see if I've fixed it?


Works for me now. Thanks.
Hans-Peter

HPW

#19
Why does 'newLISP GUIserver' + 'newLISp for WIN' + 'newLISP for *n?x' show the 'forum locked' icon?

I can enter them, but get no 'new topic' button!
Hans-Peter

Kirill

#20
Quote from: "HPW"Why does 'newLISP GUIserver' + 'newLISp for WIN' + 'newLISP for *n?x' show the 'forum locked' icon?

I can enter them, but get no 'new topic' button!


They're archives of posts until October 2009. New posts shall be made other places: newLISP Graphics instead of newLISP Guiserver and newLISP and the O.S. for OS-related things.



-- Kirill

Tim Johnson

#21
Quote from: "Ryon"Okay, I've found the cookie problem. Let's see if I've fixed it?

Yes. It is now working for me.

Thanks

tim
Programmer since 1987. Unix environment.

m35

#22
Quote from: "Ryon"M35, I just took a look at the mods to add an RSS feed to this board, and I don't want to tackle them until after the domain name is transferred. Is that okay?

Oh I thought this was the new domain. No rush. Whenever things are settled it will be nice to have.



Now about the logging in process... ;)



Can we get a login on the index page, and skip the "You are successfully logged in" page after that?

itistoday

#23
Hey Ryon, I'm not getting any notifications of thread replies, will this be fixed or am I "doing it wrong"?
Get your Objective newLISP groove on.

Ryon

#24
You mean email notifications? The domain hasn't been pointed to the new host yet. That will probably start tomorrow. Once it's propagated, I'll get the email working. Or, that's the plan at least!
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"

itistoday

#25
Quote from: "Ryon"You mean email notifications? The domain hasn't been pointed to the new host yet. That will probably start tomorrow. Once it's propagated, I'll get the email working. Or, that's the plan at least!


Looking forward to it!
Get your Objective newLISP groove on.

newdep

#26
[size=200]it moved ;-)[/size]
-- (define? (Cornflakes))

Ryon

#27
Woohoo! We made it!



I'll start making those promised improvements, and open the forum to new users soon. Right now, I'm going to celebrate this small success by not doing anything!
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"

itistoday

#28
BTW... there's the issue of "SEO suicide", which seems to have been committed with this switch.



Search Google for "newlisp" plus some topic and you'll find links to the old forum, which will all take you to 404 pages.



Perhaps this could be remedied with a simple redirect script? You might even be able to do it with some .htaccess magic (mod_rewrite), so long as the post IDs match.
Get your Objective newLISP groove on.

Ryon

#29
Try it now, itistoday. Should work!



BTW, if you would like the nLFC to have better search ratings, how about putting a link on your webpage to our new web address, newlispfanclub.alh.net
\"Give me a Kaypro 64 and a dial tone, and I can do anything!\"