| Author |
Message |
rino
Newbie


Joined: May 30, 2010
Posts: 2
Reputation: 1 
|
Posted:
Sun May 30, 2010 8:27 pm |
|
Hi, my question is: is possible install TrickedOutSlider on PHPNuke v7.6 (not Raven)? I have installed but i have this error in ACP after the Slide 1 Content:
| Code: | | Fatal error: Call to undefined function wysiwyg_textarea() in /web/htdocs/www.phpnukefordonkeys.com/home/admin/modules/tonslider.php on line 41 |
Thanks |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sun May 30, 2010 9:02 pm |
|
It would take some modification to work on other versions of nuke. You would have to either install the nukeWYSIWYG editor or turn the editor fields into regular textareas in the sliders admin file. You would also have to include the javascript and css into a custom head instead of includes/addons. RavenNuke can load css and javascript dynamically and I used that method to load it. |
_________________ Tricked Out News |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sun May 30, 2010 9:45 pm |
|
An example would be:
in admin/modules/tonslider.php find:
| Code: | . _SLIDER1 . ':';
wysiwyg_textarea('xslidercontent1', "$slidercontent1", 'PHPNukeAdmin', 50, 10);
echo '<br /><br />' |
That would become:
| Code: | | . _SLIDER1. ': <textarea name="xslidercontent1" cols="50" rows="10">'.$slidercontent1.'</textarea><br /><br />' |
|
| |
|
|
rino
Newbie


Joined: May 30, 2010
Posts: 2
Reputation: 1 
|
Posted:
Mon May 31, 2010 3:31 am |
|
Thanks Bobby the problem is solved with your modify.
I have encontered other problem in the db , in the install-tonslider.php
In the lines for slidercontent you have used
| Code: | | slidercontent1` varchar(999) NOT NULL default '0', |
and this cause not charge of table in the db. I have corrected in this mode
| Code: | | slidercontent1` varchar(255) NOT NULL default '0', |
255 is the max value for varchar... and now the db is correctly charged.
But now i have other problem
I think java does not work, if you look at the lock on my site to the footer www.phpnukefordonkeys.com see that the sliders are stuck.
I think the problem is in the file includes/addons/head-TrickedOutSlider.php
I uploaded both the addons folder (that phpnuke standard does not exist) is the only head-TrickedOutSlider.php file in includes folder but the problem is not solved. Any ideas?
Thanks
PS: sorry bad english  |
Last edited by rino on Mon May 31, 2010 3:42 am; edited 1 time in total |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Mon May 31, 2010 3:39 am |
|
Some other things that you will need is jQuery v1.3.2.
You will need to call jQuery first than the jquery.flow.1.2.auto.js
the inline javascript and the slider.css all in the head of nuke. I think you can do this in includes/custom_files but I am not 100% sure. |
_________________ Tricked Out News |
|
|
darko
Newbie


Joined: Dec 08, 2010
Posts: 4
Reputation: 1.2 
|
Posted:
Wed Mar 02, 2011 5:20 am |
|
rino send me PM I have slider for you much better...
webmaster |
| |
|
|
darko
Newbie


Joined: Dec 08, 2010
Posts: 4
Reputation: 1.2 
|
Posted:
Thu Mar 03, 2011 7:06 am |
|
hier is screenshoot
phpnuke with new module
and frontpageslideshow integrated like block(NSN NEWS v3.0 with image upload and video gallery,integrated jwplayer,tags cloud,news gallery in admin panel etc....
webmaster
Uploaded with ImageShack.us |
| |
|
|
darko
Newbie


Joined: Dec 08, 2010
Posts: 4
Reputation: 1.2 
|
Posted:
Thu Mar 03, 2011 7:49 am |
|
|
|
Palbin
Regular


Joined: May 23, 2009
Posts: 13
Reputation: 16 
|
Posted:
Thu Mar 03, 2011 7:56 am |
|
This looks like a virus as it has you download setup.exe. I would not download it. |
| |
|
|
darko
Newbie


Joined: Dec 08, 2010
Posts: 4
Reputation: 1.2 
|
Posted:
Thu Mar 03, 2011 8:07 am |
|
|
|
 |
|
|