Welcome Guest Search | Active Topics | Log In | Register

4 Pages <1234>
Development Ideas Options · View
Mek
#16 Posted : Friday, September 22, 2006 8:36:33 AM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
Hmmm I'll see what I can. Don't know if it'll fit in the same place anymore as I've moved the edited date to the same position to make way for the report abuse button.


"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 Smile )
sasa
#17 Posted : Friday, September 22, 2006 2:52:12 PM

Rank: YAF Forumling


Joined: 9/22/2006
Posts: 2
Hi, I have been downloaded your forum. I like it, but I have one question. Why on page in PageLink yaf.controls I can see only search, active topics and members link? Why I cant see Register and Log In link?? What I must do that people can registered in the form and be regular users, not guests? How to enabled Register and Login link. I can through the database to register and than forum works very well.

Sasa

p.s. I find it. It must be forms authentication. I was change it to windows but that wasn't good idea. now it works very well on localhost.
bigtoga
#18 Posted : Friday, September 22, 2006 4:44:47 PM

Rank: YAF MVP



Joined: 3/10/2006
Posts: 330
Location: Dallas, TX
sasa wrote:
Hi, I have been downloaded your forum. I like it, but I have one question. Why on page in PageLink yaf.controls I can see only search, active topics and members link? Why I cant see Register and Log In link?? What I must do that people can registered in the form and be regular users, not guests? How to enabled Register and Login link. I can through the database to register and than forum works very well.

Sasa

p.s. I find it. It must be forms authentication. I was change it to windows but that wasn't good idea. now it works very well on localhost.
Next time, please don't cross post. It's confusing and rude.
Check out my implementation of YAF: http://Forums.LearnSqlServer.com/. You can also check out my SQL Server 2005 tutorials at http://www.LearnSqlServer.com/ and my C# tutorials at http://www.LearnCSharp.com/
bigtoga
#19 Posted : Friday, September 22, 2006 4:51:57 PM

Rank: YAF MVP



Joined: 3/10/2006
Posts: 330
Location: Dallas, TX
Wishlist:

(1) Not to use Web Application Projects
(2) A "Home" link at the top (along with Inbox/Search/Active Topics/ etc.)
Check out my implementation of YAF: http://Forums.LearnSqlServer.com/. You can also check out my SQL Server 2005 tutorials at http://www.LearnSqlServer.com/ and my C# tutorials at http://www.LearnCSharp.com/
Harrison
#20 Posted : Friday, September 22, 2006 5:17:59 PM

Rank: YAF Camper



Joined: 9/19/2006
Posts: 27
Location: USA
bigtoga wrote:
Wishlist:

(1) Not to use Web Application Projects
(2) A "Home" link at the top (along with Inbox/Search/Active Topics/ etc.)


Howdy Bigtoga, I agree with the HOme link. I had to add one to mine... confusing without it.
kierepka
#21 Posted : Wednesday, October 04, 2006 12:11:33 PM

Rank: YAF Forumling



Joined: 7/27/2006
Posts: 6
Location: :)
Maybe you should consider to move source code to Codeplex.com?

Kind regards from Poland
DarkArc
#22 Posted : Sunday, October 29, 2006 10:19:14 AM

Rank: YAF Camper


Joined: 10/28/2006
Posts: 13
bigtoga wrote:
Wishlist:

(1) Not to use Web Application Projects


I prefer it compiling to a single binary, and MS are going to be including web application projects properly in the future anyway. I think it was a bit of a mistake for them to implement web development like they did unfortunately, although it was nice to force the seperate out of the presentation layer and the back end code it should have continued to compile to a single assembly in the bin folder for easier deployment.

Personal preference which is best I guess?
demonixed
#23 Posted : Tuesday, November 14, 2006 9:26:49 PM

Rank: YAF Camper


Joined: 2/11/2006
Posts: 22
Location: Yekaterinburg, Russia
I have almost finished adding my own features to 1.9.0. Actually, I have made changes in 1.0.1 for a long time ago, and now I simply porting them with a little code optimizations.

Can I hope, that my changes will be implemented in one fo the next versions, so thatI should not transfer changes from the version to the version. Especially it is planned (as I understand) a global change of a code in connection with full conversion to the framework 2.0

List of my features and improvments (maybe, not full)

