vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   New Posting Features - UnC Move Post Icons Above Message Area. (https://vborg.vbsupport.ru/showthread.php?t=169243)

Super Jinni 05-28-2008 01:44 AM

nice idea, I like it

installed

thanks

Charlie98902 05-29-2008 12:32 AM

You can go into styles>>>edit template>>>>>Private Message Template>>>>pm_newpm and do the same if you want to move it up in there too. Thought I would pass this on.

carrlos 05-29-2008 12:55 AM

Great idea!

UncoderMom 05-30-2008 11:17 AM

Your welcome!

trigatch4 07-11-2008 01:09 PM

Awesome, thanks!

Is it possible to make the icons appear in a "dropdown box" next to the "Thread Title" instead full list in columns?

mystic10 07-15-2008 08:12 PM

I WAS WONDERING IF U CAN help me with this code...i have 20 icons...i want to only show 7 and the rest i want to give option for more...just like the smiles...u choose how many u want to display and the rest u need to click more and it will take u to another page...

UncoderMom 11-16-2008 11:19 PM

Quote:

Originally Posted by mystic10 (Post 1576262)
I WAS WONDERING IF U CAN help me with this code...i have 20 icons...i want to only show 7 and the rest i want to give option for more...just like the smiles...u choose how many u want to display and the rest u need to click more and it will take u to another page...

I probably could but not any time soon, sorry. Holidays and moving limit my time online these days. *sigh*

dmknights 11-17-2008 05:27 AM

*Installed*
Any Chance of moving the smilies too?

UncoderMom 11-18-2008 04:18 PM

Quote:

Originally Posted by dmknights (Post 1667275)
*Installed*
Any Chance of moving the smilies too?

Do you want the smilies IN the gray part, just above the editor tool bar or do yo uwant the smilie box moved out of the gray and above the "message area below the "title".



You have to edit your editor_toolbar_on template.

Try something like this

Find
Code:

<td id="$editorid" class="vBulletin_editor" width="100%">
After add

Code:

<if condition="$smiliebox">$smiliebox</if>
scroll down find

Code:

<if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
delete it.

That will give you the smiles in the same gray table, just on the top.

Not sure if its "right" but it works lol.

dmknights 11-18-2008 04:30 PM

its nothing to do with the toolbar, but ive discovered how to do it


All times are GMT. The time now is 05:33 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.01138 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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