Welcome, Guest. Please login or register.
August 20, 2008, 05:20:31 PM

Login with username, password and session length
Search:     Advanced search
Please check out the Documentation available and use the advanced forum search, before posting in the forum - thanks.
Bitte lies zuerst die Dokumentation und benutze die Advanced Forensuche, bevor Du einen neuen Beitrag erstellst - danke.
Bekijk alstublieft eerst de Documentatie en gebruik de Advanced Forum Zoekfunctie, voor dat u een post maakt in het forum - Hartelijk dank.
60556 Posts in 9791 Topics by 5824 Members
Latest Member: blubb
* Home Help Search Login Register
+  Website Baker Community Forum
|-+  English
| |-+  Modules
| | |-+  Manual Module
Pages: [1] 2 3 ... 6 Go Down Print
Author Topic: Manual Module  (Read 16199 times)
Ranie
Pending Apprentice Baker
**
Offline Offline

Posts: 10


« on: January 26, 2005, 09:53:56 PM »

Just noticed that when you create a page with the manual module and name It FAQ's (or what ever) and start adding chapters... ok... it works... but If you change the name of the "FAQ's" to something else (menu link) the manual module still links to the old menu link (FAQ's) and of course nothing works...
Logged

Ranie Rewind
Ryan
Administrator
A Baker's Baker
*****
Offline Offline

Posts: 2008


Jabber: rdjurovich@jabber.org.au

ryan@djurovich.com rdjurovich rdjurovich
WWW
« Reply #1 on: January 26, 2005, 11:05:51 PM »

Are you sure you are not getting a bug that has already been addressed? I know I have fixed about 2 bugs so far (to be included in 2.2.5) that have addressed problems renaming the menu title of a page. Cool
Logged

Website Baker Project Admin
www.websitebaker.org

To contact me via email, visit:
www.ryandjurovich.com/contact
Steven Holder
The Template Master
Addons Team
Geek-Like Baker
******
Offline Offline

Posts: 494


steven@hackvoid.com Stevo+Holder Aonxe
WWW Email
« Reply #2 on: January 27, 2005, 01:43:02 AM »

the olny thing im waiting for in WB is a forum system, we should just port a copy of phpbb since everyone likes that...
Logged

-Steven Holder (Silverfeces)
http://aonxe.com

Get Paid Every Month, No Investment!
Ryan
Administrator
A Baker's Baker
*****
Offline Offline

Posts: 2008


Jabber: rdjurovich@jabber.org.au

ryan@djurovich.com rdjurovich rdjurovich
WWW
« Reply #3 on: January 27, 2005, 03:18:13 AM »

Quote from: SilverFeces
the olny thing im waiting for in WB is a forum system, we should just port a copy of phpbb since everyone likes that...
- Please keep your ideas to the post that talks about that subject - just to save confusion. Cool
Logged

Website Baker Project Admin
www.websitebaker.org

To contact me via email, visit:
www.ryandjurovich.com/contact
Ranie
Pending Apprentice Baker
**
Offline Offline

Posts: 10


« Reply #4 on: January 27, 2005, 03:54:56 AM »

I really don't know.. I didn't have the time to check that.. and still don't I'm really sorry If this is a known bug already...
Just whanted to let you know before i would forget it...
Logged

Ranie Rewind
Steven Holder
The Template Master
Addons Team
Geek-Like Baker
******
Offline Offline

Posts: 494


steven@hackvoid.com Stevo+Holder Aonxe
WWW Email
« Reply #5 on: January 28, 2005, 12:22:46 AM »

Quote from: Ranie
I really don't know.. I didn't have the time to check that.. and still don't I'm really sorry If this is a known bug already...
Just whanted to let you know before i would forget it...


he quoted me, he was talking to me.
Logged

-Steven Holder (Silverfeces)
http://aonxe.com

Get Paid Every Month, No Investment!
Ditto
Pending Apprentice Baker
**
Offline Offline

Posts: 19

133795 schellyg@hotmail.com schelly_sd
« Reply #6 on: February 09, 2006, 06:10:40 PM »

Could somebody please let me know if and from where the Manual Module can be downloaded?  I would so love to try it out.

Thanks all!

 
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #7 on: February 09, 2006, 07:27:45 PM »

Hello,

I'm shure that this modul don't works with 2.5.x and 2.6.x. Found a version in the net, you can try it, but at your own risk and with no support.

Matthias

UPDATE
New Version see some posts down!
« Last Edit: February 10, 2006, 02:53:54 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
bupaje
Geek-Like Baker
*****
Offline Offline

Posts: 401


WWW
« Reply #8 on: February 09, 2006, 10:35:14 PM »

If it doesn't work for you then you can probably set up the same thing with a standard page, + breadcrumbs and the sitemap mods then when you have it like you like it use this as a template and pagecloner mod to just make copies.
Logged

Ditto
Pending Apprentice Baker
**
Offline Offline

Posts: 19

133795 schellyg@hotmail.com schelly_sd
« Reply #9 on: February 09, 2006, 11:19:42 PM »

Thanks so much for finding it and making it available.  It didn't work "out of the box", but I didn't think it would.  Besides, I'm a stubborn ol' bird.  I don't give in very easily.  Here's what I ended up doing to get it to work.

