Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 05:38:19 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149621
Posts in
21098
Topics by
7537
Members
Latest Member:
lotte2
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
Manual Module
Pages:
1
...
3
4
[
5
]
6
7
Go Down
Author
Topic: Manual Module (Read 36400 times)
T.K.
Offline
Posts: 8
Re: Manual Module
«
Reply #100 on:
September 20, 2006, 06:22:42 PM »
No, that's not the point. If you have a look:
http://www.kellerban.de/pages/rezepte.php
I just want a List with Chapter 1-7 without listing the subitems.
I played around with the view-page of the module but couldn't figure it out right...
Best rgards, T. K.
Logged
kweitzel
Forum administrator
Offline
Posts: 6819
Re: Manual Module
«
Reply #101 on:
September 20, 2006, 08:03:55 PM »
make the "subject" pages a WYSIWYG page, add you heading as WYSIWYG and then under it add a section with the Manual module. This way you can have it the way you want.
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
rsmith
Offline
Posts: 194
Re: Manual Module
«
Reply #102 on:
September 21, 2006, 01:48:14 AM »
Hi T.K.
The easyest way i can figure to do what you would like...... within the admin of the module, edit the settings of the manual module.... change the
.MLsubchapt
section .. include
display:none;
this will cause it to not be displayed..
Like this:
Quote
.MLsubchapt {
color: #003366;
font-size: 11px;
font-weight: ;
display:none;
}
Rob
Logged
T.K.
Offline
Posts: 8
Re: Manual Module
«
Reply #103 on:
September 21, 2006, 06:14:16 PM »
I did it the way rsmith proposed, worked exactly like I wanted it!
Thank you! When I'm done with my "Facharztprüfung" I hopefully will have time to do some reading on css, php etc., so I can stop bugging you with these simple things...
Best regards, T.K.
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7660
Re: Manual Module
«
Reply #104 on:
November 20, 2006, 07:46:56 PM »
Hello,
parisz found a bug in the manual modul. He postet in the bugtracker:
Quote
if you would like to delete a Manual section with more than one entries you got the error:
Fatal error: Call to undefined function: rm_full_dir() in /opt/sdb1/srv/www/extranet/htdocs/wsb/wb/modules/manual/delete.php on line 30
Solution:
add in /modules/manual/delete.php
the row
require(WB_PATH.'/framework/functions.php');
to include the function library
Have this bug fixed as parisz wrote and have released version 2.7 at the
Addons Repository
How to update?
Replace with ftp the delete.php with the newone or install in wb admin the new version over the old one.
Have fun
Matthias
Logged
marccouture
Offline
Posts: 216
Re: Manual Module
«
Reply #105 on:
January 16, 2007, 02:01:18 PM »
I wish I could use this module to integrate course notes, but as it only supports two levels deep, I can't format entries the way I need them to be done. Any idea how I could change this so I can pick a parent several layers deeper? Also, I would suggest adding section numbering scheme options, for example, being able to indicate that an introductory text need not be numbered, and numbering starts at level X, with Y type of numbering (1.1, a), A., etc.).
Other than the above, this module works well, good job.
«
Last Edit: January 16, 2007, 02:04:50 PM by marccouture
»
Logged
Marc C.
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7660
Re: Manual Module
«
Reply #106 on:
January 16, 2007, 03:45:44 PM »
Hello,
your wishes needs a lot of coding. Hope some of the phpgurus could do this.
Matthias
Logged
marccouture
Offline
Posts: 216
Re: Manual Module
«
Reply #107 on:
March 06, 2007, 02:03:48 PM »
Anyone?
Just adding more levels would be a HUGE plus. Thanks!
Logged
Marc C.
foxb
Offline
Posts: 7
Re: Manual Module - Cannot delete main page
«
Reply #108 on:
March 22, 2007, 05:03:59 PM »
Really good module, but I have on problem
When trying to delete the test page I've created I raceive:
Fatal error: Cannot redeclare rm_full_dir() (previously declared in
/homepages/12/d192706592/htdocs/en/framework/functions.php:43) in /homepages/12/d192706592/htdocs/en/framework/functions.php on line 43
How this could be fixed?
Logged
kweitzel
Forum administrator
Offline
Posts: 6819
Re: Manual Module
«
Reply #109 on:
March 22, 2007, 06:23:07 PM »
In the file delete(.)php of the module look for following line:
Code:
require(WB_PATH.'/framework/functions.php');
change it either to "require_once" (not tested by me) or make it inactive.
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
foxb
Offline
Posts: 7
Re: Manual Module
«
Reply #110 on:
March 22, 2007, 08:14:42 PM »
Quote from: kweitzel on March 22, 2007, 06:23:07 PM
In the file delete(.)php of the module look for following line:
Code:
require(WB_PATH.'/framework/functions.php');
change it either to "require_once" (not tested by me) or make it inactive.
cheers
Klaus
This did the trick
thanks
Logged
kweitzel
Forum administrator
Offline
Posts: 6819
Re: Manual Module
«
Reply #111 on:
March 23, 2007, 06:39:31 AM »
which one, changing to "require_once" or deleting it?
cheers
Klaus
Logged
WebsiteBaker Org e.V. - for WebsiteBaker
foxb
Offline
Posts: 7
Re: Manual Module
«
Reply #112 on:
March 23, 2007, 01:57:54 PM »
changing it to require_once...
Logged
pcwacht
AddOn Development
Offline
Posts: 2814
Re: Manual Module
«
Reply #113 on:
November 05, 2008, 11:59:30 AM »
Needed this module
There was no new search routine implemented yet.
Attached the file search.php wich needs to be added to the module
Have fun,
John
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
erpe
Offline
Posts: 2077
Re: Manual Module
«
Reply #114 on:
November 05, 2008, 12:53:36 PM »
Hi John,
I added this file to the package at
AMASP
.
Do you think it is possible to have this module work with more than 1 level?
rgds
erpe
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
pcwacht
AddOn Development
Offline
Posts: 2814
Re: Manual Module
«
Reply #115 on:
November 05, 2008, 02:09:48 PM »
Module need reworking for wb2.7.x new feature implementations (css file for example)
will look into it - again
Did look at it before though and it was hard then, maybe my php skills has been improved enough
When I needed three levels I just make more manualpages to fill the first level, fitted my needs enough
John
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
erpe
Offline
Posts: 2077
Re: Manual Module
«
Reply #116 on:
November 05, 2008, 02:21:08 PM »
Oh, nice idea.
But it would be more comfortable if the manual has more levels from the start.
Do you agree?
rgds
erpe
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
pcwacht
AddOn Development
Offline
Posts: 2814
Re: Manual Module
«
Reply #117 on:
November 09, 2008, 11:00:49 PM »
BETA, STILL BETA
For testing purposes,
It runs on my system, 2 sublevels
Module still needs some work, css is still pre wb27
Hav fun testing
John
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
erpe
Offline
Posts: 2077
Re: Manual Module
«
Reply #118 on:
November 09, 2008, 11:12:34 PM »
Hi John
and thanks for workin on that module.
I will test asap and return infos to you.
rgds
erpe
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
erpe
Offline
Posts: 2077
Re: Manual Module
«
Reply #119 on:
November 10, 2008, 12:39:29 PM »
Hi John,
installed the module and it works.
But 2 wishes:
Please add a css class
Code:
.MLsub2chapt {
color: #666666;
font-size: 10px;
font-weight: bold;
}
and second: is it possible to get the numbers like:
1.
1.1.
1.1.1
1.1.2.
That would be very nice.
Thanks for working on this in advance.
rgds
erpe
PS: and I think, one more level would be doing it
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
pcwacht
AddOn Development
Offline
Posts: 2814
Re: Manual Module
«
Reply #120 on:
November 10, 2008, 10:37:29 PM »
Seen the missing css entry, added it to my local test situation, allso the subchapter2 link...
My plans are:
1 - add external css (like new 2.7 modules should have)
2 - add layout templates in settings for frontend no chapter choosen
3 - add maximal number of levels in settings (like in wb settings menulevels)
Oh and test ofcourse, there is allready one known error
If you rename a chapter wich has subchapters those links are not automaticly updated Am looking into that one.
As allways, have fun!
John
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
erpe
Offline
Posts: 2077
Re: Manual Module
«
Reply #121 on:
November 11, 2008, 08:58:14 AM »
Hi John,
thanks for working on this module.
Do you have a timeline?
rgds
erpe
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
pcwacht
AddOn Development
Offline
Posts: 2814
Re: Manual Module
«
Reply #122 on:
November 11, 2008, 09:24:40 AM »
Timeline, wish I had one...
Am going to use the new manual mod for a website at work, so can put some work time in to it.
But as all ICT people nowadays, allso at work there isn't enough time.
John
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
erpe
Offline
Posts: 2077
Re: Manual Module
«
Reply #123 on:
November 11, 2008, 09:32:41 AM »
Thanks for information.
If I had some time to give away, I would give it to you
Best wishes
erpe
Logged
stories about
be part of the Tutorials-Project
visit the jQuery-Showroom
pcwacht
AddOn Development
Offline
Posts: 2814
Re: Manual Module
«
Reply #124 on:
November 12, 2008, 10:32:29 PM »
Hmm timeline...
Had some time
- fixed - renaming chapter with childs, all goes ok.
- added - css - backendediting conform wb2.7.x and in frontend include css
- added to info.php - guid and home
- added - wysiwyg to header and footer in settings
- added possibility to change username in chapter
- added possibility to overide date_modified
- had some testing time, all seems ok on my xampp and linux webserver
For my work that was all I needed
I think I am done, please do test
Attached new version , is WB2.7.x compatible, not wb2.6
Have fun,
John
«
Last Edit: November 12, 2008, 10:47:00 PM by pcwacht
»
Logged
http://www.ictwacht.nl
= Dutch ICT info
http://www.pcwacht.nl
= My first
both still work in progress, since years.....
Pages:
1
...
3
4
[
5
]
6
7
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...