vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - [AJAX] Drop Down Message Display / Selector (https://vborg.vbsupport.ru/showthread.php?t=124955)

therocks 08-27-2006 08:28 PM

Quote:

Originally Posted by harmor19
therocks,
Download the hack and overwrite "custom_messages.php".
Import the product and select "Allow Overwrite".

acidburn,
You get a reply from me.

harmor.. replaced custom_messages.php and reinstalled the product with overwrite allowed... now getting this..

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
SELECT * FROM thread WHERE forumid='23' ORDER BY threadid DESC LIMIT 5;

MySQL Error  : Table '****.thread' doesn't exist
Error Number : 1146
Date        : Sunday, August 27th 2006 @ 02:26:29 PM
Script      : http://******.com/boards/custom_messages.php?display_order=1
Referrer    :
IP Address  : ******
Username    : therocks
Classname    : vb_database

thanks for all the help btw :)

Kirk Y 08-27-2006 08:29 PM

He forgot to add another table prefix. :p

harmor19 08-27-2006 08:36 PM

Quote:

Originally Posted by therocks
harmor.. replaced custom_messages.php and reinstalled the product with overwrite allowed... now getting this..

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:
SELECT * FROM thread WHERE forumid='23' ORDER BY threadid DESC LIMIT 5;

MySQL Error  : Table '****.thread' doesn't exist
Error Number : 1146
Date        : Sunday, August 27th 2006 @ 02:26:29 PM
Script      : http://******.com/boards/custom_messages.php?display_order=1
Referrer    :
IP Address  : ******
Username    : therocks
Classname    : vb_database

thanks for all the help btw :)

Use this code
PHP Code:

$getthreads $db->query_read("SELECT * FROM " TABLE_PREFIX "thread WHERE forumid='23' ORDER BY threadid DESC LIMIT 5");    
while(
$lt $db->fetch_array($getthreads))
{
   
$latestthreads .= "Title: <a href='showthread.php?t=$lt[threadid]'>".$lt['title']."</a> | Posted By: <a href='member.php?u=$lt[postuserid]'>".$lt['lastposter']."</a><br />";

}

$cm['text'] = str_replace("[latestthreads]"$latestthreads$cm['text']); 


therocks 08-27-2006 08:40 PM

working perfectly! thanks harmor!

Snake 08-27-2006 10:36 PM

Thanks! I'm loving it! :D

harmor19 08-27-2006 10:55 PM

Quote:

Originally Posted by Snake
Thanks! I'm loving it! :D

You could click "Install".

DPSR 09-10-2006 05:28 PM

Hack is working fine but i wan't to request a small addon-

Can you please guide me how to add a close link to the open window..like when someone open the message from dropdown menu and then he/she click the 'close' of 'collapse' button in the bottom of the window to close it .... intsead of choosing 'Please choose a message' from dropmenu to close the current picture

anyway to do it?

harmor19 09-10-2006 08:21 PM

Quote:

Originally Posted by DPSR
Hack is working fine but i wan't to request a small addon-

Can you please guide me how to add a close link to the open window..like when someone open the message from dropdown menu and then he/she click the 'close' of 'collapse' button in the bottom of the window to close it .... intsead of choosing 'Please choose a message' from dropmenu to close the current picture

anyway to do it?

Good idea. I'll get it done and add more features to it soon

DPSR 09-11-2006 01:57 AM

Quote:

Originally Posted by harmor19
Good idea. I'll get it done and add more features to it soon

Thanks buddy, i'll be waiting ;)

DPSR 09-14-2006 04:28 PM

Any update harmor19 on this?


All times are GMT. The time now is 06:43 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.01209 seconds
  • Memory Usage 1,748KB
  • 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
  • (1)bbcode_php_printable
  • (5)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