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

PageBuilder Plugin

(Page 7 of 10)
> > > >
Quote Reply
Re: [FrankM] PageBuilder Plugin >>> 2 questions In reply to
Try setting the 'Page Condition' to
Code:
User_Introduction LIKE %

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin >>> quick2 questions In reply to
I'm having trouble calling the pages dynamically.

The static url is http://www.mysite.com/pages/test/11239.html

No problems with the above but what is the correct url to call this Dynamically.

I have Display Dynamic to yes.

Thanks

Regards

minesite

Last edited by:

minesite: Jul 29, 2003, 1:47 AM
Quote Reply
Re: [minesite] PageBuilder Plugin >>> quick2 questions In reply to
If this is a links type page, and the page name is test, then you would call it like

page.cgi?page=test;link=11239

You will find this information also in the 'About' menu for the PageBuilder plugin, under the section 'Dynamic Pages'.

I hope this helps.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin >>> quick2 questions In reply to
Thanks Yogi, I new it was simple but could not work it out,I was using the "build file name" as the "page name" as well as replacing
( for simple type ) page.cgi?page=page_name;
( for link type ) to page.cgi?link=ID;

I read the "About" menu but misunderstood the reference.


+ Dynamic Pages:



Generally, dynamic pages can be accessed through the following URL:

page.cgi?page=page_name;

Pages which are not simple pages need more arguments.
Link pages: page.cgi?page=page_name;link=ID
User pages: page.cgi?page=page_name;user=Username
Editor pages: page.cgi?page=page_name;editor=Username
Review pages: page.cgi?page=page_name;review=ReviewID






Thanks again for your help.

Regards

minesite
Quote Reply
Re: [minesite] PageBuilder Plugin >>> quick2 questions In reply to
I'm getting the following message at the bottom of the page when calling any of the pages in dynamic mode.
GT::Plugins (13116): Plugin pre handle_page stopped further plugins. at mysite/cgi-bin/admin/GT/Plugins.pm line 99


Does not occur in static mode.
MSSQL Database - NT Server - Links 2.1.2

Any idea's why this is happening ?

Regards

minesite
Quote Reply
Re: [minesite] PageBuilder Plugin >>> quick2 questions In reply to
The message you get is due to a bug in a GT module.

However, the message should only be written to your error log file, not to the screen, maybe your webserver is not configured properly....

As a quick fix, open admin/GT/Plugins.pm, and replace
Code:
$self->debug ("Plugin pre $hook_name stopped further plugins.");
with
Code:
$self->debug ("Plugin pre $hook_name stopped further plugins.") if ($self->{_debug});
Note that there are two points in the Plugins.pm file, where you have to do the replacement.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Post deleted by NeedScripts.Com In reply to
Quote Reply
Re: [NeedScripts.Com] PageBuilder Plugin In reply to
Also, is it possible to::

