High_-_Tek Posted November 12, 2006 Share Posted November 12, 2006 Hey All,Some Linux support forums have a feature where, apart from their usual RSS, they have a feed that contains 10-20 of the latest unanswered topicsIf PHP Freaks were to implement that, it would cut a lot of time for people who look around the PHP Help and other boards looking for topics with 0 replies, they can just look at the feed in their browser.Thanks,Rick Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/ Share on other sites More sharing options...
Philip Posted November 25, 2006 Share Posted November 25, 2006 Under the stats of a user, there is a section where it says "Most Popular Boards By Posts" and has the bars going out. On other SMF boards there is a number beside it saying how many posts are in each of those sections.Would be cool to see what the numbers are like. Thanks!KingPhilipSimilar to:http://www.phpfreaks.com/forums/index.php?action=profile;u=22649;sa=statPanel Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-130275 Share on other sites More sharing options...
Philip Posted November 29, 2006 Share Posted November 29, 2006 Well, I'm talking about for each member, like:http://www.phpfreaks.com/forums/index.php?action=profile;u=22649;sa=statPanel Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-132073 Share on other sites More sharing options...
ober Posted November 29, 2006 Share Posted November 29, 2006 KingPhillip, can you tell me what other SMF boards you've seen this on? Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-132195 Share on other sites More sharing options...
Philip Posted November 29, 2006 Share Posted November 29, 2006 Well, I've been looking around, and I think it has actually gotten taken off.On Chronicles of War, we haven't upgraded the forum system, and it was a default option. I think they might have gotten rid of it :(Ex: http://www.livedemo.com/scripts/smf/ or http://chroniclesofwar.com/forum/they have it, but they are older forum systems.Oh well, it was worth a shot. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-132386 Share on other sites More sharing options...
ober Posted November 30, 2006 Share Posted November 30, 2006 Yeah, I looked around for a little while and didn't see that option, so it must have been removed. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-132533 Share on other sites More sharing options...
.josh Posted November 30, 2006 Share Posted November 30, 2006 yeah i scoured the admincp and usercp from top to bottom and just couldn't find an option for that (on my board where I have full admin rights). I also tried to do a forum search for it on smf's forums, but didn't really come up with anything. I didn't try that hard, though. I kept getting these posts with a bunch of code in them, so i gave up. I then tried googling it but didn't come up with anything either. Again, I didn't really try all that hard though.However, I did notice that on smf's board, if you go to the user profile, it is missing a whole bunch of stats altogether. So there must be some way to alter it. Maybe only from the code itself; i dunno. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-132587 Share on other sites More sharing options...
Zane Posted November 30, 2006 Share Posted November 30, 2006 After reading through a lot of these posts I noticed how many feature suggestions there were. So I've pinned up this topic for those of you that have a feature suggestion to put in the pot.And just because you've posted it here doesn't mean it will be implemented, it's just to add to the brainstorming of a better community. So whenever we're stuck on how to improve this place and we have some spare time to do it, we can look here to be inspired. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-133011 Share on other sites More sharing options...
Zane Posted November 30, 2006 Share Posted November 30, 2006 Of course by making this new topic I had one in mind so.Once upon a time ago when we had IPB herewe had a feature called snapback....Where instead of having to type the whole URL to reference a postyou just needed the post ID or post number and enclose it with snapback bracketsto make a linkAlso, all posts had icons on them to copy a snapback [i]object[/i] to your clipboardIt be awesome if we could somehow implement that feature in again.Just a thought for those SMF hackers out there or anyone else who thinks it's a good idea for the community Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-133019 Share on other sites More sharing options...
JayBachatero Posted December 4, 2006 Share Posted December 4, 2006 Actually this is still there. The thing is that this is that once a site has gone over 100,000 posts, this is disabled automatically. You can change this in Profile.php.[code] $result = db_query(" SELECT b.ID_BOARD, b.name, COUNT(*) AS messageCount" . ($modSettings['totalMessages'] <= 100000 ? ", b.numPosts" : '') . " FROM ({$db_prefix}messages AS m, {$db_prefix}boards AS b, {$db_prefix}topics AS t) WHERE m.ID_MEMBER = $memID AND b.ID_BOARD = t.ID_BOARD AND t.ID_TOPIC = m.ID_TOPIC AND $user_info[query_see_board]" . ($modSettings['totalMessages'] > 100000 ? " AND m.ID_TOPIC > " . ($modSettings['totalTopics'] - 10000) : '') . " GROUP BY t.ID_BOARD ORDER BY messageCount DESC LIMIT 10", __FILE__, __LINE__);[/code] Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-135011 Share on other sites More sharing options...
PFMaBiSmAd Posted January 1, 2007 Share Posted January 1, 2007 Given that the main theme of the Forum is PHP and that a substantial number of the problems are resolved by proper reference and use of the php manual section for a function or language element, if the [ CODE ] code was modified to produce automatic links to the PHP manual section for PHP keywords, it would be a plus for the Forum (see the www.codewalkers.com Forums for examples of this.) Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-150943 Share on other sites More sharing options...
ober Posted January 2, 2007 Share Posted January 2, 2007 This has been considered in the past and may be implemented again. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-151096 Share on other sites More sharing options...
suttercain Posted March 15, 2007 Share Posted March 15, 2007 I would like to see a forum, within the PHP section that deals with commercial book error. What I mean is a lot of us learn from PHP code books and a lot of these books contain errors. It would be nice to have a forum, with threads for a specific book title like "PHP and MySQL by Example" where we can report errors and the pages they appear. Some books contain sites where you can look up the errata but some don't.Just my 2 cents. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-208124 Share on other sites More sharing options...
ober Posted March 15, 2007 Share Posted March 15, 2007 Not a bad idea. I'll create it and if more than a handful of people post in it in a months time, we'll leave it. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-208129 Share on other sites More sharing options...
redbullmarky Posted March 15, 2007 Share Posted March 15, 2007 i'd like to see "Last post" info next to the child boards. The main board index is a nice quick glance at what's new, etc, so the "Last Post" info on the main boards is useful. Seeing this on child boards would be great.Cheers Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-208220 Share on other sites More sharing options...
ober Posted March 15, 2007 Share Posted March 15, 2007 That's a pretty heavy mod... I know I won't do it... but if Jay wants to tackle it, he's more than welcome. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-208334 Share on other sites More sharing options...
Guest prozente Posted April 26, 2007 Share Posted April 26, 2007 My suggestion is to add a checkbox to "Look and Layout Preferences" so that you can hide posts that have been marked as solved.Having it enabled would make it so the solved posts won't show up when you select "Show unread posts since last visit" Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-238751 Share on other sites More sharing options...
chadrt Posted July 21, 2007 Share Posted July 21, 2007 I would like to see a link where a user can view all the posts they've started in an easy to reach place. Sometimes I like to look at my posts and see what answers have been or refer back to them later on down the road. This would be an easy way to see them at a glance and even mark them as solved once a person has had a chance to try out the suggestions that were left for him/her.The current link is ok but if you have already seen the posts, or marked it solved, or posted a follow up and not received any response back to your query then it is not shown.Thanks,Chad Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-303795 Share on other sites More sharing options...
Daniel0 Posted July 21, 2007 Share Posted July 21, 2007 There you go: http://www.phpfreaks.com/forums/index.php?action=profile;u=50464;sa=showTopicsProfile > Show Topics Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-303960 Share on other sites More sharing options...
emehrkay Posted October 8, 2007 Share Posted October 8, 2007 how about a number next to the Show new replies to your posts.link up topShow new replies to your posts (15) Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-364347 Share on other sites More sharing options...
nevesgodnroc Posted November 22, 2007 Share Posted November 22, 2007 I am new here but already I have had problems with searches.For example I type in some search terms and hit search and if my search terms contain some programming code words I get topics or replys that have pages of code rather that discussion text.Is there a way to specify what you are looking for ie. CODE or discussion or both. So that if you are looking for section of code that use key words such as [color=red]FROM SELECT SERVER [/color] then the code will be the relavent item, and if you are simply looking for a disscussion where some one was asking [color=red]how to select something from the server [/color] you would get different topics depending on the option selected (code, discussion, both/either) Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-396938 Share on other sites More sharing options...
ocpaul20 Posted July 21, 2008 Share Posted July 21, 2008 I may have missed this feature, but ....is there a way to a list of topics that have not had an answer to them within a forum?I would like to help people if I can, and a link to a search like this would allow me to quickly see the ones that have not had a reply that I think I could give some help on. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-595339 Share on other sites More sharing options...
trq Posted July 21, 2008 Share Posted July 21, 2008 [quote author=ocpaul20 link=topic=114730.msg943975#msg943975 date=1216632353]I may have missed this feature, but ....is there a way to a list of topics that have not had an answer to them within a forum?I would like to help people if I can, and a link to a search like this would allow me to quickly see the ones that have not had a reply that I think I could give some help on.[/quote]At the top of each board is a list of columns you can sort by, sorting by replies will list threads containing 0 replies first.Be aware however that just randomly replying to threads with 0 replies is likely to bring allot of old posts to the top which isn't always a good thing. Generally if people haven't had there problem solved here within a few days they have had it solved by some other method. Quote Link to comment https://forums.phpfreaks.com/topic/27020-re-feature-suggestions/#findComment-595410 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.