|
Sunday, January 07, 2007
|
|
Tuesday, March 09, 2010 9:22:12 AM
|
1,205 [3.53% of all post / 1.04 posts per day] |
|
1
|
|
10
|
|
8
|
View All Posts by User
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. 
|
MJCS wrote:Well I want to have other boards as well. Sure. I'd just separate them completely from blog/news posting. That's all. So forum at forum.yoursite.com and blog entries displayed on www.yoursite.com.
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. 
|
If you want those "Site News" appear only on home page, then why putting them into forums anyway? Blog might be more appropriate solution here. Whether to put forum on subdomain or not is more matter of taste then anything. I'd choose subdomain myself.
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. 
|
|