Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

PageBuilder Plugin

(Page 8 of 10)
> > > >
Quote Reply
Re: [webslicer] Hacking PageBuilder to get nice filenames In reply to
hello every one, please help to solve my problem.
at http://www.gossamer-threads.com/...i?post=244334#244334
topic webslicer describe how to build <%title%>.html with page builder.
i did what he sad, but i have strange result when i try build pages:

A fatal error has occured:Unable to open page: c:/html/links/The_$20_Bill_Commemoration_of_9/11.html. Reason: No such file or directory at c:/cgi-bin/links/admin/Plugins/PageBuilder.pm line 1523.
Please enable debugging in setup for more details.

but i need The_$20_Bill_Commemoration_of_9.html

not a The_$20_Bill_Commemoration_of_9/11.html



please help.
Quote Reply
Re: [romanslon] Hacking PageBuilder to get nice filenames In reply to
Your title probably contains the character '/', that's why it won't work (and that's why the plugin usually doesn't allow the <%Title%> tag in the filename!

The easiest fix is probably to remove the '/' from your title!

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Hacking PageBuilder to get nice filenames In reply to
its working now.

its possible to build smaller letters on file name?
now i have
The_$20_Bill_Commemoration_of_9.html

need:
the_$20_bill_commemoration_of_9.html

Last edited by:

romanslon: Oct 1, 2003, 4:29 AM
Quote Reply
wysiwyg in pagebuilder In reply to
Trying to get htmlarea or other wysiwyg editor in Links and in Pagebuilder.

http://www.gossamer-threads.com/...ring=wysiwyg;#227236

Has anyone gotten this to work?

I'm assuming that there would have to be a separate mod for the Pagebuilder plugin.

Thanks Smile

------------------------------------------
Quote Reply
Re: [romanslon] Hacking PageBuilder to get nice filenames In reply to
guys please help to solve my problem.i think it will be interest everyone who build static pages.

my problem is:

"its possible to build smaller letters on file name?
now i have
The_$20_Bill_Commemoration_of_9.html

need:
the_$20_bill_commemoration_of_9.html"


webslicer sad me that i need to use "several filters to remove unwanted characters..." but im not programmer.

please help.
Quote Reply
Links in subcategory listing In reply to
We have two parts of our site that have different looks (and even functionality - one part is built in JSP, the other is static HTML).

Using PageBuilder, I'm outputting category pages into the two different templates - and two different directory paths.

The problem comes with the sub-category links on the new category pages - they use the default build_root_path. What I'd like them to use is the path of the new directory. Is there a way to do this?

Thanks!
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
i have run pagebuilder finelly on my local pc.

but when i trying to run it online(nph-pagebuilder.cgi), i have strange error:

Building simple pages:

Scalar found where operator expected at (eval 9) line 11, near ""<li><a href="$build_detail_url"
(Missing operator before $build_detail_url?)
String found where operator expected at (eval 9) line 13, near "html">$name</a>

""
(Might be a runaway multi-line "" string starting on line 11)


Done (0.00 s)


Building category pages:

Nothing to do.

Done (0.00 s)


Building link pages:

Nothing to do.

Done (0.00 s)


Building user pages:

Nothing to do.

Done (0.00 s)


Building editor pages:

Nothing to do.

Done (0.00 s)


Building review pages:

Nothing to do.

Done (0.00 s)




how to solve this problem?
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hello Yogi,

I must translate Home.

You can say to me how to translate ?
It is necessary to modify the code of script?

Thank you for your assistance.

Mick
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hello Yogi,

I have many difficulties to obtain your answers ! Unsure
There are conditions to obtain your assistance ?

I did not find answers on the forum.
How to translate "Home" for the construction of the pages ?

Thank you for your assistance.

Mick
Quote Reply
Re: [mick31] PageBuilder Plugin In reply to
You can change the 'Home' text, by going to 'Build->User Language->pagebuilder' and then setting 'PB_TOP' to the text you want.

I hope this helps.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Memory use issue? In reply to
I'm using PB to create a number of pages, among them, some static XML-pages (some 300 pages).

It seems I run into memory issues - PB never finishes, just stops around 80% through.

Can a job be split somehow?
Quote Reply
Re: [gotze] Memory use issue? In reply to
Can you try running the build form the command line? In your admin directory, run

perl nph-pagebuilder.cgi

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hello Yogi,

I would like to know if it is possible to replace a detail page (detailed.html) by a page built with script PageBuilder ?

For example:

<%if Option eq 'Yes'%>
PageBuilder (page.html)
<%else%>
detailed.html
<%endif%>

Your opinion ?

Thank you for your answer.

Mick
Quote Reply
Re: [mick31] PageBuilder Plugin In reply to
Yes, this is easily possible.

You can define a 'link' type page, and put a build condition

Option = 'Yes'

to only build those pages which have option set to yes.

I hope this helps.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hi, Yogi;

How much $$$ for you to update PageBuilder?

Some 6-10 pretty simple features - many posted here as questions... Can Pagebuilder do this ...

Filters like upper to lower conversion, space conversion in titles, bad char in titles removal, test building, more variables passed to the PB templates?

More than a few of us would put up money, up front, no joke!!

Thanks for any reply.
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
i have a diectory named xxx in pages/xxx

i followed your instruction in this post for building a category page

pagebuilder root directory => /home/domains/mydomain.com/www
build directory => xxx
build filename => singles.html


i got the following error:

Building category pages:

singles (Unable to build link page}.
Filename should contain one of the following tags: and/or
Directory should contain one of the following tags: ,


what am i doing wrong?
Quote Reply
Re: [ajiimd] PageBuilder Plugin In reply to
First of all, a 'category' type page, will build pages for all categories in your directory (or a selection of them if you use a build condition).

You have to give select an unique name for each category page, so for your 'build directory' field, you should use either

<%Full_Name%>

or

<%ID%>

as I indicated in the previous post.

I hope this helps.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
how do i include different files from various template sets(not just the default)? this does not work


<%include /home/www/cgi-bin/links/admin/templates/yahoo/name.html%>
Quote Reply
Re: [ajiimd] PageBuilder Plugin In reply to
This works in my installation, e.g.

<%include /home/www/cgi-bin/links/admin/templates/yahoo/home.html%>

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to

First of all, a 'category' type page, will build pages for all categories in your directory (or a selection of them if you use a build condition).




first, let me thank you for your help this morning. i did as you suggested
and i worked.
Build Directory:<%Full_Name%>
Build Filename: name.html

it created a page for every category. however, i only want to create a page for one category. (1) how do i make a build condition so i only build pages for category xxx (2) how do i make a build condition so i only build pages for category xxx and its children?

i know these basic questions are frustrating, thanks for your helpSmile

cheers
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
i am geting a message:

Can't load included file
/home/www/cgi-bin/links/admin/templates/yahoo/home.html/home/www/cgi-bin/links/admin/templates/yahoo/home.html

please help
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hi Yogi,

Is the plugin that you show/format the workshops with on your site? I like how you sort on country, instructor, date etc. Or is that something else?

Rod

-----------------------------------------------
Yoga teachers forum / Ringtones for Australia, UK
Quote Reply
Re: [rh] PageBuilder Plugin In reply to
My Workshops section is a custom module I wrote.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hi Yogi,

Thanks for the feedback. Is there anyway for you to share that custom code?

It would be great to use that approach to display our Yoga Teacher Training Class Timetable, where you could search by date, by subject etc?

Rod

-----------------------------------------------
Yoga teachers forum / Ringtones for Australia, UK
Quote Reply
Re: [yogi] PageBuilder Plugin In reply to
Hi Yogi,

It sounds like a great plugin. I have read all the posts in this thread trying to find out how it handles layout and format of page content, but didn't find it. I visited your site and found that content of some pages have headings and bullet listing. How is this implemented? by tags? I want to use this plugin with linksql to build the whole site which contains many article pages outside linksql. If your plugin can easily handle text formatting, I will definitely buy it.

Thanks.

Long
> > > >