| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Thu Feb 17, 2005 9:08 pm Post subject: Re: Web Links |
|
Example:
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
BrokenCrust 500+ Posts Club


Offline Joined: Sep 06, 2004 Posts: 503
|
Posted: Thu Feb 17, 2005 10:16 pm Post subject: Re: Web Links |
|
It maybe a theme issue, because the web module works in a different way to the other places. It was the only page on my site that had this problem in IE.
With a table width set to 100% in IE the web module will be off the screen as you showed (and I saw on your site). Also this is confirmed as a width display issue because in FF the page is correct.
Try this
Edit the index.php for web_links
Find the line with - Links Main Categories - in it. Shortly afterwards there is a table definition. Edit this by removing the section - width="100%" -. Save and upload. This sort of thing should be in the css file, but I guess with the weblinks module it is coded in the php for some reason.
I'd send you a file, but I prefer the two column format of old so I changed some of the code back.
www.pontnoir.com
BrokenCrust please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Fri Feb 18, 2005 3:26 am Post subject: Re: Web Links |
|
nope that don't work either
hmmmmm
i do however see a "</span>" tag without an opening one....
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Fri Feb 18, 2005 4:48 am Post subject: Re: Web Links |
|
At some point in changes you have made, there must be something wrong.
With table1 removed from style_ie.css, an up to date web links and dragonfly theme, there is no problem.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Fri Feb 18, 2005 5:16 am Post subject: Re: Web Links |
|
i have made no changes, i am running the latest cvs weblinks module
im using cpg theme
even this site has the exact same problem i am having
when i switch to the dragonfly theme - everything is cut off at the right side....including Administration page
what is wrong here?
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Fri Feb 18, 2005 5:21 am Post subject: Re: Web Links |
|
This site will have the issue coz the cvs css for Dragonfly still has table1 in it
Very strange indeed - I just can't duplicate it now that I made that css change.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
BrokenCrust 500+ Posts Club


Offline Joined: Sep 06, 2004 Posts: 503
|
Posted: Fri Feb 18, 2005 9:36 am Post subject: Re: Web Links |
|
| masterbeta wrote: |
i have made no changes, i am running the latest cvs weblinks module
im using cpg theme |
I downloaded the latest release of the core code to get the cpgnuke theme and I downloaded the latest weblinks code to get the latest offical release. After installing them locally the page displays fine in both IE and FF. I suggest that you do the same in case something is different. I know it's a bit lame but I can't see why your site is not working.
BrokenCrust please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Fri Feb 18, 2005 5:36 pm Post subject: Re: Web Links |
|
can you guys view my site fine?
i have all the updated files
it's the weblinks ONLY that is cut off
including on this site!
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
BrokenCrust 500+ Posts Club


Offline Joined: Sep 06, 2004 Posts: 503
|
Posted: Fri Feb 18, 2005 7:01 pm Post subject: Re: Web Links |
|
Dude, this is totally bear-czar (sorry  )
I think I have it now. It's a combination.
1. Add the following line to themes/cpgnuke/style/ie.css
| Code:: |
.table1 { width: auto; } |
2. Edit modules/Web_Links/index.php and replace
| Code:: |
echo '<table style="margin-left:30px;margin-right:30px;" width="100%" border="0" cellspacing="0" cellpadding="0" align="left"><tr>'; |
on line 98 with
| Code:: |
echo '<table style="margin-left:30px;margin-right:30px;" border="0" cellspacing="0" cellpadding="0" align="left"><tr>'; |
This removes the stupid width property that shouldn't be here.
I finally got it replicated here and this fixed it.
BrokenCrust please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Fri Feb 18, 2005 10:17 pm Post subject: Re: Web Links |
|
this does not fix it for me
any other suggestions?
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
BrokenCrust 500+ Posts Club


Offline Joined: Sep 06, 2004 Posts: 503
|
Posted: Fri Feb 18, 2005 11:06 pm Post subject: Re: Web Links |
|
Well, your web links page now displays correctly for me in both IE and FF.
Maybe you should try reloading or clearing your cache.
Edit: Now not working again since you removed the changes.
BrokenCrust please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
|
|