|
As part of another question that did involve programming (I assure you), someone suggested I ask a community wiki question as to why your forum software of choice was the 'best' one for you.
I'm looking into providing forum software as part of an install...
Started by paxdiablo on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
You ....
With one forum license you will already be able to create multiple instances of forums.
To v3, we got no bots, and we still have not registered bots (the new forum was deployed about 2 months addons is a forum module.
|
|
No post count/Disabling post count on a particular forum by Waddle50008 on July 16th 2007, 8:00 am
I suggest their Be a button in options that you can choose that will disable the post count for users so that when a users posts something, their "Posts...
Answer Snippets (Read the full thread at forumotion):
Re: No post count/Disabling post count on a particular forum by skorpy on July 16th 2007, 8:30 am post count on a particular forum by ilo on July 16th 2007, 11:13 am
Yes that would be good: No post count/Disabling post count....
|
|
Support Request Template
What version of phpBB are you using? phpBB 3.0.10
What is your board's URL? http://forum.nationstates.net
Who do you host your board with? self (2 x Amazon AWS EC2 servers: frontend + database backend)
How did you install your...
Started by parsim on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at phpbb):
If....
This should.
You can probably replace the index on forum_id with an index on (forum_id, topic_id).
I'm guessing this is dependent on how many improvements.
But not others, depending on the particular topic and forum id.
|
Ask your Facebook Friends
|
Opera 11.62 for Linux: particular forum looks different than other php forums. Hi all. I am using Opera 11.62 for Linux.
This forum looks fine in Opera 11.61 for Windows, as well as in Firefox, but it looks strange in Opera 11.62 for Linux:
http://www...
Started by 15 on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at opera):
I think I will just use FF to browse it and hope that the next version of Opera will fix that forum with the Linux build of Opera....
There are no rules in place for this particular forum.
Only Author Mode is selected, and nothing else.
|
|
After struggling with a particular problem or bug in some part of my code for hours, without getting anywhere, I often get a sudden revelation as soon as I try to explain the problem to one of my coworkers, or while formulating it in writing for posting...
Started by Lars Haugseth on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Discussion is central to clarify a point, ....
There is no way to train it but to actually use it, and it's not surprising at all .
I would say the nearest is "Serendipity", although it is open to discussion .
Perhaps an Epiphany ?
Rubber duck debugging.
|
|
So I know that developers don't always get to pick the languages and platforms that they're working in - but in a sense they do, cause they can always ask, pursue, or leave a job... so with that in mind: why do you end up settling on particular a particular...
Answer Snippets (Read the full thread at stackoverflow):
Matlab) obscurity.
Support (compare the # of questions asked on this forum about Java vs.
|
|
Hi all,
In my initial days of using linux I usually had to search google to know the command for doing a particular task. Once I have the command name, i can view its usage using man command-name .
Similarly I was thinking of some utility which can tell...
Started by Neeraj on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
There are handy and practical manuals that makes it easy to find the right tool for the job... .
So, there is no such tool.
Google does it best as far as I know.
Parsing natural language is hard because there are thousands of ways to rephrase one sentence .
|
|
I have just recently begun playing around with XNA and couldn’t find anything on the web regarding this question. Is there a way to tell if SpriteBatch.Begin (and conversely End) has been called on a particular SpriteBatch object?
At the moment, I am ...
Started by Dunk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you in a ....
Is a different version than what you're using:
http://www.ziggyware.com/forum/viewthread.php?forum_id=12&thread, the SpriteBatch is used to organize a batch of sprites and draw them in a particular way in a buffer.
|
|
I have a MySQL table called bb_posts used by a bbPress forum. It has an autoincrement field called topid_id and another field called topic_poster.
I'm trying to write a function that finds the "next post by the same author". So, for instance, say the ...
Started by bobbyh on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It means that when you run a query, if you don't specify an ORDER BY clause, the order can be different from... .
NOTE: Before downvoting, please read the comment and the first revision of question ;-)
By definition the data on a RDBMS table are not ordered .
|
|
I'm working on a project that is hosted @ Github.com It seems that forum/models.py has some errors in it that are preventing me from syncdb.
I was curious if there was a way to search through the network to find all the changes that had been made in the...
Started by BryanWheelock on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Something like the following:
git log branch1 branch2 branch3 -- forum/models.py
where branch1 etc.
|