The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Only your first post counts in section
Although the title could mislead you, i will explain what i want.
I have a section in my forum, the Presentation one, in witch i want just the first post of any user to be valid in post counts, i.e., even if you answer someone else's thread that answer does not count, even if you start a new thread does not count also. All that counts is your first post in that section. Confused ? Imagine me trying to implement this, eheheheh Well, hope someone could help me in this quest. KK |
#2
|
||||
|
||||
Um..... why would you want to implement something like this? Perhaps there is a better way to go about your goal. Right now you are talking about a query happening after every post is made to see if the user has made any other posts in that forum. Not really a good thing. So, maybe there is a better way to achieve your goal if you tell us what it is.
|
#3
|
||||
|
||||
Ok, i will try.
Wen you register in my forum, just to sections are visible, the one with the rules and a presentation one where you must present yourself before seeing the complete forum. That's the first step to it and i have made it using forum promotions, so quite simple. Subsequently i have some sections in the forum, just visible after a certain number of posts, using Cyb - Advanced Permissions Based on Post Count hack, does trying to make the users contribute more to the forum and just not everything there for them to take. Well, if i have the posts counting in the Presentation section, witch i must have for the first step to be accomplished, what i have are users answering others presentation just to get more posts and so the ability of seeing the all forum. That is why i was thinking that a good way of doing it was to count just the first post in a section. Of course, i will be more than happy if you, or someone else, can solve this in a simpler way as i tend to make things complicated. |
#4
|
||||
|
||||
Any ideas ?
|
#5
|
||||
|
||||
Why do you want to count post count at all in that one forum - does it serve a purpose to give them one post count in there? (In other words, why not just turn it off in that forum.)
|
#6
|
||||
|
||||
As i said, i think i said, the idea is to obligate them to present themselves and just after to see the rest of the sections on the forum.
|
#7
|
||||
|
||||
Yeah, I understand that they are supposed to post in that forum before they see the rest of the sections. But, that doesn't answer the question of post counts. Do you need to count posts in that forum?
Also, I have no idea how that modification works that you are using. You may want to ask the developer for help setting things up how you want. |
#8
|
||||
|
||||
Ah, now i understand your question.
But if i don't count the posts in that section how do i open the rest of the forum to them after that post ? How do i sense, get, the feeling that they post there if no post count is active ? |
#9
|
||||
|
||||
Like I said, I don't know that mod you are using. Do you need one post before something happens? Does the post have to be a thread? I know I have a plugin that does *something* when a user makes a new thread in a particular forum. Just turn off post counts in that forum and then put in a query to add a single post if they make that new thread:
hook location - newthread_post_complete PHP Code:
|
#10
|
||||
|
||||
Bravo,
i will test your idea and post the results here along with the complete code... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|