Module: Social Media Sharing
Posted by rtetzloff
|
Re: Module: Social Media Sharing March 25, 2013 06:37AM |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Module: Social Media Sharing March 27, 2013 02:25AM |
Registered: 13 years ago Posts: 20 |
|
Re: Module: Social Media Sharing March 27, 2013 02:43AM |
Admin Registered: 23 years ago Posts: 9,240 |
|
Re: Module: Social Media Sharing July 31, 2014 09:49PM |
Registered: 20 years ago Posts: 21 |
Sorry to come back to a question that was asked more than one year ago.
You can remove the smiley in the subject by using regular expressions. In the file social_share.php, look for the function social_share_mod_thread. After the line
$subject = $message['subject'];
add the following one
$subject = preg_replace("/<img[^>]+\>/i", " ", $subject);
The twitter code is then properly created.
You can remove the smiley in the subject by using regular expressions. In the file social_share.php, look for the function social_share_mod_thread. After the line
$subject = $message['subject'];
add the following one
$subject = preg_replace("/<img[^>]+\>/i", " ", $subject);
The twitter code is then properly created.
|
Re: Module: Social Media Sharing November 06, 2016 12:20PM |
Registered: 9 years ago Posts: 9 |
I installed this module, but instead of individual posts, I always get a link (in Facebook) to the entire list of topics.
The forum read view is set to "threaded".
I made the required changes in read_threads.tpl, but still, I get the entire list of topics.
Can anybody help, please?
Andrej
The forum read view is set to "threaded".
I made the required changes in read_threads.tpl, but still, I get the entire list of topics.
Can anybody help, please?
Andrej
Sorry, only registered users may post in this forum.
