vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vba CMPS: Smilie Creator (https://vborg.vbsupport.ru/showthread.php?t=68062)

KW802 10-24-2004 11:34 PM

Quote:

Originally Posted by Makador
Hm yes thats right. Would be nice to modify the script, that it saves the generated picture automatically in a forum directory and shows the user the link, because most people don't have their own webspace and it is too much work to save and upload it.

It's being worked on. ;) Unfortunately my time for the next few weeks is almost completely filled up with wedding stuff but I'm slowly working on it.

The number one thing I've learned this summer is this: If you're getting married, hire a wedding planner! Doing the arrangements ourselves has ended up taking so much time away from us that nearly any time away from work, and even some time during, is taken up with working on the arrangements. Two more weeks and it'll all be over though. :lick:

Mattius 10-27-2004 01:34 AM

Is there a way to change the background "outside" the banner to a colour other than white...? I notice the png files used are transparent initially in that spot

paulmjno 12-07-2004 01:23 AM

The Mozilla Firefox browser does not recognise the smilies as images, IE does...I am using Mozilla FF 1.0.

Also: If someone knows the direct image link, they could keep visiting it, causing a load of work for the server, and possibly crashing it. People can ask directly link to the images putting them on their websites, and posting them to other boards, etc. Shouldn't this possibility be eliminated? While I have installed this, it is not currently under use. Mainly because of the FF issue, but also because of those other issues I mentioned. The image should be saved temporarily to the server, and a scheduled task should remove saved images. Now, a bonus would be for users to create their own selection of smilies, which they could use in postings. It would be wise, of course, to limit the amount of smilies a user can make.

HarryBO 12-22-2004 03:36 PM

How can I create a new Page for the Creator? I donĀ“t want the Smilie Creator on the Portal Side!

HarryBO 12-26-2004 03:32 PM

Can nobody help?

KW802 02-04-2005 05:56 PM

Paulmjno: FF recognizes it fine for me and other sites that I've seen it on. :confused:

HarryBO: Do you mean a seperate page without using CMPS?

Pamela 03-01-2005 09:24 PM

Does anyone know how I can add more color selections to the font color and sign background colors?

What code changes would I need to make (I have no clue even where to start).

Thank you! :)

eva01_ 03-01-2005 09:31 PM

my guess would be to go into the fps_smilie_creator_template.html and then just add more colors after the white part before </select>
HTML Code:

    <!-- START: Text color -->
  <tr>
      <td align="left" valign="top" class="alt1">
      <smallfont><strong>Choose the sign's text color:  </strong></smallfont>
    </td>
    <td align="left" class="alt1">
      <select name="col">
      <option value="0,0,0" selected style="background-color:#000000; color:#FFFFFF">Black</option>
        <option value="0,0,255" style="background-color:#0000FF">Blue</option>
        <option value="185,207,232" style="background-color:#B9CFE8">Softblue</option>
        <option value="255,153,0" style="background-color:#FF9900">Orange</option>
        <option value="255,210,0" style="background-color:#FFD200">Yellow</option>
        <option value="0,255,0" style="background-color:#00FF00">Green</option>
        <option value="197,248,163" style="background-color:#C5F8A3">Softgreen</option>
        <option value="13,105,3" style="background-color:#0D6900; color:#FFFFFF">Darkgreen</option>
        <option value="147,81,3" style="background-color:#935103; color:#FFFFFF">Brown</option>
        <option value="255,255,255">White</option>
    </select>
    </td>
  </tr>
  <!-- END: Text color -->

same thing for the background color just go into the background color code and add more

KW802 03-01-2005 09:43 PM

Quote:

Originally Posted by eva01_
my guess would be to go into the fps_smilie_creator_template.html and then just add more colors after the white part before </select>
<snip>
END: Text color -->[/html]

same thing for the background color just go into the background color code and add more

Exactly!

In a line like....
PHP Code:

 <option value="255,255,255">White</option

The "255,255,255" is simply the RGB value of the color to use.

Pamela 03-01-2005 10:11 PM

Oh okay...that definitely seems easy enough! Thank you eva01 and KW802!!! :D


All times are GMT. The time now is 02:02 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.01236 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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