Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 05:38:19 AM

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
* Home Help Search Login Register
Pages: 1 ... 3 4 [5] 6 7   Go Down
Print
Author Topic: Manual Module  (Read 36400 times)
T.K.

Offline Offline

Posts: 8


WWW
« 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...  huh

Best rgards, T. K.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6819


WWW
« 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 Offline

Posts: 194


« 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 Offline

Posts: 8


WWW
« 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...  grin

Best regards, T.K.
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7660



WWW
« 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 Offline

Posts: 216



« 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 Offline

Posts: 7660



WWW
« 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 Offline

Posts: 216



« 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 Offline

Posts: 7


WWW
« 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 Offline

Posts: 6819


WWW
« 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 Offline

Posts: 7


WWW
« Reply #110 on: March 22, 2007, 08:14:42 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 Offline

Posts: 6819


WWW
« 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 Offline

Posts: 7


WWW
« Reply #112 on: March 23, 2007, 01:57:54 PM »

changing it to require_once...
Logged
pcwacht
AddOn Development
*
Offline Offline

Posts: 2814



WWW
« 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 Offline

Posts: 2077


WWW
« 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

pcwacht
AddOn Development
*
Offline Offline

Posts: 2814



WWW
« 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 Tongue
Did look at it before though and it was hard then, maybe my php skills has been improved enough Wink

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 Offline

Posts: 2077


WWW
« Reply #116 on: November 05, 2008, 02:21:08 PM »

Oh, nice idea.   wink
But it would be more comfortable if the manual has more levels from the start.
Do you agree?

rgds

erpe
Logged

pcwacht
AddOn Development
*
Offline Offline

Posts: 2814



WWW
« 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 Offline

Posts: 2077


WWW
« 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

erpe

Offline Offline

Posts: 2077


WWW
« 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  grin
Logged

pcwacht
AddOn Development
*
Offline Offline

Posts: 2814



WWW
« 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... Wink

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 Offline

Posts: 2077


WWW
« 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

pcwacht
AddOn Development
*
Offline Offline

Posts: 2814



WWW
« 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 Offline

Posts: 2077


WWW
« 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  grin

Best wishes

erpe
Logged

pcwacht
AddOn Development
*
Offline Offline

Posts: 2814



WWW
« Reply #124 on: November 12, 2008, 10:32:29 PM »

Hmm timeline...  Wink

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
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!