Search found 17 matches

by smirkingdude
Tue Aug 24, 2010 5:35 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

Re: the web host change and problem(s)

htaccess update I also made changes on htaccess file turn off the part that makes "index.php?page=" created the part that makes "/" (copied off the part above and modified) I make changes again. turn on the part that makes "index.php?page=" removed the part that makes ...
by smirkingdude
Tue Aug 24, 2010 5:08 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

Re: the web host change and problem(s)

Since the domain name transfer has been completed, I made a change in config.php (the change involving removing the temporary ehub22 address and put the permanent address in the place). Bingo! the "google map" part works now!  ;D I also made changes on htaccess file turn off the part that ...
by smirkingdude
Wed Aug 18, 2010 3:47 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

Re: the web host change and problem(s)

Code: $config['root_url'] = 'http://ehub22.webhostinghub.com/~deafca5/'; must be Code: $config['root_url'] = 'http://ehub22.webhostinghub.com/~deafca5'; Code: $config['url_rewriting'] = 'mod_rewrite'; must be Code: $config['url_rewriting'] = 'none'; until you figure out correct .htacess path and st...
by smirkingdude
Wed Aug 18, 2010 3:58 am
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

Re: the web host change and problem(s)

Michael, I didnt have any new hosts..just this one: webhostinghub.com In fixing the ugly blue page, I uploaded the whole /public_html folder ...it works! The ugly blue page got replaced with the same blue page (as seen on the old web host). See http://ehub22.webhostinghub.com/~deafca5 . The problem ...
by smirkingdude
Tue Aug 17, 2010 11:02 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

Re: the web host change and problem(s)

I did: 1) clear the cache (/tmp/cache and /tmp/template_c) 2) upload the whole /public_html folder to the new host 3) made changes to config.php file (those that relate to database and temporary address) (will change again once the website get permenant address ) 4) view http://ehub22.webhostinghub....
by smirkingdude
Mon Aug 16, 2010 2:16 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

Re: the web host change and problem(s)

Replytomk3,

ok...

I am on IRC and didn't see you.
Could you give me your email address?
I could email you the info you requested.  :)
just email me -->> jgalofre96@hotmail.com

Tony
by smirkingdude
Sat Aug 14, 2010 1:46 am
Forum: [locked] Installation, Setup and Upgrade
Topic: the web host change and problem(s)
Replies: 11
Views: 4508

the web host change and problem(s)

Good evening! I apologize for confusing you guys on IRC few hours ago.  :-[ One of you has suggested that I post under "Installation and Setup". The background story Deaf Cafe team chose to have the website move from old web host to new web host. Backups was performed (both folders/files a...
by smirkingdude
Sat Apr 04, 2009 2:59 am
Forum: Tips and Tricks
Topic: Conditional Comments
Replies: 7
Views: 5875

Re: Conditional Comments

I like IE conditional comment...useful when one module (for example: Album module) has an option that links to one CSS file (/modules/Album/css/stylesheet.css) and you want to use a seperate CSS file to focus on IE browser.

Look here...http://forum.cmsmadesimple.org/index.php/topic,32675.0.html  :)
by smirkingdude
Fri Apr 03, 2009 2:37 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] crossbrowser ?? here's conditional comment for IE
Replies: 6
Views: 3028

Re: crossbrowser ?? here's conditional comment for IE

Change the IE conditional comment from:





to this:





then I tweak the iestyles.css file.

IT WORKED!!!!!  ;D

(crossbrowser method works fine...tested with IE8 and Firefox)
by smirkingdude
Fri Apr 03, 2009 1:16 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] crossbrowser ?? here's conditional comment for IE
Replies: 6
Views: 3028

Re: crossbrowser ?? here's conditional comment for IE

Yes, the CSS file (iestyles.css) is in /modules/Album/css  folder.
by smirkingdude
Fri Apr 03, 2009 1:07 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] crossbrowser ?? here's conditional comment for IE
Replies: 6
Views: 3028

Re: crossbrowser ?? here's conditional comment for IE

I forgot to mention that I altered the default template by changing the IE conditional comment  that shows now:



by smirkingdude
Fri Apr 03, 2009 1:05 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] crossbrowser ?? here's conditional comment for IE
Replies: 6
Views: 3028

Re: crossbrowser ?? here's conditional comment for IE

I tried the external stylesheet method. No lines with smarty tag happening. That's good  :) But nothing changes visually (on IE8).  Here's my pastebin ( http://cmsmadesimple.org/pastebin/2595 ). The iestyles.css file is exactly the same as /modules/Album/css/stylesheet.css except one line: .thumb { ...
by smirkingdude
Fri Apr 03, 2009 4:57 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] crossbrowser ?? here's conditional comment for IE
Replies: 6
Views: 3028

Re: crossbrowser ?? here's conditional comment for IE

those lines with smarty tags: string(138) "Smarty error: [in module_db_tpl:Album;default line 8]: syntax error: unrecognized tag: padding: 0px; (Smarty_Compiler.class.php, line 446)" string(126) "Smarty error: [in module_db_tpl:Album;default line 8]: syntax error: unrecognized tag '' ...
by smirkingdude
Fri Apr 03, 2009 4:48 am
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] crossbrowser ?? here's conditional comment for IE
Replies: 6
Views: 3028

[SOLVED] crossbrowser ?? here's conditional comment for IE

While /module/Album/css/stylesheet.css works fine on Firefox browser, it look alittle "out of position" on IE8. (Look at http://www.deafcafeflint.org/photo-album.html in both browsers). IE conditional comments won't work if put on stylesheet.css file. I try by putting into the default temp...
by smirkingdude
Thu Apr 02, 2009 5:03 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] picture/album alignment in Album Module
Replies: 3
Views: 1502

Re: [SOLVED] picture/album alignment in Album Module

By the way, the template in Album module is default template. The css file is "stylesheet.css" within Album module, which I did the minor adjustments.

Go to advanced search