|
Sunday, January 07, 2007(UTC)
|
|
Thursday, July 08, 2010 9:29:31 AM(UTC)
|
1,209 [3.31% of all post / 0.91 posts per day] |
|
1
(View Thanks)
|
|
10
|
|
8
|
View All Posts by User
Hmm, it works for me
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
Quick way how to accomplish this: - disable email requirement for user verification - in groups, create group with NO permissions - set this group as IsStart and unset any other - in admin > users you'll see newly registered users un group with no permissions - you approve user by moving him to group equivalent or similar to default group "Registered Users" If you want to do it the other way round, you need to either alter SP or create new one and plug it to extended logic. Try browsing SP entitled to create new users.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
Go to Admin > Board Settings, there it is.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
I shall find time for this tomorrow so if you let me help you, I'm sure we'll find solution.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
What conversion are you talking about? HTML to ASPX is 1:1 conversion. Why do you post it in YAF issues & bugs is beyond me
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
You're not the first one who reports difficulty setting up YAF in subfolder. I'll look into it when I got some time to spare. FP:Ederon
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
Not out of box. You'd have to look at pages/posts.aspx(.cs) and do the trick there. Look where those buttons are enabled/disabled. Enable them for guest user and rest should do on its own.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
Sure, just alter counting mechanism to actually count moved topics. That is, topics with TopicMovedID other than NULL. You'll easily recognize code needed to change in SPs (I described above).
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
AFAIK categories containing no public forum is hidden. Just mark all forums within category "hide if no access" and those with no rights won't see it.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
IIRC, there are just following places where posts are counted.
- when message is posted (on its approval, which can be automatic when forum is not moderated)
- when post is moved
- when topic is moved
Moved topics are not counted IIRC, even when they leave pointer behind.
When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
|