vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   "Attach Picture" add-on for quick reply box... (https://vborg.vbsupport.ru/showthread.php?t=48128)

jjj0923 01-27-2003 10:11 AM

Lod Dexter...your argument is without merit because they are "features" of the quick reply box, not requirements.

The entire idea for the box to begin with (read original post) is to save people from having to click through to another screen, load another php module, etc.

The quick reply box with or without lots of extra features is still a quick reply box. If you choose to limit your forum members to not being able to access additional features in the quick reply box then that's your business. You should do what I do on my forums and conduct polls to see what features the members like and and they don't like. I have taken features off my forum because my forum members "poo poo'd " them. To summarily decide what's best for your forum members without asking them...the people that make your forum what it is; is a disservice to your forum members.

:)


ps: maybe new reply - SHOULD be useless.

Brad 01-28-2003 07:18 AM

I limit mine to smilies cause i think all the options on the quick reply box look ugly. heres what mine currently looks like (scroll to the bottom ;))

http://www.kousetsu.net/forums/showt...&threadid=1465

Smoothie 01-28-2003 08:31 AM

1 Attachment(s)
Quote:

Originally posted by jjj0923
Lod Dexter...your argument is without merit because they are "features" of the quick reply box, not requirements.

The entire idea for the box to begin with (read original post) is to save people from having to click through to another screen, load another php module, etc.

The quick reply box with or without lots of extra features is still a quick reply box. If you choose to limit your forum members to not being able to access additional features in the quick reply box then that's your business. You should do what I do on my forums and conduct polls to see what features the members like and and they don't like. I have taken features off my forum because my forum members "poo poo'd " them. To summarily decide what's best for your forum members without asking them...the people that make your forum what it is; is a disservice to your forum members.

:)


ps: maybe new reply - SHOULD be useless.

Exactly my opinion. Here's a screen of my QRB

Tony G 01-28-2003 11:08 AM

It doesn't look attractive. Thats why a whole new page was made for replies. Something simple like whats here on vB.org doesn't look half bad but clogging up your topic pages with all those features on the same page doesn't look right.

Thats why I simplify it as much as possible, and make users use reply when they want to see extra features. Don't like to see a default page go to waste. And forums looking good is a top priority for me. :)

jjj0923 01-29-2003 12:13 PM

1 Attachment(s)
I thought some of you might to look at the results of my efforts. I added code to showthread and I cycle through 10 different backgrounds in the quick reply box...

Boofo 01-29-2003 02:16 PM

Quote:

Originally posted by jjj0923
I thought some of you might to look at the results of my efforts. I added code to showthread and I cycle through 10 different backgrounds in the quick reply box...
I have to know how you did the background cycling (love the backgrounds, by the way ;)). Also, how do you limit the dimensions of the uploads (600x400)?

Dean C 01-29-2003 03:46 PM

For the background in the replybox read the template faq in my sig :)

- miSt

Boofo 01-29-2003 03:50 PM

I already know how to do the background, I was doing that 6 months ago. I'm interested in the cycling of the backgrounds.

jjj0923 01-29-2003 11:16 PM

1 Attachment(s)
Quote:

Originally posted by Boofo


I have to know how you did the background cycling (love the backgrounds, by the way ;)). Also, how do you limit the dimensions of the uploads (600x400)?

to limit the dimensions of the uploads is right on the vbulletin admin panel.

look in the section entitled "attachments".

next to see how I cycle through the attachments take a look at the attached text file that show's the code snippet from my showthread.php and some other stuff.

:)

Boofo 01-29-2003 11:42 PM

Excellent, thank you. Now all I have to do is come up with some backgrounds. :)

You might want to change this:

PHP Code:

$imgnumber rand(1,10); 

To this, though:

PHP Code:

$imgnumber RAND(NOW(1,10)); 

It seems the new version of MySQL (.54) needs a seed to make it more randomized. Otherwise, it will return a string CLOSE to what the last one was. ;)


All times are GMT. The time now is 08:48 AM.

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.01065 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete