Current time: 03-19-2010, 10:14 PM Hello There, Guest! (LoginRegister)


Post Reply 
Wiki-Plugin
02-06-2010, 09:44 AM
Post: #111
RE: Wiki-Plugin
You have to enter just "wiki" oder "start" without .html.

My Plugins: http://community.mybboard.net/thread-7655.html

[Image: StefanT_.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-06-2010, 09:03 PM
Post: #112
RE: Wiki-Plugin
(02-06-2010 09:44 AM)StefanT Wrote:  You have to enter just "wiki" oder "start" without .html.

still not working..guess I won't be using this plugin due to the lack of documentation on how to properly use it.

[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-07-2010, 10:22 AM
Post: #113
RE: Wiki-Plugin
That is your decision, I just provide this plugin because some people asked me...
The options are set correctly after the installation. Please look in the database table mybb_wiki for a article. You can use the data of the "url" field for the setting.

My Plugins: http://community.mybboard.net/thread-7655.html

[Image: StefanT_.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-17-2010, 03:10 AM
Post: #114
RE: Wiki-Plugin
StefanT: how to set URL Type and URL settings to rewrite urls like you do on your forum: http://www.mybbcoder.info/wiki/ ?

When I set like this:

URL Type: QUERY STRING
URL: /wiki.php?

my root-link (Wiki) is http://mysite.com/wiki.php? and isn't exist...
In settings you wrote "HTTP REQUEST STRING" for rewrite and Must match with setting above, so help, please.

[ greets/pozdrawiam ] :: DamYan :: [ www.MyBBoard.pl - Official Polish MyBB Support ]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-17-2010, 08:41 AM
Post: #115
RE: Wiki-Plugin
It is not as easy to use rewrite as it could be... A lot of links in the MyBB templates are relative so is can cause some trouble. (This is the reason why there is not button to use SEO.) Sad
URL Type: HTTP REQUEST STRING
URL /wiki/
And you have to add a RewriteRule to htaccess.

My Plugins: http://community.mybboard.net/thread-7655.html

[Image: StefanT_.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-17-2010, 08:22 PM
Post: #116
RE: Wiki-Plugin
Another important question - what with threads for discussion - how can I moderate (delete for example)?

[ greets/pozdrawiam ] :: DamYan :: [ www.MyBBoard.pl - Official Polish MyBB Support ]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-18-2010, 08:51 AM
Post: #117
RE: Wiki-Plugin
RewriteRule:
Code:
    RewriteRule ^wiki/(.*)$ wiki.php [L]
(02-17-2010 08:22 PM)DamYan Wrote:  Another important question - what with threads for discussion - how can I moderate (delete for example)?
You can not delete the discussion itself (because it is also used for the search) but you can moderate/delete the posts in it.

My Plugins: http://community.mybboard.net/thread-7655.html

[Image: StefanT_.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-18-2010, 03:47 PM
Post: #118
RE: Wiki-Plugin
(02-18-2010 08:51 AM)StefanT Wrote:  /.../ You can not delete the discussion itself (because it is also used for the search) but you can moderate/delete the posts in it.

Why?

[ greets/pozdrawiam ] :: DamYan :: [ www.MyBBoard.pl - Official Polish MyBB Support ]
Visit this user's website Find all posts by this user
Quote this message in a reply
02-19-2010, 08:32 AM
Post: #119
RE: Wiki-Plugin
(02-18-2010 08:51 AM)StefanT Wrote:  (because it is also used for the search)
It is the easiest solution to add the possibility to search to the wiki.

My Plugins: http://community.mybboard.net/thread-7655.html

[Image: StefanT_.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-06-2010, 07:55 PM
Post: #120
RE: Wiki-Plugin
can you make it SEO please ( or at least tell us what to put into the .htacess to make it SEO friendly like Frost SEO URL plugin)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: