Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #111  
Old 03-09-2004, 02:46 PM
Gizmo's Avatar
Gizmo Gizmo is offline
 
Join Date: Apr 2003
Location: Grenoble, France
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by filburt1
I'm not planning anything...I think it's a stupid tradition.
You're right
Reply With Quote
  #112  
Old 03-10-2004, 12:22 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want some ideas too.
Reply With Quote
  #113  
Old 03-10-2004, 12:47 AM
MSX MSX is offline
 
Join Date: Dec 2002
Location: Florida
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make index.php (or index.html) in the forums root dir redirect to a new dir like /boards/ and import the forum database to like phpBB or IPB or wBB. Hehe.

I dunno, just an idea .
Reply With Quote
  #114  
Old 03-10-2004, 02:26 AM
twoseven twoseven is offline
 
Join Date: Jan 2004
Location: in floris' pants
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i may have popups on my forum that load copys of the forum on each forum click
not too creative but what do you expect from an overworked admin
Reply With Quote
  #115  
Old 03-12-2004, 06:05 PM
Christine's Avatar
Christine Christine is offline
 
Join Date: Oct 2001
Location: PA
Posts: 472
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't figured out what to do to the board (and as we are upgrading to vB3 and moving to a new server on the 31st, no matter WHAT it is, it will work) but wanted to share what I am doing at work in case anyone wants to try this.

I took the company's website and redid the main index.cfm page as an lndex.cfm (lowercase 'L') and changed all of the wording on it to hip hop (fo' shizzle my nizzle type stuff).

I uploaded it to the root directory, and when the Marketing Manager (and other key peeps) leave on the 31st, the IT director and I am going to go to all of their machines and replace their bookmarks from index.cfm to lndex.cfm so that the next morning, I can make one call asking what is wrong with the site and start a chain reaction of people clicking their favs file to see the issue (these are technically challenged folks, BTW).

No danger of the outside world seeing it this way, but everyone internally will flip.

Reply With Quote
  #116  
Old 03-12-2004, 07:13 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I had a forum i'd run this query:
[sql]
UPDATE user SET posts = '0'
[/sql]

And since i'm so evil i'd probably make it a cron job for the rest of the forums life.
Reply With Quote
  #117  
Old 03-12-2004, 08:05 PM
muse.mu muse.mu is offline
 
Join Date: Jan 2004
Location: UK
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by assassingod
If I had a forum i'd run this query:
[sql]
UPDATE user SET posts = '0'
[/sql]

And since i'm so evil i'd probably make it a cron job for the rest of the forums life.
i would love that set up now for all of time.

(spam +++++s )
Reply With Quote
  #118  
Old 03-12-2004, 09:11 PM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Last year we held a contest where users bidded against other using thier forum points for a trip to visit anyone they wanted to on the board. Naturally we
geared it towards all the cyber couples.

You should have seen it! We had members begging for people to donate thier points to them and the sheer viciousness as they competed for this grand prize. It was extremely funny!! LOL we're so evil =).

Actually I kind of felt bad for the 'winner'.

Oh well. They're okay about it now so its all good.

=)

-----

Edit: the year before was just as funny. We had a couple of things going on and one of them was a rumor we put out saying that the site was bieng bought out by another site that pretty much despised us. I guess it got turned around though cause the members on THAT site thought we were buying THEM! I wish I still had the IRC chat logs with thier members going up to thier administration asking them about it all.

/me chuckles, we've had some great pranks.
Reply With Quote
  #119  
Old 03-12-2004, 09:57 PM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by assassingod
If I had a forum i'd run this query:
[sql]
UPDATE user SET posts = '0'
[/sql]

And since i'm so evil i'd probably make it a cron job for the rest of the forums life.
Instead of really making posts zero, make a new custom profile field, and make that zero, but add 1 whenever a new post is made by editing functions_newpost.php - everyone would think that their post counts have been reset, but in reality it's still being stored. Safer so you can revert.
Reply With Quote
  #120  
Old 03-13-2004, 10:02 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erwin
Instead of really making posts zero, make a new custom profile field, and make that zero, but add 1 whenever a new post is made by editing functions_newpost.php - everyone would think that their post counts have been reset, but in reality it's still being stored. Safer so you can revert.
with steves couldn't you just update the counters?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:58 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06528 seconds
  • Memory Usage 2,271KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete