Questions tagged [pmwiki]

PmWiki is a wiki-based system written in PHP for collaborative creation and maintenance of websites.

PmWiki is a wiki-based system for collaborative creation and maintenance of websites.

PmWiki pages look and act like normal web pages, except they have an "Edit" link that makes it easy to modify existing pages and add new pages into the website, using basic editing rules. You do not need to know or use any HTML or CSS. Page editing can be left open to the public or restricted to small groups of authors.

PmWiki is written in PHP and distributed under the General Public License. It is designed to be simple to install, customize, and maintain for a variety of applications.

http://www.pmwiki.org/

20 questions
3
votes
4 answers

If else statement returning both instead of one?

This is my first PHP if statement so bear with me if I have made a silly mistake! I am running pmWiki and have a two variables for the Group names. $Group is the group name without spaces (EasyCatalog for example) and $Groupspace is the group name…
Matt
  • 77
  • 7
2
votes
1 answer

Multi-line markup in PmWiki

Let's say that I want to create markup to convert this: Some text. SHOUTY Hello. Some more text. into this: Some text. HELLO! Some more text. I would do this with the following PHP: Markup('SHOUTY', 'directives', '/SHOUTY\\s*(.+?)\\./gs', …
wizzwizz4
  • 6,140
  • 2
  • 26
  • 62
2
votes
1 answer

Post back to calling pmwiki page from PHP script for validation

I have a form set up in PMWiki. The action sends it to a php script which takes the information and does several different actions. The php script needs to validate the information that comes from the PMWiki page. I know how to do all of…
1
vote
1 answer

Pmwiki can not acquire lock file

When i want to edit a page of my pmwiki, i get a screen containing this message: PmWiki can't process your request Cannot acquire lockfile We are sorry for any inconvenience. More information Return to http://aim-bigfoot.uzh.ch/~morpho The message…
user1479670
  • 1,145
  • 3
  • 10
  • 22
1
vote
2 answers

Get the title of another page in PmWiki

I have a valid page name that I need to resolve to a page title. Example: Main.TargetPage (:title Page One:) I am the page of which the title needs to be got. Main.CurrentPage (:title Example Page:) I am the page that the PHP script is being run…
wizzwizz4
  • 6,140
  • 2
  • 26
  • 62
1
vote
2 answers

How do I correct a deprecated function?

Let me lay out the scenario so far. I've just got to working on setting up a PMWiki install. So far, so good, right? So I add pagetoc.php as described in PMWiki Cookbook for Pagetoc. Next, I wanted to add Markdown support. So a Google search brought…
Keiro
  • 125
  • 1
  • 1
  • 12
1
vote
2 answers

Changing PmWiki user profiles links?

I have an existing website with its own user-management which I am incorporating PmWiki into. I am therefore using the ExternAuth recipe in PmWiki to handle my authentication. This works fine, allowing me to authenticate users based on session…
rasmush
  • 61
  • 1
  • 7
1
vote
1 answer

PmWiki disable public edit

I recently Installed PmWiki and want to make a Site like this: http://medesign.seas.upenn.edu/index.php But PmWiki is a wiki software so everyone have access to edit pages - I dont want to have this. But I dont know how to make a page like my…
1
vote
2 answers

Load CSS and JS over HTTPS or HTTP in PMWIKI

We have a website whose home page is http://bigbird.comp.nus.edu.sg/pmwiki/farm/appl/index.php As you see, it is based on pmwiki. We find CSS, JS and other resources are loaded over http. That is because links generated by pmwiki's php files are…
user811416
  • 205
  • 1
  • 2
  • 11
1
vote
1 answer

Transferred site doesn't show content with PMWiki

A relatively simple pmwiki site has been copied to a new server. All of the formatting (non-wiki) code works however the wiki content comes up as blank. If I add a new page, that page shows up just fine. I have checked the permissions and ownership…
1
vote
1 answer

Combine Pmwiki with CMS

Currently we have a website based on Pmwiki, which needs to be expanded. The idea is to combine it with a CMS, something like Joomla. So we keep the data and wiki functionalities, while introducing user authentication system, discussion forum and…
Xun Yang
  • 4,209
  • 8
  • 39
  • 68
1
vote
1 answer

In PMWiki: Header logo link formatting

Any PMWiki folks here? I am using the Skittlish skin which has a header logo. When I declare the logo in local/config.php it displays logo PLUS the $WikiTitle. Here is the header code: ! %block sitetitle%[[{$ScriptUrl} | {$WikiTitle} ]] (:div…
user1349089
  • 127
  • 6
  • 15
0
votes
2 answers

Disable "Backlinks" in pmwiki

Is there any way to disable "Backlinks" at all, so that non-admins cannot get access to backlinks?
chaed
  • 125
  • 7
0
votes
0 answers

My changes in mystyle.css (vanilla5 skin in pmwiki) doesnt work

So, I've customized my mystyle.css (in vanilla5 skin in pmwiki). I only changed the color from #33F to #abff33. /* * Vanilla5 * A skin for PmWiki 2 (http://pmwiki.org) * Version 1.0.8 (2015-03-24) * Copyright (c) 2015 Paul…
chaed
  • 125
  • 7
0
votes
1 answer

PMwiki doesn't work anymore after upgrade to CentOS7

We had PMwiki installed in a few directories under public_html running on our old CentOS6 server. The home directories were on a file system (RAID) separate from the system, so they were not affected by the installation of CentOS7 from scratch. Now…
user1479670
  • 1,145
  • 3
  • 10
  • 22
1
2