Jump to content

question about sim league.


Paul
 Share

Recommended Posts

is there anyway in the world bneal that you can make everyone that is in the sim league when they click view new posts the sim league topics will be in it? i think it would help activity a lot in the sim league. thanks bromayne.

Link to comment
Share on other sites

I think I understand what you're asking, and an easy way to fix that would be subscribe to a topic of interest (like the draft thread).

 

But, I'll let Brandon handle this cause my knowledge/power/awesomeness is limited.

Link to comment
Share on other sites

  • Owner

I'd have to re-write part of the board code, and I'm honestly not sure where to begin. It would be different if it were all my coding.

 

Basically, it comes down to this: there's a board option in the ACP that allows you to select/deselect each individual forum that the topics are pulled from. The big problem would be trying to override that board setting...and not only that, but doing it for individual members in a group (because I would need to put those who want it into a group outside of the default one).

 

So...

 

<if test="$this->memberData['groupid'] == 5">

Bam...stuck there, because I'd have to tell the board to not follow its own board setting, one that has to be left on to weed out the posts from the sim for everyone else. THEN I would have to specify the forums as well, and I think that's next to impossible.

  • Like 1
Link to comment
Share on other sites

I'd have to re-write part of the board code, and I'm honestly not sure where to begin. It would be different if it were all my coding.

 

Basically, it comes down to this: there's a board option in the ACP that allows you to select/deselect each individual forum that the topics are pulled from. The big problem would be trying to override that board setting...and not only that, but doing it for individual members in a group (because I would need to put those who want it into a group outside of the default one).

 

So...

 

<if test="$this->memberData['groupid'] == 5">

Bam...stuck there, because I'd have to tell the board to not follow its own board setting, one that has to be left on to weed out the posts from the sim for everyone else. THEN I would have to specify the forums as well, and I think that's next to impossible.

 

b..b.but your b?

Link to comment
Share on other sites

 Share

×
×
  • Create New...