Welcome Guest Search | Active Topics | Members | Log In | Register

3 Pages123>
Old YAF Compiled.
Jaben Offline
#1 Posted : Sunday, April 17, 2005 7:47:19 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
Includes some additional features and fixes. (Nothing major yet.) Includes the compiled yaf_dnn.dll and yaf_rainbow.dll. (In their respective \bin directories.)

Neither of these dll have changed -- but I wanted to include them for simplicity (and they are small anyway).

Change: Added configurable topic display time to the admin options.
Fixed: URL not displaying or converting properly in BBCode mode.
Added: YafVision theme -- added buttons.
Fixed: ASPNET theme missing graphics references.
Fixed: Admin user editor wasn't working.
Fixed: Security issues -- and problems related to fixing the security issues. (Fix one thing and break another!)

UPDATE 4/20: Fixed JavaScript Problems, Again -- if you are seeing errors please download this update.

yafbin: Includes the compiled forum and forum page files without an source. Best if you just need to update your forum.
yafsrc: Includes the compiled forum and forum page files with full source.
File Attachment(s):
yafbin-04-20-05.zip (757kb) downloaded 1,036 time(s).
yafsrc-04-20-05.zip (1,123kb) downloaded 886 time(s).
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

smosse Offline
#2 Posted : Monday, April 18, 2005 12:46:07 AM(UTC)

Rank: YAF Camper

Joined: 10/5/2003(UTC)
Posts: 28
Location: France

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
This version does not seems to work as the old version ...
-Does not work in a /forums/ subdirectory ...
-Have change some Tables ?
Yaf is Good Smile
Rain dog Offline
#3 Posted : Monday, April 18, 2005 8:33:36 AM(UTC)
Rank: YAF Camper

Joined: 4/18/2005(UTC)
Posts: 10

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
I too have the same problem.


I had a forum module in a page, and the actual forum code itself was in a /forums/ sub directory.

the structure was like this:
Code:

ROOT
     myforumpage.aspx //contained yaf control
     forums
            ...source code for yaf



I added the reference to <root> in the config, but try as i might i could not fix it.
Jaben Offline
#4 Posted : Monday, April 18, 2005 2:00:54 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
Are you guys talking about standalone installs of YAF or YAF in DNN/Rainbow?
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

smosse Offline
#5 Posted : Monday, April 18, 2005 4:11:41 PM(UTC)

Rank: YAF Camper

Joined: 10/5/2003(UTC)
Posts: 28
Location: France

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
It is on a standalone install
Yaf is Good Smile
Jaben Offline
#6 Posted : Monday, April 18, 2005 4:38:53 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
smosse wrote:
It is on a standalone install

What kind of error are you getting?
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

Jaben Offline
#7 Posted : Monday, April 18, 2005 4:44:36 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
Everyone:

Make sure to copy the file \yafsrc\bin\yaf.dll to your <root>\bin directory and overwrite the old yaf.dll file.
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

WalenseeDotOrg Offline
#8 Posted : Tuesday, April 19, 2005 4:39:58 AM(UTC)

Rank: YAF Lover

Joined: 6/19/2004(UTC)
Posts: 40
Location: Switzerland

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Just tried to install YAF on Rainbow 2005. Getting the error
Code:
Failed to load /rainbow/DesktopModules/YetAnotherForumDotNet/pages/forum.ascx.

But I installed YAF to /rainbow/DesktopModules/YetAnotherForum.Net/ ('.' not 'Dot')
YAF was running smooth before. Seems like there's some hard-coded directory??
Any hints?
Cheers Reto
d'oh!
WalenseeDotOrg Offline
#9 Posted : Tuesday, April 19, 2005 5:06:34 AM(UTC)

Rank: YAF Lover

Joined: 6/19/2004(UTC)
Posts: 40
Location: Switzerland

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Sorry cannot edit my previous Post:
Changed the folder from YetAnotherForum.Net to YetAnotherForumDotNet (also in Rainbow Table rb_GeneralModuleDefinitions) --> Forum is up and running. But now I'm getting those JS-Errors.
Debugging I found:

on Default.aspx:

