Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 13, 2012, 03:27:43 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter
hier
und auf unserer
neuen Webseite
.
149700
Posts in
21103
Topics by
7538
Members
Latest Member:
ionline
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
New Module: Javascript Admin
Pages:
1
2
[
3
]
Go Down
Author
Topic: New Module: Javascript Admin (Read 35946 times)
doc
Guest
Re: New Module: Javascript Admin
«
Reply #50 on:
July 10, 2007, 03:39:57 PM »
Hello,
have you followed the installation steps described in the
very first post
in this thread? You need to add one line to framework/class.admin.php to get the module working.
Regards Christian
Logged
cthelight
Offline
Posts: 20
Re: New Module: Javascript Admin
«
Reply #51 on:
July 11, 2007, 11:37:20 AM »
You must enable this for it to work. Go to settings -> Show advanced options -> JavaScript admin -> Save. It should work
Logged
Marsu
Offline
Posts: 29
Re: New Module: Javascript Admin
«
Reply #52 on:
July 12, 2007, 11:09:46 AM »
hi
sry for the late response !!!
it was an php.ini thing I changed it and now it works
thx for help juergen
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7665
Re: New Module: Javascript Admin
«
Reply #53 on:
July 12, 2007, 01:09:40 PM »
Hello,
Quote
it was an php.ini thing I changed it and now it works
If you tell us wich thing maybe it is helpfull for other users too.
Matthias
Logged
Marsu
Offline
Posts: 29
Re: New Module: Javascript Admin
«
Reply #54 on:
July 13, 2007, 01:52:18 PM »
Hi Matthias,
sorry I miss it
if this option "short_open_tag = On" is turned Off then this error happens with this module
query("SELECT value FROM ".TABLE_PREFIX."settings WHERE name = '".$name."'"); if($row = $rs->fetchRow()) return $row['value']; return $default; } function save_setting($name, $value) { global $database; $prev_value = get_setting($name, false); if($prev_value === false) { $database->query("INSERT INTO ".TABLE_PREFIX."settings (name,value) VALUES ('$name','$value')"); } else { $database->query("UPDATE ".TABLE_PREFIX."settings SET value = '$value' WHERE name = '$name'"); } } ?>
Fatal error: Call to undefined function get_setting() in
.............\wb\modules\jsadmin\tool.php on line 34
Juergen
Logged
faquir
Offline
Posts: 49
Re: New Module: Javascript Admin
«
Reply #55 on:
December 13, 2007, 07:45:05 PM »
Quote from: Marsu on July 13, 2007, 01:52:18 PM
Hi Matthias,
sorry I miss it
if this option "short_open_tag = On" is turned Off then this error happens with this module
query("SELECT value FROM ".TABLE_PREFIX."settings WHERE name = '".$name."'"); if($row = $rs->fetchRow()) return $row['value']; return $default; } function save_setting($name, $value) { global $database; $prev_value = get_setting($name, false); if($prev_value === false) { $database->query("INSERT INTO ".TABLE_PREFIX."settings (name,value) VALUES ('$name','$value')"); } else { $database->query("UPDATE ".TABLE_PREFIX."settings SET value = '$value' WHERE name = '$name'"); } } ?>
Fatal error: Call to undefined function get_setting() in
.............\wb\modules\jsadmin\tool.php on line 34
Juergen
Hey, I was install into my localhost, got the same error, and changed the php.ini, whatever in the system folder or in the php folder, it doesn't work, does someone can tell me how can I enable the error.
---------------------------------
query("SELECT value FROM ".TABLE_PREFIX."settings WHERE name = '".$name."'"); if($row = $rs->fetchRow()) return $row['value']; return $default; } function save_setting($name, $value) { global $database; $prev_value = get_setting($name, false); if($prev_value === false) { $database->query("INSERT INTO ".TABLE_PREFIX."settings (name,value) VALUES ('$name','$value')"); } else { $database->query("UPDATE ".TABLE_PREFIX."settings SET value = '$value' WHERE name = '$name'"); } } ?>
-------------------------------------------
Logged
Schnetty
Offline
Posts: 137
Re: New Module: Javascript Admin
«
Reply #56 on:
December 18, 2007, 10:49:42 AM »
Hi,
great Tool !
Is it possible to make this work on the Form-Module too? To sort the Formfields with Drag and Drop too, would complete the WB-Backoffice.
Greets
Schnetty
Logged
Stefek
WebsiteBaker Org e.V.
Offline
Posts: 4755
Re: New Module: Javascript Admin
«
Reply #57 on:
January 09, 2008, 09:11:34 PM »
After installing the mod I get this alert as result
Code:
Warning: session_start() [function.session-start]: open(/var/tmp/sess_03817a267b104501191f81eaa7eadee1, O_RDWR) failed: File too large (27) in /mnt/web4/12/33/5284333/htdocs/Pro/wb/framework/initialize.php on line 57
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/web4/12/33/5284333/htdocs/Pro/wb/framework/initialize.php:57) in /mnt/web4/12/33/5284333/htdocs/Pro/wb/framework/initialize.php on line 57
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/web4/12/33/5284333/htdocs/Pro/wb/framework/initialize.php:57) in /mnt/web4/12/33/5284333/htdocs/Pro/wb/framework/initialize.php on line 57
Now after reinstalling it shows the same result. damn.
What should I do now?
Stefek
//Edit
OK I got it now.
The problem was the safe-mode which is set on default by the provider "strato", which is a popular "well promoted" webhoster in germany.
It works great now!!
To the Germans:
Mit dem Handling, der in diesem thread beschrieben wird, funktioniert das Mod super. Es ist auch empfehlenswert bei vielen Seiten.
http://forum.websitebaker.org/index.php/topic,5441.20.html
«
Last Edit: January 10, 2008, 12:22:31 AM by Stefek
»
Logged
"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
virgil
Offline
Posts: 177
Javascript Admin not working with WB 2.7
«
Reply #58 on:
May 08, 2008, 03:59:39 PM »
Hi
I have just installed WB 2.7 ... so far everything seems to work smoothly ... but not Javascript Admin (like it would hot have been installed) ... do I have to activate it also in 2.7 as described in the first post? (I expectet all files are already altered the way it should work directly).
I tested both with IE7 and FF2, and btw an installation I run with WB 2.63 and Javascript runs smoothly wit both browsers.
Your help is very appreciated
thank you
Virgil
Logged
Virgil - the pre-baked-stuff baker -
)
doc
Guest
Re: New Module: Javascript Admin
«
Reply #59 on:
May 08, 2008, 04:50:41 PM »
@Virgil:
You need to enable the Javascript Admin via WB Backend: Admin Tools -> Javascript Admin (enable all checkboxes)
Regards Christian
Logged
virgil
Offline
Posts: 177
Re: New Module: Javascript Admin
«
Reply #60 on:
May 08, 2008, 05:31:28 PM »
Hi Christian
Tks. !!! Works like charm
You guys did a fantastic job!
cheers
Virgil
Logged
Virgil - the pre-baked-stuff baker -
)
Boudi
Addon Team
Offline
Posts: 793
Re: New Module: Javascript Admin
«
Reply #61 on:
October 02, 2008, 04:40:18 PM »
Ok here we go:
I have a question in which I could not find any solution here on the forum. After trying it myself I'm stucked.
I'm using the Catalog mod wich works fine with WB2.7. The only thing is that the Catalog mod is not supported by the jasadmin drag and drop mod.
Therefore clients have to manually move their list up and down in the Catalog mod.
My question: How can I implement the jsadmin into this mod? I thought it could be done with a simple
Code:
require_once(WB_PATH.'/framework/class.admin.php');
but that obviously does not solve this issue.
Any ideas would be highly appreciated. Thnq
Greetz
Boudi
Logged
...:: Bake the Unbakable ::...
doc
Guest
Re: New Module: Javascript Admin
«
Reply #62 on:
October 02, 2008, 06:38:29 PM »
Hello,
there is currently no kind of API which modules can use to offer the JS-Admin functionallity. As a consequence, this feature needs to be implemented manually for each module itself.
If anybody is willing to create a module or core modification which provides drag and drop in a way which can be used by other modules as well, feel free to post your solution here in the forum. Pretty sure it will make it´s way into the WB core files with a next release.
My preferred solution would be the Javascript Framework jQuery in combination with with a drag and drop plugin like
TableDnD
.
Regards Christian
«
Last Edit: October 02, 2008, 07:17:00 PM by doc
»
Logged
Pages:
1
2
[
3
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...