|
My idea is this: If we'll get in trouble for posting more than a month after the last post on a topic, then why not just have an auto-delete function after a month? Unless they are rules or some interesting multi-page topic, they're just cluttering up...
Started by blazikenomega on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at marriland):
EV Guide
Marriland Members Time Zones It would also delete the user's post count~2278~8676
Platinum - It would ....
You could do what I do and show only posts from the past month instead of show all .
At the topics, they need to exist still.
|
|
I noticed in the faq, your supposedly able to delete your own topics but I do not see the option anywhere under editting. Thanks!
Started by Deviltaz on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at theisonews):
However, you can delete a topicThe FAQ is outdated....
delete a topic that you started, or any replies to that topic.
|
|
Is it possible to delete old topics that you may have written in the past 4 days?
Started by shadowhunter on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at loveforum):
|
Ask your Facebook Friends
|
I have user discussion forums I coded in php/mysql, I am wanting to know how the big name forums can make it show you which topics have new posts in them, usually by changing an icon image next to the thread without using hardly any resources?
Started by jasondavis on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The table.
Log the last time they selected that topic and then see if a post has a later time-stamp can delete all entries in the table for that thread, thus making it unread for all users.
|
|
Hi,
I know this question has been asked here a couple of times, but none of the answers had pleased me. This is because almost all of them involve a huge read / write process related with the database, which I'd like to avoid at all cost.
About unread...
Started by yoda on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Of users
*solutions: add a lifetime timestamp and delete old records with a cron
Advantages:
*Every user.
|
|
Dear Freinds, I need ur help . Can any body help me pls. I am owning a community http://www.orkut.com/Main#Community?cmm=105868152 few days back one of our moderator deleted his orkut account so that all the topics & comments deleted which
Started by thumsa on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at google):
If he does not delete profiles could get through the trash is no longer sorry..
There is no way.
|
|
I'm trying to use SQL to delete multiple rows from multiple tables that are joined together.
Table A is joined to Table B Table B is joined to Table C
I want to delete all rows in table B & C that correspond to a row in Table A
CREATE TABLE `boards` (...
Started by AdRock on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
DELETE FROM boards, topics, messages USING boards INNER JOIN topics INNER JOIN messages WHERE could either just check for presence
delete from topics where boardid in (select boardid from boardsthis can be done by....
|
|
I've been using ASP.NET MVC for personal projects since before it hit RTM.
I am preparing a presentation for my colleagues to introduce them to basic concepts of ASP.NET MVC and show them how it could be used in our environment.
My presentation has a ...
Started by Arnold Zokas on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
A Mobile view) The big Topic of Unit Testing may be too big for a 15 Minute meeting and highlight the absence of view states and highligh the POST/GET verbs (PUT/DELETE if you are using wfetch.
|
|
Hello everybody!
I noticed that they delete your topic if you write about true information. I saw a topic about the December release date (GTA V is released for December btw) and his topic was deleted. Mine too, because I know Rockstar works together ...
Answer Snippets (Read the full thread at gtaforums):
I saw a topic about the December release date (GTA V is released for December btw) and his topic deleting my topics....
|
|
Link to Mod
Quick Ban on Account Delete
Adds delete triggers on delete account for admin. Helpful against spammers
Also makes it select topics and posts to delete by default.
Makes it faster to remove a spammer by allowing you ban and delete the account...
Started by SMFHacks.com Team on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at simplemachines):
When I delete somebody's account, the dialogue box for this mod will appear, giving me several....
Helpful against spammers
Also makes it select topics and posts to delete if I've got this straight.
On delete account for admin.
|