vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - PHPKD - Advanced Quick Reply 'Ultimate' (https://vborg.vbsupport.ru/showthread.php?t=180330)

redlabour 07-01-2008 07:52 PM

Thanks for Update - but why do you allways change the Name of the Zip File and dont use Versionnumbers in it?

Omranic 07-01-2008 08:31 PM

Quote:

Originally Posted by redlabour (Post 1564234)
Thanks for Update - but why do you allways change the Name of the Zip File and dont use Versionnumbers in it?

Your are welcome.
The zip file: tiny mistake - corrected :). It's always has the product's ID.

Jase2 07-03-2008 11:54 AM

Doesn't this defeat the purpose of a "Quick Reply" ? :p

Omranic 07-05-2008 11:32 AM

Quote:

Originally Posted by Jase2 (Post 1565731)
Doesn't this defeat the purpose of a "Quick Reply" ? :p

May be, but some people -Like Us & many others- like it to be full reply not quick one, but without reloading or going to the advanced reply page :).

Hund 07-05-2008 02:44 PM

Is it possible to integrate the favorite smilies mod with this mod?

PoetJA-1975 07-09-2008 10:55 AM

Wow! Wonderful product!
Thanx for sharing ;)
Voted in MOTM!
Quick question - can we randomize the smilie order.
I've tried editing the includes/functions_editor.php file to include ORDER by rand() - doesn't seem to work for your product though.
Thanx,

Jacquii.

Omranic 07-11-2008 03:41 AM

1 Attachment(s)
Quote:

Originally Posted by Hund (Post 1567405)
Is it possible to integrate the favorite smilies mod with this mod?

Yes, it's possible.
You can do the same installation steps of the "Favorite Smilies" on our product's code (Hook: editor_toolbar_end), we have done it for you & every one need it. Attached!



Quote:

Originally Posted by PoetJA-1975 (Post 1570905)
Wow! Wonderful product!
Thanx for sharing ;)
Voted in MOTM!
Quick question - can we randomize the smilie order.
I've tried editing the includes/functions_editor.php file to include ORDER by rand() - doesn't seem to work for your product though.
Thanx,

Jacquii.

You are welcome.
It's ordered by:
Code:

ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder
By default, but you can edit the product's code (Hook: editor_toolbar_end) to do what you need, search for the following code:
PHP Code:

ORDER BY imagecategory.displayorderimagecategory.titlesmilie.displayorder 

& Replace it with the following code:
PHP Code:

ORDER BY RAND() 

* Not tested, but should work for our product *

Zachariah 07-11-2008 12:42 PM

Good ideas PHPKD.
- I have for years thought the quickreply need some options. :D

Ideas:
- Lets make the quick reply smaller by placing the options in a toggle_collapse <thead> (default closed until clicked)

Icy 07-11-2008 05:12 PM

Uncached templates: phpkd_aqr_tools (1) Note that I have neither edited the JS file nor using those function that require the file edit.

PoetJA-1975 07-12-2008 06:44 PM

Quote:

Originally Posted by PHPKD (Post 1572480)
It's ordered by:
Code:

ORDER BY imagecategory.displayorder, imagecategory.title, smilie.displayorder
By default, but you can edit the product's code (Hook: editor_toolbar_end) to do what you need, search for the following code:
PHP Code:

ORDER BY imagecategory.displayorderimagecategory.titlesmilie.displayorder 


Thanx ;)


Quote:

Originally Posted by Zachariah (Post 1572772)
Good ideas PHPKD.
- I have for years thought the quickreply need some options. :D

Ideas:
- Lets make the quick reply smaller by placing the options in a toggle_collapse <thead> (default closed until clicked)

Ha - Nice - what's the code though? :D

Jacquii.


All times are GMT. The time now is 08:06 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.01358 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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