|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
I have a Yaf forum working in an iframe on a MWPSK web site, not an ideal setup but works ok, any comments welcome. www.PxCad.com
|
|
|
Rank: Member
Joined: 11/7/2007 Posts: 15 Location: UK
|
have google crawl your forum properly?
my experience is iframes or even frames are not search engine friendly
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
Not sure what you mean ca4nul, the site is hosted at godaddy. They have a function to make a site map & submit it to google, that's all I have done at present.
|
|
|
 Rank: YAF Commander

Joined: 3/28/2008 Posts: 121 Location: New York
|
good design nice work and implementation Visit my Forums: FORUMZ360.com
|
|
|
 Rank: YAF Developer

Joined: 7/12/2005 Posts: 1,245 Location: on Dock Street
|
yikes error Code: nexpected end of file has occurred. The following elements are not closed: key, item, VisitorData, HitDataExt. Line 247, position 37. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: key, item, VisitorData, HitDataExt. Line 247, position 37.
Source Error:
Line 239: reader.ReadStartElement("item"); Line 240: reader.ReadStartElement("key"); Line 241: TKey key = (TKey)keySerializer.Deserialize(reader); Line 242: reader.ReadEndElement(); Line 243: reader.ReadStartElement("value");
Source File: d:\hosting\2937616\html\EasyControls\HitCounter2.ascx.cs Line: 241
 "It's a case of RTFM.. the only problem being we don't have a manual!" When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon  )
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
ash360 wrote:good design nice work and implementation Thanks ash360...
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
Yes the hit counter had a melt down, it has been fixed for the moment. Might have to remove it if I have any more problems like that.
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
Nice deployment! Very slick. Love the colors and the usage of IFRAME! How does the forum do with someone posting very large images? Good job!  .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
Thanks for your comments test2005, I have the max file upload size set on 500000kb which is more than enough for what the site is designed for. I hadn't tested uploading images prior to this but had a bit of a play & the max width to display an image is 550 pixels not sure what the max height would be probably the viewable page size. I uploaded an image 550w x 1000h pixels & it was viewable.
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
What effect does an image width greater than 550 have? .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
test2005 wrote: What effect does an image width greater than 550 have?
If the image is wider than 550 pixels it gets shown as a link. The user can click this link to download or view it.
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
plozzman wrote:test2005 wrote: What effect does an image width greater than 550 have?
If the image is wider than 550 pixels it gets shown as a link. The user can click this link to download or view it. Now that is too cool! Wanna share the code you used to implement this???  .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
test2005 wrote:plozzman wrote:test2005 wrote: What effect does an image width greater than 550 have?
If the image is wider than 550 pixels it gets shown as a link. The user can click this link to download or view it. Now that is too cool! Wanna share the code you used to implement this???  There's no code there as such test2005, the only thing I have change on the forum is the theme & it lives in an iframe. The width of the iframe sets the width of the image.
|
|
|
 Rank: YAF MVP

Joined: 11/26/2004 Posts: 509 Location: Zagreb, Croatia
|
plozzman wrote:test2005 wrote:plozzman wrote:test2005 wrote: What effect does an image width greater than 550 have?
If the image is wider than 550 pixels it gets shown as a link. The user can click this link to download or view it. Now that is too cool! Wanna share the code you used to implement this???  There's no code there as such test2005, the only thing I have change on the forum is the theme & it lives in an iframe. The width of the iframe sets the width of the image. You can't do that with css only. Let's recapitulate; Test wanted to know what happens if someone tries to put inline image using [img] tag that is wider than IFRAME. You said that in that case image is not shown, and instead you get only a link to the image. Now, you don't need to share the if you don't want to, but to do what you described, you need an additional code outside the theme. ... But trust me on the sunscreen!
test2005 wrote:There not bugs(in YAF)...it's either un-defined features or exceptions to expected behavior!!
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
Neven wrote:plozzman wrote:test2005 wrote:plozzman wrote:test2005 wrote: What effect does an image width greater than 550 have?
If the image is wider than 550 pixels it gets shown as a link. The user can click this link to download or view it. Now that is too cool! Wanna share the code you used to implement this???  There's no code there as such test2005, the only thing I have change on the forum is the theme & it lives in an iframe. The width of the iframe sets the width of the image. You can't do that with css only. Let's recapitulate; Test wanted to know what happens if someone tries to put inline image using [img] tag that is wider than IFRAME. You said that in that case image is not shown, and instead you get only a link to the image. Now, you don't need to share the if you don't want to, but to do what you described, you need an additional code outside the theme. Neven, sorry but there is no additional code to be had. Are you saying this can't be done will the standard version of YAF, you may have to rethink that. I have not altered the source code of my installation in anyway. It is a bog stock copy of version 1.9.1.7 running from a web page in an iframe.
|
|
|
| Users browsing this topic |
|
Guest (2)
|