[CDB] News Scroll

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Get Involved
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by 3Di »

chfs wrote:Thanks, perfect!

and added support diacritic
null2 wrote:How about special characters like "á, ç, à, ã, â" in the message?
in /acp/newsscroll_module.php FIND this line (35)
$config->set('newsscroll_text', $request->variable('newsscroll_text', ''));

and change it to be
$config->set('newsscroll_text', $request->variable('newsscroll_text', '', true));

that should do.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
null2
Registered User
Posts: 516
Joined: Wed Jan 20, 2010 11:03 am

Re: [3.1][3.2][RC] News Scroll

Post by null2 »

3Di wrote:in /acp/newsscroll_module.php FIND this line (35)
$config->set('newsscroll_text', $request->variable('newsscroll_text', ''));

and change it to be
$config->set('newsscroll_text', $request->variable('newsscroll_text', '', true));

that should do.
Solved, thanks!
Sorry for my bad english. I'm from USA.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by HiFiKabin »

3Di wrote: in /acp/newsscroll_module.php FIND this line (35)
$config->set('newsscroll_text', $request->variable('newsscroll_text', ''));

and change it to be
$config->set('newsscroll_text', $request->variable('newsscroll_text', '', true));

that should do.
Thanks for that, saved me having to find the addition I needed :lol: I will update the download later today when I have done a couple more tweaks
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by HiFiKabin »

1.0.0_RC3 now available.

Support for special characters added (eg á, ç, à, ã, â )

Update from previous version:
  • Download the latest release and unzip it.
  • Disable News Scroll in the ACP
  • Delete newsscroll folder from the server
  • Upload the folder hifikabin to root/ext/
  • Enable it in the ACP
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [3.1][3.2][RC] News Scroll

Post by chfs »

Thanks,

And on the phone it does not work well :?

P.S.: Problem with the full-text
I'm sorry for my english. :?
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by HiFiKabin »

chfs wrote:Thanks,

And on the phone it does not work well :?

P.S.: Problem with the full-text
I'll look into that, plus I am working on different script which will include automatic RTL switching (I can't get it to work with the jquery I am currently using)
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by HiFiKabin »

1.0.0_RC4 now available.

Now written in css3 and automatic rtl switching included

Update from previous version:
  • Download the latest release and unzip it.
  • Disable News Scroll in the ACP
  • Delete newsscroll folder from the server
  • Upload the folder hifikabin to root/ext/
  • Enable it in the ACP
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [3.1][3.2][RC] News Scroll

Post by chfs »

Very very well, thank you HiFiKabin 8-)

Quality Improvement! ;)
I'm sorry for my english. :?
User avatar
null2
Registered User
Posts: 516
Joined: Wed Jan 20, 2010 11:03 am

Re: [3.1][3.2][RC] News Scroll

Post by null2 »

Dont forget to update version in the first post:

Image
Sorry for my bad english. I'm from USA.
User avatar
spaceace
Registered User
Posts: 1999
Joined: Wed Jan 30, 2008 8:50 pm
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by spaceace »

nice work. i will see if i can sort out the HTML5 issues ;)
User avatar
supanet
Registered User
Posts: 246
Joined: Sat Dec 15, 2012 4:20 pm
Location: UK
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by supanet »

If anyone can figure out how to add BBCode so you can change text colour and add smiles it would complete this extension. 8-)
User avatar
null2
Registered User
Posts: 516
Joined: Wed Jan 20, 2010 11:03 am

Re: [3.1][3.2][RC] News Scroll

Post by null2 »

Links would be great too (using html or bbcode).
Sorry for my bad english. I'm from USA.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by HiFiKabin »

null2 wrote:Dont forget to update version in the first post:
Thanks, Done
supanet wrote:If anyone can figure out how to add BBCode so you can change text colour and add smiles it would complete this extension. 8-)
Its something I am going to look at later.
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6673
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by HiFiKabin »

1.0.1_RC1 now available.

Special Characters, BBCodes and Emoticons supported, multiple lines of text allowed. The text will stop scrolling on mouseover and resume when you move the mouse.

NOTE: if you are upgrading from the 1.0.0 version you must save any text before continuing. The scrolling text is saved in a different way to the 1.0.0 version hence the need to delete data.

Update from previous version:
  • Download the latest release and unzip it.
  • Disable News Scroll in the ACP
  • Delete News Scroll Data in the ACP
  • Delete newsscroll folder from the server
  • Upload the folder hifikabin to root/ext/
  • Enable it in the ACP
Last edited by HiFiKabin on Wed Dec 21, 2016 9:45 am, edited 1 time in total.
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.1][3.2][RC] News Scroll

Post by donsenilo »

Nice Idea ...

but only with BBCodes it's not useful.
For example [img=50x50] does not work and the speed is to high.
Locked

Return to “Extensions in Development”