What techniques do you use to encourage more new forum posts from members? Do you offer prizes or encouragement? What are your methods?
On your forum, what is the average life span of a forum member? For instance, do most of your forum members stay for years, or just weeks/months?
On your forum, do you allow mods to create sticky posts, or is that just reserved for admin/owner?
Do you have a minimum age for a staff member? For instance, would you hire your teen or child to manage your forum, such as for spam prevention, assuming they were mature enough to handle the responsibilities?
If your forum was suffering with few posts and membership, would you try to merge with a more successful forum? And, would you ask to remain on as staff or just give up ownership to save the community?
Is it possible all forums are destined to die? Is there no way to keep a forum running for five, ten or fifteen years or more?
When is a good time to retire an admin? Or, do you just wait for the person to ask to retire?
On one forum where I was a long time member, they had numerous staff titles including admin, co-admin, mod and editor/writer. Are there any other usable staff titles for a forum? And, how many titles do you use on your...
Do you keep a public or private list of known forum trolls and trouble makers, including those banned from your forum or known trouble makers on other forums? Do you think this would discourage others from trolling, if t...
What if your forum members or staff need to contact you, have you included contact info for this purpose on forum? Or, do they just have to rely on your PM system?
Does it help to offer prizes, whether monetary or virtual to get more new posts on your forum? If so, what type of forum prizes would you offer? Try to think of some unusual prize ideas.
Writing a newsletter for your community is a good way to keep everyone up to date on the latest forum news. However, sometimes, there are private matters that need to be discussed with forum staff as a group. Do you th...
Is it useful to have many forum members on board with staff badges and maybe that could cause forum members to be on better behavior or at least discourage trolling and spam. Do you think this is true?
Is there a specific post count you want to see from moderators daily? And, how do you enforce a post count?
At what point would you close or lock a forum thread? For instance, what requirements must be met before a thread is locked?
What would you do if your most prolific forum poster left your forum?
Did you ever encounter a situation where a well known forum member started asking for money from others, either on forum or in private messages? How did you handle the situation?
How many years of experience do you require from a mod before you will hire them for your forum? Or, would you simply hire someone with no experience?
Do you only expect spam moderation on posts from moderators or do you have other duties they are supposed to do?
Has this ever happened where your admin just disappeared one day? This happened about a year ago on my forum, but only because my admin had suffered a bad fall and eye injury. Later on, she returned to the forum to exp...
What reasons would you have for firing an admin or mod on your forum? And, what steps would you take before firing them, such as talking with the person and giving warnings?
For instance, did you ever take a vacation or go on sick leave and have to leave your forum unattended or at the mercy of your staff?
Do you have so many inactive staff members that it damages your forum? How do you deal with the problem of inactive staff?
Ten years ago, online sites such as Yahoo groups were very popular as they combined the best of email groups with forums (allowing members to respond to group messages via email or go online to the forum). Then came for...
It's easy to put up a forum and get people to post. But how do you get the forum to feel like a community so that everyone pulls together and helps each other or feels emotionall invested in the welfare of the site?
Did you ever make a change on your forum that brought animosity or conflict among your community members?
Do you have a plug in or mod in place so that visitors can email each other safely via the forum, such as with 'email me' or mail to links? What mods do you use for this?
How do you deal with it when your forum becomes too stressful to manage? What are your stress management techniques?
On some forums you can get a custom designed avatar or signature banner made by one of the forum members. Do you offer this service on your own forum?
Do you allow affiliate ads on your forum, whether on banner ads (sold to advertisers) or on signature lines?
I love forums where I can login automatically. These forums are really easy to post on. And, I think other forum members might want the same. I want to find a way to make my forum automatically login members when they...
On some forums you can give the option to allow members to choose their own favorite theme. This theme is individual to each member, though there is usually a default theme. Do you offer this option to your forum membe...
Are there any really big changes you want to make to your forum in the next months or year? Will these changes include a major software update/upgrade or expensive themes? Or, will they be minor tweaks?
Assuming you had to describe your forum to a friend, what would you say?
How likely are your forum members to recommend your forum to a friend or family member? And, do many of your forum members come from direct referral?
Staff boredom can occur when your staff members are doing the same jobs all the time. For that reason, it helps to alternate jobs or change the board duties around, so each person has a chance to try out a new set of ta...
When I first started my forum, I was constantly involved in it, making dozens of daily posts, promoting and advertising. It became a full time job, taking away from every other part of my life. Time being what it is, t...
Let's talk about some of the ways you come up with interesting posts that excite and involve your forum members. One of the things that works for me is to do a lot of reading in my niche and then post 'question' type f...
What is your forum's page rank and what things can you suggest to help other forum owners increase their own site page rank?
Do you have a subforum where all forum introductions go (such as each new member gets their own thread) or do you only have an 'introductions' thread, where every new member posts? Which works best for your forum?
| Match | Count | SQL | Script |
| SELECT * FROM categories_faq WHERE seo=? | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE seo=? | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategoryInfoFromTypeSeo() |
| SELECT * FROM categories_faq WHERE CATID='52' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='52' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND B.seo='forum-administration' LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND B.seo='forum-administration' LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND B.seo='forum-administration' ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 440, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND B.seo='forum-administration'
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 440, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' AND CATID=54 | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' AND CATID=54 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=54 | 1 | SELECT count(A.ansid) as total
FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=54 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='147' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='21822' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='21822' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='49657' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='49657' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
| 0.229452 | 1 | SELECT count(A.ansid) as total FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=54 | 0.229452 | 0.229452 |