1) Creating a Static Page for Rate Listing (example :: http://www.test1.trpn.com/cgi/rate.cgi?ID=1103)

Thanks for the help.

Vishal Thakkar

Vishal
-------------------------------------------------------

Last edited by:

NeedScripts.Com: Jul 31, 2003, 2:15 AM
Quote Reply
Re: [yogi] PageBuilder Plugin >>> quick2 questions In reply to
Fixed !

Thanks Yogi,

Regards

minesite
Quote Reply
Re: [fmp] PageBuilder Plugin >>> 2 questions In reply to
In Reply To:
Yogi
The more I use your plugin then more I love itSmile
Could you tell us what will be all the new features (categories span pages? ability to use more than one template set? ability to build some chosen pages? and when the next release will be out ?
Txs



Hi Yogi, could you give us some news? date of next release? new features... Regards Olivier
Quote Reply
Re: [fmp] PageBuilder Plugin >>> 2 questions In reply to
Yogi,

How long after payment does the download become available? Already paid through paypal so just checking.

CCUnet
my Christian web
Quote Reply
Re: [ccunet] PageBuilder Plugin >>> 2 questions In reply to
Hi

I just contacted you by mail.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [fmp] PageBuilder Plugin >>> 2 questions In reply to
In Reply To:

(inspired by your URL rewriting global)
Where can I find this global? Is it on the GT site anywhere. I did a search and came up with nothing.

CCUnet
my Christian web

Last edited by:

ccunet: Aug 2, 2003, 7:58 AM
Post deleted by ccunet In reply to
Quote Reply
Re: [yogi] PageBuilder Plugin >>> 2 questions In reply to
In Reply To:
Hi

I just contacted you by mail.


I sent the info but the DL isn't accessible.

CCUnet
my Christian web

Last edited by:

ccunet: Aug 2, 2003, 10:08 AM
Quote Reply
Re: [ccunet] PageBuilder Plugin >>> 2 questions In reply to
here is the link

http://www.gossamer-threads.com/...orum.cgi?post=216197

Regards

FMPWink
Quote Reply
Re: [fmp] PageBuilder Plugin >>> 2 questions In reply to
Thanks much appreciated

CCUnet
my Christian web
Quote Reply
Re: [ccunet] PageBuilder Plugin >>> 2 questions In reply to
OK I installed the pagebuilder plugin. updated the build static build options built one page and poof all my plugins disappear from the plugin manger and now it says I have no plugins installed.

The files are still on my server I can see them but atempt to reinstall gives me this error

Unable to load plugin EditorMonitor Reason: No Install.pm file found in tar!

I'd appreciate any help with this.

CCUnet
my Christian web
Quote Reply
Re: [ccunet] PageBuilder Plugin >>> 2 questions In reply to
This has nothing to do with the PageBuilder plugin itself. There have been reports on various occasions that all plugins suddenly disappear, see for example http://www.gossamer-threads.com/...rum.cgi?post=207557;

If you have a backup copy of the file 'admin/Plugins/plugins.cfg', your best bet is to restore this file, it seems.

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

Thanks for the lead. This is a major bugaboo if this just happens like that. The plugin.cfg backup did not help. I had to totally delete the plugin directory and contents and download and reinstall every plugin. Not good.

Thanks for the help anyway.

CCUnet
my Christian web
Quote Reply
Re: [Clint] PageBuilder Plugin (span page) In reply to
Hi everybody

I also try to span the pages when I build a category (some of my categories have 90 links :: so the builded pages are toooooooo long)

Yogi ... Could you hep us? I think that all your pagebuilder plugin buyers would like this to be done (and probably the futures buyers to)

txs
FMP
Quote Reply
Re: [ccunet] PageBuilder Plugin >>> 2 questions In reply to
In Reply To:
Yogi,

Thanks for the lead. This is a major bugaboo if this just happens like that. The plugin.cfg backup did not help. I had to totally delete the plugin directory and contents and download and reinstall every plugin. Not good.

Thanks for the help anyway.

CCUnet

I've had this happen before. It seems to be a bug when you press the INSTALL link more than once in a row. It gets rid of plugins.cfg :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] PageBuilder Plugin >>> 2 questions In reply to
I'm trying to build a conditional plugin page that will only build pages for the root categories.

I have created a new column called Build_pagelinks enum with yes/no as the options.

I create a page in page build which I can get to work in dynamic mode without the condition. But when I try to build the page conditionally "Build_pagelinks=Yes either in static or dynamic mode it doesn't build.

I'm calling in dynamic mode like this

/cgi-bin/page.cgi?page=pagelinks;category=XX

Thanks for the help

Andre
CCUnet
my Christian web
Quote Reply
Re: [ccunet] PageBuilder Plugin >>> 2 questions In reply to
Make sure there are spaces in your condition, e.g.

Build_pagelinks = Yes

and not

Build_pagelinks=Yes

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] PageBuilder Plugin >>> 2 questions In reply to
Thanks Yogi.

That did it.

Andre

CCUnet
my Christian web
> > > >