collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Who's Online

  • Dot Guests: 31
  • Dot Hidden: 0
  • Dot Users: 2
  • Dot Users Online:

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • Skaty: [link]
    May 21, 2013, 02:54:27 PM
  • Skaty: tooltip in sp block
    May 21, 2013, 02:54:20 PM
  • Tattoocu_CarteL: neden adres yazınca link diye çikiyor direk adres çiksa olmaz mı
    May 19, 2013, 11:54:41 AM
  • Tattoocu_CarteL: [link]
    May 19, 2013, 11:54:26 AM
  • Old Fossil: Hey Nathaniel
    May 16, 2013, 09:41:05 AM
  • Nathaniel: lurk
    May 16, 2013, 03:19:14 AM
  • omidmavi1986: :'(
    May 15, 2013, 05:51:48 AM
  • DeToX: very nice simple mod's like!
    May 09, 2013, 01:32:03 PM
  • dhayzon: ;D
    May 09, 2013, 12:38:23 PM
  • dhayzon: xd
    May 09, 2013, 12:38:19 PM
  • dhayzon: hola y les hablo en español me gusta mucho el portal
    May 09, 2013, 12:38:12 PM
  • la muerte: If only I'd know how to fix it :D
    May 06, 2013, 11:24:15 AM
  • la muerte: I might have found the reason many sites have issues with shoutbox refresh looping on post etc [link]
    May 06, 2013, 11:23:57 AM
  • apo: elinize saglik beyler
    May 03, 2013, 02:08:40 PM
  • [SiNaN]: Well, you can't do much about it. I'm sure everyone is trying their best but it's not easy. At least old solved topics may provide a clue for those having similar problems I hope.
    May 02, 2013, 11:33:00 AM
  • JohnS: Wow! visited site earlier and 3 users online - that must be a record lately. I ca't see point of support pages here as number of posts with zero replies is big!
    May 02, 2013, 08:46:34 AM
  • rocknroller: what is up
    April 30, 2013, 02:06:06 PM
  • rocknroller: hey
    April 30, 2013, 02:05:53 PM
  • dhayzon: Shoutbox in an iframe is possible
    April 27, 2013, 11:00:14 AM

* Team Blog

* Recent Posts

Re: Only certain topics by DeToX
[Today at 07:34:38 AM]


Re: Custom Message Block by Hoodie
[Yesterday at 01:39:56 PM]


Re: Roster by Hoodie
[Yesterday at 12:36:47 PM]


¿como agrego un chat a mi foro? by cachencho29
[Yesterday at 10:28:23 AM]


¿como agrego un contador de visitas? by cachencho29
[Yesterday at 10:25:24 AM]

If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

Author Topic: [Tip] Post Notifications on shoutbox  (Read 7981 times)

0 Members and 1 Guest are viewing this topic.

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #20 on: January 28, 2011, 03:36:23 PM »
ok, can you tell me the ID of the shout you're modifying?  this tip supose to modify the shout with ID 1, but you need to change that to your actual shout ID

Offline Divecall

  • Full Member
  • ***
  • Posts: 181
  • SMF Version: 2 RC5
  • SP Version: 2.3.3
Re: [Tip] Post Notifications on shoutbox
« Reply #21 on: January 28, 2011, 03:49:31 PM »
I have only one shoutbox...this is with ID 1

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #22 on: January 28, 2011, 06:18:35 PM »
ok, try with this one:

Code: [Select]
$foros = array (42,54);
     
     
      if (in_array($board, $foros))