Code:
var cForm = yaf_GetForm();
    cForm._ctl3_ThreePanes_ThreePanes__ctl1__ctl0__ctl0_scrollLeft.value = scrollX; <-- Raises Error (cForm is undefined)
    cForm._ctl3_ThreePanes_ThreePanes__ctl1__ctl0__ctl0_scrollTop.value = scrollY;


on SmartScroller.js:
Code:
function yaf_GetForm()
  {
    var theform;
    if (window.navigator.appName.toLowerCase().indexOf(""microsoft"") > -1)
    {
      theform = document._ctl0;
    }
    else {
      theform = document.forms[""" + m_theForm.ClientID + @"""];
    }
  }

Isn't there a "return theform" missing?
Thanks for your support

Good Night
Reto
d'oh!
Jaben Offline
#10 Posted : Tuesday, April 19, 2005 5:11:49 AM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
WalenseeDotOrg wrote:

Isn't there a "return theform" missing?
Thanks for your support

Yes, that's a bug. Thanks for your help.

Updated forum is above that fixes that problem.
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

WalenseeDotOrg Offline
#11 Posted : Wednesday, April 20, 2005 12:22:12 AM(UTC)

Rank: YAF Lover

Joined: 6/19/2004(UTC)
Posts: 40
Location: Switzerland

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Hello Jaben
I am still getting the Error. (IE 6.0 and Rainbow2005)
It looks like the Form does not contain a item with id="_ctl0" thats what it's looked for if browsing with IE:
Code:
    if (window.navigator.appName.toLowerCase().indexOf(""microsoft"") > -1)
    {
      theform = document._ctl0;
    }

No error in Firefox. (Which will reach the else branch and get "_cl2"Wink

The Form-Source says:
Code:
<form name="_ctl2" method="post" action="DesktopDefault.aspx?tabid=...." id="_ctl2">

No difference between Mozilla and IE.
Anything else to do?
Cheers Reto
d'oh!
Jaben Offline
#12 Posted : Wednesday, April 20, 2005 5:54:03 AM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
WalenseeDotOrg wrote:
Hello Jaben
I am still getting the Error. (IE 6.0 and Rainbow2005)
It looks like the Form does not contain a item with id="_ctl0" thats what it's looked for if browsing with IE:
Code:
    if (window.navigator.appName.toLowerCase().indexOf(""microsoft"") > -1)
    {
      theform = document._ctl0;
    }

No error in Firefox. (Which will reach the else branch and get "_cl2"Wink

The Form-Source says:
Code:
<form name="_ctl2" method="post" action="DesktopDefault.aspx?tabid=...." id="_ctl2">

No difference between Mozilla and IE.
Anything else to do?
Cheers Reto

You are correct -- it's still got a bug. Man -- I have done a poor job with this code. One bug after another -- and there's nothing to it! I think the fact that I am mixing JavaScript and C# messes with my brain a bit. Wink That's my only excuse at this point.

So, again, I've "fixed the bug" -- hopefully it will work this time. I've updated the files above.

Thanks for your time debugging this...
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

WalenseeDotOrg Offline
#13 Posted : Wednesday, April 20, 2005 1:28:58 PM(UTC)

Rank: YAF Lover

Joined: 6/19/2004(UTC)
Posts: 40
Location: Switzerland

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Hello Jaben
No worries, thanks for your time you put in this project to keep it alive! :d

d'oh!
Jaben Offline
#14 Posted : Wednesday, April 20, 2005 3:20:00 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
WalenseeDotOrg wrote:
Hello Jaben
No worries, thanks for your time you put in this project to keep it alive! :d


Thanks. I wish I had more for this project. I hope to have some time to really get my hands dirty on some major reworking. I have a lot of new things I want to add. (Better notifications of errors, theme templates, a bunch of requests.)
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

Guest
#15 Posted : Wednesday, April 27, 2005 12:44:43 AM(UTC)

Rank: Guest

Joined: 3/18/2003(UTC)
Posts: 1,966
Location: Redmond

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Jaben,

Is the April 20, 2005 your latest release? I know this is not yet considered a production software yet but I'm real excited about it. It's the best out there. I just want to know if there is a new version available after the April 20, 2005.

Thanks!
Users browsing this topic
Guest
3 Pages123>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 RC4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.358 seconds.