I tried first to install it as usual, but of course there were errors.  Went into the temp/unzip/modules dir and moved the install.php and info.php files to temp/unzip and went back into administration and asked it to install it again.  Got no errors and it said successful.  So far so good.

But of course, nothing is ever that easy.  The module installed into a double directory under the module directory, so it was modules/manual/manual.  I moved the contents of the second manual directory into the first one and tried creating a page again.  No joy.  But this time I could reload the modules in the settings page and, when trying to create a new page, I could select a page type of "Manual".

Trying to do anything with that page returned an error that the db table didn't exist.  So I hacked into the install.php file and figured out that I needed to comment out lines 24, 26 and 82 and uncomment out line 25.  I then pointed my browser directly to the install file in the modules/manual directory and got no error.  I checked in phpMyAdmin and sure enough, the tables had been created.

When I went back to the page I initially had tried to create in the 2nd paragraph of this diatribe, I was able to successfully access it to edit, add, delete, etc.  It appears to be working as it should.

I think if somebody knew how to tweak the coding of this module's installation process, it would install just fine for the current version of WB.  I'm no coder, but I can hack a bunch of php up and (despite how long it takes) come up with a working work-around band-aid type solution.

 grin

 
Logged
bupaje
Geek-Like Baker
*****
Offline Offline

Posts: 401


WWW
« Reply #10 on: February 09, 2006, 11:24:08 PM »

Interesting Ditto. Have you been able to add multiple pages and does the breadcrum menu work so you can go to next page and back (I had problems with this even on the older versions of WB).
Logged

Ditto
Pending Apprentice Baker
**
Offline Offline

Posts: 19

133795 schellyg@hotmail.com schelly_sd
« Reply #11 on: February 09, 2006, 11:29:22 PM »

Still putting in a few sample chapters before I make it active.  I'll let you know in about 10 minutes.

Do I need to have a breadcrumb module installed for that part of it to work?  I've only been playing with WB for about a month, have 2 client sites using it already and am finally getting serious about learning something about it.

grin

 
Logged
Ditto
Pending Apprentice Baker
**
Offline Offline

Posts: 19

133795 schellyg@hotmail.com schelly_sd
« Reply #12 on: February 09, 2006, 11:40:15 PM »

Okay, well -- the main page of my manual looks REALLY sharp.  It shows the chapter name, and all the subpages under it.  Very nice layout and what a powerful tool it would be -- if it would only make the directories it needs under the pages directory.

Guess it's going to need more hacking, huh...  Welp, where are my glasses...

 
Logged
Stefan
Guest
« Reply #13 on: February 10, 2006, 10:39:25 AM »

You have to look where
Code:
$page_link
is used (not when it's defined!) and replace it by
Code:
PAGES_DIRECTORY.$page_link

Unfortunately, the way page links are stored changed somewhere in between the versions...
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #14 on: February 10, 2006, 03:00:12 PM »

Here are the 100% working version of manual for WB 2.6.x

Changelog
  • Install works now
  • added new way of page link storing (thanks stefan)
  • fixed wrong search table entries
  • added uninstall.php for deleting search table entries and database fields

Please test it and if it's ok we post it at completed modules.

Have fun

Matthias

UPDATE
New Version see some posts down!
« Last Edit: February 10, 2006, 05:45:13 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
kweitzel
Forum Team
A Baker's Baker
*****
Offline Offline

Posts: 4214


WWW
« Reply #15 on: February 10, 2006, 03:48:35 PM »

Hi Ruebenwurzel,

so far, so good. Installation goes fine, uninstallation as well, tested on WB 2.6.1, as far as I can see, nothing left in the DB.

I realised, that it doesn't accept formatting of text. Neither in the Header/Footer section, nor in the textsection itself. Any chance to change that? Maybe by calling the defalt WYSIWYG Editor?

cheers
Klaus
Logged

pcwacht
Guest
« Reply #16 on: February 10, 2006, 04:45:40 PM »

Have some wysiwyg probs as well

It doesn't show
Logged
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #17 on: February 10, 2006, 04:50:45 PM »

@kweitzel

i realised this too, but at the moment i work on the calendar modul and i have not the time to work on this modul too. This modul wasn't continued and as i spend the download link here i don't planned to rewrite something at this modul. To make it work for WB is one thing, to add extra functions another. So as i say at the moment no time, maybe next week.

@pcwacht
I'm not shure that WYSIWYG was implemented.

Matthias
« Last Edit: February 10, 2006, 04:52:25 PM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
kweitzel
Forum Team
A Baker's Baker
*****
Offline Offline

Posts: 4214


WWW
« Reply #18 on: February 10, 2006, 05:06:16 PM »

of cause, understandable ... I just wanted to say ... btw, always good work you do!

cheers

Klaus

PS: maybe in the future or somebody else  grin
[edit] sh** ... german keyboard layout and UK keyboard ... bound to bring in typos ... [/edit]
« Last Edit: February 10, 2006, 05:07:52 PM by kweitzel » Logged

pcwacht
Guest
« Reply #19 on: February 10, 2006, 05:42:49 PM »

Wysiwyg was implemented (the old way)

I will have a look at this sometime....
Could use this module (I think)


John
Logged
Pages: [1] 2 3 ... 6 Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!