echo '';
 
  else
      {
global $user_info, $board, $scripturl, $boardName, $topic;
     
         $smcFunc['db_insert']('',
      '{db_prefix}sp_shouts',
      array(
         'id_shoutbox' => 'int',
         'id_member' => 'int',
         'member_name' => 'string',
         'log_time' => 'int',
         'body' => 'string',
      ),
      array(
         1,
         $user_info['id'],
         $user_info['name'],
         time(),
         '[color=red][b]Neues Thema: [url=http://'.$scripturl . '?topic=' . $topic . '.new#new'.']'.html_entity_decode($_POST['subject']).'[/url][/b][/color]',
      ),
      array('id_shout')
   );

Offline Divecall

  • Full Member
  • ***
  • Posts: 181
  • SMF Version: 2 RC5
  • SP Version: 2.3.3
Re: [Tip] Post Notifications on shoutbox
« Reply #23 on: January 28, 2011, 06:48:29 PM »
Wow! Thats amazing!

It is working. THANK YOU SO MUCH!

Offline robbie93

  • Semi Newbie
  • *
  • Posts: 18
  • Gender: Male
    • R & H
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #24 on: February 20, 2011, 01:14:10 PM »
Thank you sooooo much for this tip - I am using this code

Code: [Select]
global $user_info, $board, $scripturl, $boardName, $topic;
     
         $smcFunc['db_insert']('',
      '{db_prefix}sp_shouts',
      array(
         'id_shoutbox' => 'int',
         'id_member' => 'int',
         'member_name' => 'string',
         'log_time' => 'int',
         'body' => 'string',
      ),
      array(
         1,
         $user_info['id'],
         $user_info['name'],
         time(),
         '[color=red][b]New Topic: [url='.$scripturl . '?topic=' . $topic . '.new#new'.']'.html_entity_decode($_POST['subject']).'[/url][/b][/color]',
      ),
      array('id_shout')
   );


It is working fine but when I upload a new game and the topic is created it doesnt show up in the sbox

the board for the arcade games is here http://robbie93andhotchildxox.net/index.php/board,4.0.html

how can I get each new topic to show up in the sbox when one is created? thanks.

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #25 on: February 20, 2011, 09:56:19 PM »
does your shoutbox has the ID 1?

Offline robbie93

  • Semi Newbie
  • *
  • Posts: 18
  • Gender: Male
    • R & H
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #26 on: February 21, 2011, 02:26:38 PM »
No my sbox has the ID 5 I changed the array to 5 on the code, most topics work but new topics created when a game is installed do not.

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #27 on: February 22, 2011, 09:12:37 AM »
this code will only work for new topics created by members,  if you have a mod that automatically creates a new topic, then this code won't show that topic.

Offline robbie93

  • Semi Newbie
  • *
  • Posts: 18
  • Gender: Male
    • R & H
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #28 on: February 22, 2011, 12:15:49 PM »
Ahh, ok no probs - thanks for a great tip anyway.

Online phantomm

  • Translator
  • *
  • Posts: 304
  • Gender: Male
  • Smile, tomorrow will be worse...
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: [Tip] Post Notifications on shoutbox
« Reply #29 on: July 04, 2012, 02:54:45 PM »
few questions:

  • If I want show as author of this shouts user with ID 80 - what I have to change?
  • If I want to change text in shout to:
      New topic [linked topic name] posted by [linked username]
    How to do this? Is it possible?
« Last Edit: July 04, 2012, 02:57:15 PM by phantomm »

Offline velorooms

  • Jr. Member
  • **
  • Posts: 66
    • Velorooms
  • SMF Version: 2.0.2
  • SP Version: 2.3.5
Re: [Tip] Post Notifications on shoutbox
« Reply #30 on: October 19, 2012, 11:59:56 AM »
dito the above. i want it to put the topic name rather than just "new topic"
Admin and Owner of Velorooms.com - Using SMF 2.0.3 and Simpleportal 2.3.5

weerforum

  • Guest
Re: [Tip] Post Notifications on shoutbox
« Reply #31 on: October 31, 2012, 12:21:38 PM »
Is there a way to show answers, too - not only the new topic?
I would love that  :D

weerforum

  • Guest
Re: [Tip] Post Notifications on shoutbox
« Reply #32 on: November 06, 2012, 02:43:09 PM »
No help ???    :| :| :|

weerforum

  • Guest
Re: [Tip] Post Notifications on shoutbox
« Reply #33 on: November 27, 2012, 06:51:49 AM »
 :'( :'( :'(

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #34 on: November 29, 2012, 03:12:42 PM »
Doing it for messages will put a heavy load on your server, it is not recommended.

You can add the same piece of code right after this comment on the same file:

Code: [Select]
// Only send it to everyone if the topic is approved, otherwise just to the topic starter if they want it.

weerforum

  • Guest
Re: [Tip] Post Notifications on shoutbox
« Reply #35 on: November 29, 2012, 03:16:11 PM »
Sorry i am dutch where to put that code ?

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #36 on: November 29, 2012, 03:21:47 PM »
Open the Sources/Post.php  and find that exact line, put the code on the first message of this topic right after that comment line.

Or just attach the file here.

weerforum

  • Guest
Re: [Tip] Post Notifications on shoutbox
« Reply #37 on: November 29, 2012, 03:25:05 PM »
Thnx for the help here is mi attachment

Offline 130860

  • Super Handsome Language Coordinator
  • Comrade
  • *
  • Posts: 1777
  • Gender: Male
  • You and I are not the same class of pirate!
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: [Tip] Post Notifications on shoutbox
« Reply #38 on: November 29, 2012, 03:27:36 PM »
use this one, make a back up of your site before tryig to use this file as its totally untested.

weerforum

  • Guest
Re: [Tip] Post Notifications on shoutbox
« Reply #39 on: November 29, 2012, 03:32:26 PM »
Didn`t work sorry ?
Not showing new post in te shoutbox