|
|
 Rank: YAF Forumling

Joined: 12/10/2007 Posts: 4 Location: Tustin, CA
|
Hey all, our website the agony booth is a site devoted to making fun of bad movies. We just upgraded to YAF 1.9.1.8 (the forums were formerly using Snitz). So far, all of our existing forum members are very pleased. http://www.agonybooth.com/Forum.aspx
Thanks to the YAF development team for all their hard work!
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,946 Location: Honolulu, HI
|
Nice. Like the topic -- looks like an active site! Might suggest turning URL Rewriting ON (in yafnet.config) since you might want better SEO accessibility. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
Very nice site! The forum and the site go together nicely. Only thing I'd change is the home page width. It's not taking up 100% width, which would make it blend better into the forum. Cool topic! Worst fild I've seen lately is The Crow 4!!! Talk about pure agony!!!!  .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
 Rank: YAF Commander

Joined: 3/28/2008 Posts: 121 Location: New York
|
nice site its really interesting Visit my Forums: FORUMZ360.com
|
|
|
 Rank: YAF Forumling

Joined: 12/10/2007 Posts: 4 Location: Tustin, CA
|
Jaben wrote:Nice. Like the topic -- looks like an active site! Might suggest turning URL Rewriting ON (in yafnet.config) since you might want better SEO accessibility. Unfortunately, I have my own custom URL rewriting for my site content, otherwise I would. I'm not so sure it matters anymore. Google still indexes all the forums and topics just fine. The only thing I don't like from an SEO perspective is that when I integrate the yaf:Forum control into my existing site template, I can't get the title of the topic in the browser title bar. The page title is the same for all topics in the forum. Is there any way to fix that?
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,946 Location: Honolulu, HI
|
The page that contains your head should have this in it: <head id="YAFHead" runat="server"> ...blah title, etc... </head> YAF will locate it and change the title as needed. (Works for Master Pages too.) "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF Forumling

Joined: 12/10/2007 Posts: 4 Location: Tustin, CA
|
Jaben wrote:The page that contains your head should have this in it:
<head id="YAFHead" runat="server"> ...blah title, etc... </head>
YAF will locate it and change the title as needed. (Works for Master Pages too.) That did the trick. Thanks a bunch!
|
|
|
Rank: Member

Joined: 5/14/2008 Posts: 11
|
hi, just wondering how you made the forum rules open as a seperate page, meaning that the page is kinda not integrated with the forum (forum.aspx?....). Same like how the Wiki forum opens as a seperate page in this forum. Would like to know how its done.
Thanks
|
|
|
 Rank: YAF Commander

Joined: 3/28/2008 Posts: 121 Location: New York
|
sayedwasim wrote:hi, just wondering how you made the forum rules open as a seperate page, meaning that the page is kinda not integrated with the forum (forum.aspx?....). Same like how the Wiki forum opens as a seperate page in this forum. Would like to know how its done.
Thanks i think when you create a forum you have the option to use and external url for it Visit my Forums: FORUMZ360.com
|
|
|
 Rank: YAF Forumling
Joined: 10/28/2008 Posts: 4 Location: US
|
Jaben wrote:The page that contains your head should have this in it:
<head id="YAFHead" runat="server"> ...blah title, etc... </head>
YAF will locate it and change the title as needed. (Works for Master Pages too.) Another way that was useful for me, when I didn't want to change the page header, was to use the PageTitleSet event: public event EventHandler<yaf.pages.ForumPageArgs> PageTitleSet; So in the page I embed the forum control I can do the following: protected void Page_Load(object sender, EventArgs e) { forum.PageTitleSet += new EventHandler<yaf.pages.ForumPageArgs>(forum_PageTitleSet); } And then the handler could look something like: void forum_PageTitleSet(object sender, yaf.pages.ForumPageArgs e) { Title = e.Title; }
|
|
|
| Users browsing this topic |
|
Guest
|
YAFPro Theme Created by Jaben Cargman (Tiny Gecko)Powered by YAF 1.9.3 RC2 |
YAF © 2003-2008, Yet Another Forum.NETThis page was generated in 0.090 seconds.