View Full Version : Forum Suggestion
Hi all,
This is a 'srs' post, I just didn't feel there was an appropriate place to put it.
I've noticed that any comments Dev's make in threads can be easily missed if someone posts after them. There is no indication that a dev has posted in a thread from the main forum view.
The warcraft forums have a little blue icon that sits next to a thread title. This just lets everyone know that a dev has infact, posted inside the thread.
( sorry to reference warcraft for all of the haters :eek: )
I had this thought yesterday as Medierra posted a comment in a thread and I replied straight away, knocking his name from the forum view. Some people might not bother viewing that thread because they see my name and think it's just another reply. Little do they know that Medierra just said something profound!
So, any way we can get a visual cue (ala blizzard style) to help us see which threads Devs have posted in?
yerkyerk
09-01-2010, 10:46 PM
I would like to see this as well.
Heroes of Newerth forum also works in this way; http://forums.heroesofnewerth.com/forumdisplay.php?f=115
Threads where devs have posted have the company logo next to them. And you can skim through the dev posts in those thread by clicking on the logo.
I would like to see this as well.
Heroes of Newerth forum also works in this way; http://forums.heroesofnewerth.com/forumdisplay.php?f=115
Threads where devs have posted have the company logo next to them. And you can skim through the dev posts in those thread by clicking on the logo.
That would be a good idea. Being able to click the logo and go straight to the dev posts.
ASYLUM101
09-01-2010, 11:23 PM
Not to knock your idea, but would you really want the devs ( who are also the maintainers of the site and forums ) to stop working on the game to add a nifty feature to the forums? Don't get me wrong, I like the idea, I just don't see how useful it could be.
Maybe there is a vb plugin that will do it. Now go to it and find out!
alexei
09-02-2010, 12:33 AM
Yeah, I also like this idea, if only could be done by forum moderator. I don't want Crate time to be wasted on thing like this. But I absolutely like this idea. Do it if it's possible.
For the time being, you might want some tips (for those who don't know).
- If you want to know when dev have post a new comment in any thread, just click on his name in the thread, then a drop-down list come out. Click the 'Find all post by Rhis (http://www.grimdawn.com/forums/search.php?do=finduser&u=2)' (if it's Rhis) and you could see the latest post by him until the oldest.
- Bookmark that page so you could check it anytime, everyday or so.
I hope this will help.
Not to knock your idea, but would you really want the devs ( who are also the maintainers of the site and forums ) to stop working on the game to add a nifty feature to the forums? Don't get me wrong, I like the idea, I just don't see how useful it could be.
True, but the game has been set back further than first thought due to added features and more detail etc.. I'm sure an extra hour is fine in the scheme of things.
But if there's no time, there's no time. I just thought it would be a good idea.
I'll have a hunt around myself and see how it's done.
I don't know much about coding websites but I found this from viewing the source of the worldofwarcraft forums..
<tr class="rows">
<td style="width:120px;white-space:nowrap" class="n1">
<img src="/images/pixel.gif" border="0" width="22" height="15" alt="" />
<img src="/images/pixel.gif" width="15" height="16" border="0" alt="" />
<img src="/images/pixel.gif" width="20" height="17" border="0" alt="" />
<a href="thread.html?topicId=26560501482&pageNo=1&sid=1#0"><img src="/images/icons/blizz.gif" border="0" title="Blizzard Response" alt="" /></a>
<img src="/images/pixel.gif" border="0" width="17" height="11" alt="" />
</td>
<td class="t2">
<div class="post-container" style="float:left">
<!-- Topic is new -->
<!-- Topic is viewed -->
<!-- Topic is updated -->
<a href="thread.html?topicId=26560501482&sid=1"><img src="/images/wrath/square.gif" width="15" height="15" style="vertical-align:middle;" border="0" alt="" /></a>
<a href="thread.html?topicId=26560501482&sid=1" class="active">It's September</a>
</div>
<!-- Post pager -->
<div style="float:left"> <small>[Page: <small><a href="thread.html?topicId=26560501482&sid=1&pageNo=1">1</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=2">2</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=3">3</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=4">4</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=5">5</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=6">6</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=7">7</a> . <a href="thread.html?topicId=26560501482&sid=1&pageNo=8">8</a></small>]</div>
</td>
<td class="t3" style="white-space:nowrap">
<span title="Blizzard Rep">
<span class="blue">Nethaera</span>
<img src="/images/icons/blizz.gif" border="0" alt="Blizzard Rep" />
</span>
</td>
<td class="t4">143</td>
<td class="t5">9940</td>
<td class="t6" style="white-space: nowrap">by <b>Bouncybouncy</b></td>
</tr>
Just to narrow it down, it appears this bit of code below has something to do with what I was talking about
<td class="t3" style="white-space:nowrap">
<span title="Blizzard Rep">
<span class="blue">Nethaera</span>
<img src="/images/icons/blizz.gif" border="0" alt="Blizzard Rep" />
</span>
</td>
I think all of their devs/community managers get a class attached to their names or something like that, so whenever they post, it puts a blizz.gif icon in the ROW where the other icons go like "sticky" or "moved".
I'll keep hunting around to see if there's an easy plug in or something.
Thread Source (http://forums.worldofwarcraft.com/board.html?forumId=10001&sid=1)
alexei
09-02-2010, 01:20 AM
I don't think you could figure it out from live source code. Code are dynamic. They change according to event. You had to have plugin. That code you're referring is just CSS, which is page style.
Renevent
09-02-2010, 01:56 AM
That's not even source code...that's simply the 'source' of the outputted html.
The logic to determine if a mod/dev has posted was done on Blizzard's server and prior to generating the html your web browser consumes.
As I said, I'm no coding expert. Just trying to find out how it can be done. By all means, if people know a lot more about this than me.. please speak up. :)
pbWOW (http://pbwow.com/modx/bluepost_mod.xml)
That's a mod for phpBB.. I don't understand enough about code to see what's going on. Maybe somone who's tuned into code could perhaps garner a bit of an idea how it could be used for vBulletin?
yerkyerk
09-02-2010, 11:29 AM
I believe this is the plug-in you're looking for:
http://www.vbulletin.org/forum/showthread.php?t=223709
Father Squid
09-02-2010, 12:38 PM
It certainly seems like that is the add-on for vb that you are looking for... at least from what is being described here...
SoulSeekkor
09-02-2010, 03:33 PM
Looks about right, I wouldn't mind playing around with it even...if only I could download it. :/
Soul
Didn't want to reply to Yerks post yesterday and knock his name from the thread.. but yes, this plugin looks like it's what we need.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.