Error! Could not do what you wanted. Please check your input.
Search
Search results
Number of search hits: 648
-
Referencing Pagesetter URLs within HTML area (Dizkus)
-
Type with a field of type text and then try and add content to that field that consist of a URL referencing another pagesetter publication e.g.
Some Link
When I update this edit, I get the following error message:
Forbidden
You don't have permission to access /dance/index.php
Created on Jun 04, 2009
-
Older modules (Content)
-
can add Pagesetter items.
Pagesetter Archive
The Pagesetter Archive is a monthly archive that lets you browse your Pagesetter publications (typically News) by month.
Pagesetter Calendar
The Pagesetter Calendar module lets you display your Pagesetter items in a traditional month based calendar view. With this you can announce upcoming events on your website or meetings on your intranet.
Topic Access
The TopicAccess module allows you to restrict access to various Pagesetter publications based on their topic. You can grant read/write access to PostNuke groups such that certain groups may be prohibited to read all publications associated with a specific topic.
PostNuke Help
pnHelp is a dynamic online help system that allows the administrator (or
Created on Mar 18, 2009
-
Pagesetter (Content)
-
1.x.
Download
Project page
Pagesetter is a page creation module that allows Zikula administrators to create their own publication types containing any set of relevant data fields. The long term goal is ultimately to be able to implement all of the simple database dependent ideas that normally require separate Zikula modules.
Pagesetter can for instance be used for recipes, news items, task lists, product descriptions, and so on. Any data that can be described by a fixed set of data fields with separate types can be stored in Pagesetter.
The most prominent features are:
Unlimited number of different publication types, each of which with an unlimited number of fields.
WYSIWYG HTML editor with point-and-click linking to Photoshare images and other Pagesetter publications.
File attachments, Pagesetter can even be used as a complete up/download system.
Flexible workflow system.
Nested categories and other classifications can be created and used for input fields.
Input validation of fields for reals, integers, booleans, dates, and times.
pnRender templating and caching . Pagesetter even allows you to define your own input types with it's plugin system.
PostNuke blocks with a list of the available publications, category based menus, and single publication blocks.
"Print this" feature.
Enabling and disabling of publications by an "online" flag as well as start and expire dates.
Use as start page like the News module.
Created on Mar 18, 2009
-
Display Images (Dizkus)
-
Hi,
I'm using Pagesetter 6.3.0.0 with PostNuke 0.764 and both are working perfectly. I have successfully created a Publication type and associated html template that allows and displays the upload of images via a field of name "topLevelCoursesSlideshowImageUpload" and type "imageupload".
Within the template I can successfully view instances of the uploaded images using the smarty
Created on Mar 13, 2009
-
Pagesetter doesn't show Scribite editors correctly (Dizkus)
-
In Zikula 1.1.0 I can show editors correctly but If I create my templates inside the directory "publications" then any editors is not displayed anymore...edited by: arkanoyd, Jan 27, 2009 - 06:11 PM
Created on Jan 27, 2009
-
HACK: Relating a Mediashare Album with a Pagesetter publication (Dizkus)
-
Topics are needed to install Pagesetter but i never really got to use them in any publication type i made... I found easier to edit and define a category field.
In any case, what, then can we do about the now unused Topic field when creating a new publication? Well why not repurpose it to create a link between your publications (any publication) and your Mediashare albums?
Yeah!, like this you would create an album, then write about those images and link them...
Pros
-----
You'll use the $core.topic.name to get the name from that album.
It should make easier to embed the contents of an album into a publication.
It means also that you can also add to your album and it will dynamically expand on your publication.
Cons
----
You'll be losing your topics (if you needed them... well... then don't do this).
Implementation needs to be 'unhacked', maybe someone more intelligent can catch the drift and code up a solution that's less dirty.
Filtering by topic would be pointless (using topicid=x)
-----------------------------------
Why?
----
Not only because it can be done, but because it's more convenient: you can use the XML output to display your album images using several flash scripts, or create your own templates to show the album embedded on the publication.
-----------------------------------
How?
----
BACKUP YOUR INSTALLATION AND DATABASE!
TEST FIRST IN LOCALHOST!
If this breaks up your site I'm not responsible.
Go to line 280 of common.php in modules/pagesetter/
Change the word Topics for mediashare (lowcaps!!!)
Lines 287 to 290 or 288 to 291 has the $sql variable (the sql query), change it so it now reads like this:
[code=php] $sql = "SELECT ms_id, ms_title FROM zk_mediashare_albums ORDER BY ms_title";
[/code]
Of course, if you chose a different prefix for your tables (pn if you use postnuke for example) change it accordingly.
------------------------------------
THAT'S IT!
Don't touch anything more and go to any publication type... See the wonderful Album selector where the publication topic selector was !!!
------------------------------------
Usage
-----
Unfortunately i have not yet discovered how to extract the main image from an album to use as an album cover so... We'll do with what we have at hand
On your templates:
$core.topic.name
Displays the associated Album name.
$core.topic.id
Displays the associated Album Id number.
------------------------------------
So... we finish an article and we could use the xml mediashare template to create a nice list that works with ... say ... JW Image Rotator.
This way also let's us use any mediashare output that is headerless and footerless (lightbox!!!).
If somebody says "Hey, that image is mine and i would like you to remove" (you know, your typical Cease and Desist), you can easily remove the offending image from your Mediashare Album instead of editing your Pagesetter publication.
-------------------------------------
TODO
----
Here's where we need people far more clever!
The $sql query is not parametrized, and hence, not truly up to the quality of what Jorn has done with his beautiful modules (and that's why this is a HACK and not a MOD :D )...
There should be a way to do this (IMHO) without needing to cripple Topics.
I propose somebody fixes this and let's us know where to make the changes and what files to add so this is more compliant.
There should be a way to "read" what the Album main image is, to display it if needed.
There should be a way to say something like $core.mediashare_album.id, $core.mediashare_album.name and $core.mediashare_album.mainimage and a proper function to embed the associated Album info and/or contents using any mediashare template we would like.
What happens to a publication when it points to an album that no longer exists? If this happens, there should be a "set to none" function working there too
Created on Jan 17, 2009
-
Display puplication language in relation list (Dizkus)
-
I'm looking for the line where I can display the language of publication in relations list because I've several publications with the same title but for different languages.
Any idea ?
Thanksedited by: Starguezer, Jan 14, 2009 - 11:51 AM
Created on Jan 14, 2009
-
[ANSWERED] Filtered Random Block (Dizkus)
-
[url]http://elfisk.dk/index.php?module=pnForum&func=viewtopic&topic=3115[/url]
this thread had the info... The link is not working and it needed a correction, so i here present you the whole randompub.php
[code=php]
[/code]
edited by: whiskey, Dec 15, 2008 - 06:36 AM
Created on Dec 14, 2008
-
How to remove meta-data (Dizkus)
-
Hi all, let say first that you guys are doing a great job. Pls can any one show how to disable "Editing Publication Meta Date" section from users outside admin.
Thanks for you response
chuksy
Created on Nov 18, 2008
-
auto creation of publications without maually inputting? (Dizkus)
-
Here's one...
Is it possible to create a publication and submit it without having to manually fill in the fields?
Let's say I have a file (csv) or a table in my DB with 1000 rows and 2 fields in each row; "name" "age" I wouldn't want to have to manually create 1000 publications-that would kill me... Is there a way that I can automate the publication creation process whereby each row in the csv or table would create a publication with the fields; "word" "number" and submit it to the db?
Correct me if I'm wrong but do I recall that simply inserting the
Created on Nov 06, 2008
Start a new search