Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Explain Please :: Archives ⇒ Web Links :: Archived


Web Links :: Archived
Ask questions and read explanations on how to use things/settings or why "X" is on page "Y."
Go to page Previous  1, 2, 3
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  Explain Please

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

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: 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! Crying or Very sad
Back to top
View user's profile
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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 Smile

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
View user's profile Visit poster's website Photo Gallery
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: 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! Crying or Very sad
Back to top
View user's profile
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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! Smile

_________________
[]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
View user's profile Visit poster's website
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: Fri Feb 18, 2005 7:01 pm
Post subject: Re: Web Links

Dude, this is totally bear-czar (sorry Smile )

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! Crying or Very sad
Back to top
View user's profile
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
BrokenCrust
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Sep 06, 2004
Posts: 503

PostPosted: 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! Crying or Very sad
Back to top
View user's profile
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Explain Please
Page 3 of 3
All times are GMT
Go to page Previous  1, 2, 3

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

читај повеќе...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy