Igen, nézegettem is... de nekem más a shoutbox... más html vagy mi!
Name: (M23) Shoutbox Download Alert v1.0.0
Compatible: Invision Power Board 2.2.x and 2.3.x
What is does? Install or upgrade (M23) Shoutbox Download Alert v1.0.0
1 Upload all the files & folders contained in the 'Upload This' directory to your IPB Forum directory keeping the folder structure intact.
2 Go to the installer address and follow the prompts - www.yourdomain.com/forums/sda_installer.php
3 Download and Open sources/components_public/downloads/submit.php
4 # Find: (around line 1582)
else
{
$this->ipsclass->DB->do_update( "downloads_files", $save_array, "file_id=".$file['file_id'] );
5. Replace With:
else
{
$file_updated = $this->ipsclass->DB->build_and_exec_query( array( 'select' => 'file_updated', 'from' => 'downloads_files', 'where' => 'file_id='.$file['file_id'] ));
$this->ipsclass->DB->do_update( "downloads_files", $save_array, "file_id=".$file['file_id'] );
6. Find: (around line 1643)
require_once( DL_PATH.'lib/lib_topics.php' );
7. Add ABOVE:
//-----------------------------------------
// Shoutbox Download Alert By DevFuse
//-----------------------------------------
$shoutbox_alert = $this->ipsclass->load_class(ROOT_PATH.'sources/lib/sda.php', 'sda' );
$shoutbox_alert->insert_shout(array_merge( $file, $save_array ), $type, $file_updated['file_updated']);
8. Save and upload sources/components_public/downloads/submit.php
9.Open your Admin CP > Tools & Settings Tab > (M23) Shoutbox Download Alert. And setup your settings.
Én a mod install mappába bemásoltam 1 XML fájlt... idáig eljutottam... de angol, és sajna nyelvtudással nem büszkélkedhetem...
Valaki magyarul leírtna, valahogy ahogy meg is érteném.. azt meg is köszönném! Ma egész nap ezzel ügyködtem!
Szerkesztve Hooligan által: 2009 május 02 - 21:16