1. Deleting messages with future un-deletion (currently deleted messages are shown as message with a "Message is Deleted by moderator/user" in its body)
2. Optionally post can be deleted with all answers to it.
3. User can note a reason, why post was deleted
4. Unwanted smiley protection (some symbols combinations becomes a smiley i.e. quote+right bracket)
5. Extended URL detector (to adresess not surrounded by [url] BBcode tag)
6. Permanent link to the post (with post number) (looks like this: |UserName | #12 Posted: 21 september 2006 г. 17:03:24| where #12 - is link to the post)
7. Move single post to another existing or new theme
8 .Enhanced search (searches in username and posts at the same time)
9. Сorrect Format Views Counter of Moved npics (int or &nbsp)
10. Show information, that post was edited to other users? not only for admins (if edited after N seconds of initialy posted)
11. Pager in Smilies admin page (Browser slows down if there are lot of animated smilies on one page)
12. Additional fields in Users admin (email and filter by email) - it is convenient for me
13. Russian Letter line in Members page (convenient fo russians Smile) and location field (it is convenient in our buisness)
14. Changes to Movetopic - move to Category protection (you can catch an esception before changes)
15. User can use individual per-forum visual themes, even admin allows user to chooseits own theme
16. I also have changed an rsstopic, but it's my own vision of how rss should appears to users Smile

I can attach Araxis Merge comparsion report here or somewhere else.

p.s. Sorry for my English, I didn't practise for a long time. Embarassed
Mek
#24 Posted : Wednesday, November 15, 2006 1:57:51 PM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
demonixed wrote:
I have almost finished adding my own features to 1.9.0. Actually, I have made changes in 1.0.1 for a long time ago, and now I simply porting them with a little code optimizations.

...

I can attach Araxis Merge comparsion report here or somewhere else.


Please do, sounds like a lot of useful additions have been included in there.


"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 Smile )
kierepka
#25 Posted : Wednesday, November 22, 2006 11:08:06 PM

Rank: YAF Forumling



Joined: 7/27/2006
Posts: 6
Location: :)
you should check current HTML code generated by YAF and remove all not valid code from source and move it to themes.
demonixed
#26 Posted : Saturday, December 02, 2006 10:41:34 PM

Rank: YAF Camper


Joined: 2/11/2006
Posts: 22
Location: Yekaterinburg, Russia
sorry for double-post Embarassed
This post was wrong, second is correct.
demonixed
#27 Posted : Saturday, December 02, 2006 10:48:45 PM

Rank: YAF Camper


Joined: 2/11/2006
Posts: 22
Location: Yekaterinburg, Russia
Looks like it is readySmile
A bit of comments are in the source code. It's not tested on updating of the previous versions yet.
(most likely I'll do it next week)

Questions/suggestions/bugreports are welcome (in another theme, i think) Wink

Comparsion report: http://webdrive.reborn.ru/DuB/yaf/yaf_cmpare.rar
Changed sources: http://webdrive.reborn.ru/DuB/yaf/yaf190.rar

EDIT: I have sucessfully updated my previous version.
Unfortunately, i have no original 1.0.1 with real data to test, but i think, that updates will work with it.
Mek
#28 Posted : Thursday, December 14, 2006 7:47:57 PM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
Somehow missed this post, thanks Demonixed going to go through your improvements Smile



"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 Smile )
pietje_puk100
#29 Posted : Tuesday, January 02, 2007 9:50:31 AM
Rank: Member


Joined: 9/8/2006
Posts: 20
Location: Netherlands
I have a specific question for the DNN version of YAF.

Do you think it will be possible to implement the DNN roles in YAF?

If you would implement the DNN-roles than YAF will be the No1 Forum-module for DNN! To my opinion even better than Active Forums, because that one hasn't got the PM solution incorporated in it.

Regards,

Marc

Mek
#30 Posted : Tuesday, January 02, 2007 12:20:32 PM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
pietje_puk100 wrote:
I have a specific question for the DNN version of YAF.

Do you think it will be possible to implement the DNN roles in YAF?

If you would implement the DNN-roles than YAF will be the No1 Forum-module for DNN! To my opinion even better than Active Forums, because that one hasn't got the PM solution incorporated in it.

Regards,

Marc



Interesting, if the latest version of DNN uses a ASP.net 2.0 Role Provider then it should be doable in the next version. Didn't know Active Forums didn't have a PM feature.


"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 Smile )
Users browsing this topic
Guest
4 Pages <1234>
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.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.170 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET