vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   New Posting Features - GTSmiliebox - Move Smilies Below Editor (https://vborg.vbsupport.ru/showthread.php?t=129306)

Princeton 02-01-2007 10:12 PM

nothing happens ... tested on IE 7 and Firefox

please post screenshots

DementedMindz 02-01-2007 10:14 PM

Here is a screen shot of vbulletin.org private message area on firefox its horrible but on ie it only has about a inch extra on the side.

Attachment 59891

Nathan2006 02-02-2007 07:16 AM

Quote:

Originally Posted by Princeton (Post 1171996)
edit your stylevars ... STYLE MANAGER / Stylevars

if that doesn't work post a screenshot / url

Thank you Princeton all working great now :)

Quote:

Originally Posted by DementedMindz (Post 1172537)
Here is a screen shot of vbulletin.org private message area on firefox its horrible but on ie it only has about a inch extra on the side.

Attachment 59891


I worked it out lol

I had the same problem with the pm box :D

As Princeton said go to "Style Manager" > Stylevars > then change the sizes in the
boxes (Screenshot Added) ;)

ahmee4 02-03-2007 06:55 PM

very nice.. thanks :)

Quantnet 02-10-2007 06:20 AM

This is awesome. click installed

Would you be able to add a row of smilies on Quick Reply box, above your Posting Rules ?

Princeton 02-10-2007 03:18 PM

LOL ... that's a totally different mod

it may already be available - not sure ... have you done a search?

Quantnet 02-10-2007 04:28 PM

I was under the impression that you left out the smilies change to Quick Edit. You have Rules Near Editor (applied to all editor box ) and GTSmilies (applied to all editor except Quick Reply)

I have seen drop down Smilies box on Quick Edit mod before but they are not as nearly nice as yours. Also, it requires you to click on drop down menu and choose one at at time. Not nearly as efficient.

I have even tried this myself by

FIND IN editor_toolbar_on:

Code:

<if condition="THIS_SCRIPT!='profile'">
<div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>:
        <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>,
        <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>,
        <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>,
        <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase>
</div>
</if>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />

ADD BEFORE
Code:

<tr>
        <td class="controlbar">$smiliebox</td></td>
    </tr>

But obviously, it does not work...

GPS_Flex 02-10-2007 07:53 PM

Very nice. It solved the problem I was having and made thinks a little more user friendly. Awsome mod.

Princeton 02-12-2007 04:01 PM

Quote:

Originally Posted by Quantnet.org (Post 1179226)
I was under the impression that you left out the smilies change to Quick Edit. You have Rules Near Editor (applied to all editor box ) and GTSmilies (applied to all editor except Quick Reply)

I have seen drop down Smilies box on Quick Edit mod before but they are not as nearly nice as yours. Also, it requires you to click on drop down menu and choose one at at time. Not nearly as efficient.

I have even tried this myself by

FIND IN editor_toolbar_on:

Code:

<if condition="THIS_SCRIPT!='profile'">
<div class="smallfont" align="center"><strong>$vbphrase[posting_rules]</strong>:
        <phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase>,
        <phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase>,
        <phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase>,
        <phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase>
</div>
</if>
<input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype" />

ADD BEFORE
Code:

<tr>
        <td class="controlbar">$smiliebox</td></td>
    </tr>

But obviously, it does not work...

that's a totally different modification

You could always place a request in the Modification Not Available? forum.

Sofia 02-13-2007 07:14 AM

Thanks for this modification :)

rolfw1 02-13-2007 08:46 PM

Thanks Princeton, nice mod. :)

dbirosel 02-20-2007 09:25 PM

I love this mod... but theres a problem. My Smilies are acting like columns, not rows. I wanted 2 rows but it became vertical and now its 2 columns. My forum totally stretched.

Would you want me to post a SShot?

Princeton 02-20-2007 09:27 PM

Edit your vboptions / Message Posting Interface Options to change the number of smilies displayed per row.

dbirosel 02-20-2007 09:32 PM

I did... it was default at 3 and changed it at 2. but its not rows. It's like vertical rows. Let me get SShot.

dbirosel 02-20-2007 09:34 PM

Here's how it looks like:

http://img513.imageshack.us/img513/4...smiliesyn2.jpg


And also is it possible to place the POST ICONS on the right side?

GeekDrew 02-20-2007 09:38 PM

What you did was decrease the default 3 columns to 2 columns. You want to *increase* that number to however many columns you want, and it will calculate the number of rows automatically.

dbirosel 02-20-2007 09:55 PM

Quote:

Originally Posted by GeekDrew (Post 1187010)
What you did was decrease the default 3 columns to 2 columns. You want to *increase* that number to however many columns you want, and it will calculate the number of rows automatically.

Ahh I see how it is now.. thanks alot!!

Hopefully someone creates a similar mod for the quick reply!

Princeton 02-21-2007 11:17 AM

thank GeekDrew ... appreciate the help :up:

Quantnet 02-21-2007 09:16 PM

Quote:

Originally Posted by dbirosel (Post 1187031)
Hopefully someone creates a similar mod for the quick reply!

I hope so. I did ask Princeton but he said we need to request it as it's a different mod.

rjmjr69 02-25-2007 11:14 AM

Nice installed.

Princeton 02-27-2007 12:56 PM

Quote:

Originally Posted by Quantnet.org (Post 1187840)
I hope so. I did ask Princeton but he said we need to request it as it's a different mod.

Have you placed a request in the "MODIFICATION NOT AVAILABLE" forum?
.. it may get done if you do.

Personally, I don't like the idea.

ahmednadir 02-27-2007 08:02 PM

great MOD
thanks a dozen
INSTALLED

RedGTiVR6 03-03-2007 01:34 AM

installed!

thanks a million!

mamashid 03-22-2007 03:35 AM

Nice, thanks!!!

fox3nova 03-23-2007 09:28 PM

great, I just need it .

topten 04-09-2007 01:40 AM

thanks mate!

rickyreter 04-09-2007 05:15 AM

Great have installed:)

htdesignz 04-09-2007 04:07 PM

very cool !!! Thanks so much :)

deezelpope 04-09-2007 04:47 PM

Beautiful and flawless! Thank you...was looking for this!!:up:

Dr.NoTime 04-09-2007 05:57 PM

Much better now! Thanks.

Muellmann 04-09-2007 10:21 PM

Thank you for this, you're awesome! :up:

AuroraStorm 04-10-2007 11:55 AM

It makes a big difference...thanks!

Daky 04-30-2007 10:50 PM

Very nice, i love it.

Thanks!

FIM 05-15-2007 04:36 AM

work in 3.6.5 nice thanks man

*installed*

Fungsten 05-25-2007 08:25 PM

On my test server.

bongwater 06-04-2007 04:13 PM

this is great. Now that the smileys moved from the right to the bottom, Im noticing some "available" space on the right where those smileys used to be.

Question -- I would like to insert google adsense code (skyscraper) in that area. Where in the template would the code be inserted?

Princeton 06-05-2007 12:21 PM

eeeek, bad idea
but you are free to edit the editor_toolbar_on and editor_toolbar_off templates until your hearts content

CMGU 06-15-2007 02:57 PM

thanks very nice

Shazz 06-15-2007 03:08 PM

5 Star rating :)

radarhunter 06-15-2007 03:31 PM

now this is the STATUS


after i`ve applied the hack provided by you :(


All times are GMT. The time now is 12:59 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.01302 seconds
  • Memory Usage 1,793KB
  • 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
  • (4)bbcode_code_printable
  • (6)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
  • (40)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