MyBB Community Forums

Full Version: [Page Manager] Share your custom pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
i installed it but getting the following error as soon as i click on page manager:
Forbidden

You don't have permission to access /forum/admin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
(2010-10-13, 01:00 PM)drankur Wrote: [ -> ]i installed it but getting the following error as soon as i click on page manager:
Forbidden

You don't have permission to access /forum/admin/index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

http://community.mybb.com/thread-79550-p...#pid581379
thanks worked, i also posted in undo delete also same error please have a look
i want to add "Can't spot yourself, update your location in your UCP!" at the top of google page (with UCP clickable). How to do that??
(2010-01-29, 10:18 AM)querschlaeger Wrote: [ -> ]Here is another one: A contact form!

It includes everything you need: Captcha (if enabled in Admin CP) for guest, email verification etc. This page is also language-independent.

Hi,
Very thank four your great plugin!

How can I add more data fields to my contact page? (like phone number and address)
Might also be nice to have a drop-down list, for the reason you are contacting the admin?

Thanks.
also can you tell, at what interval the google usermap gets updated ??
(2010-10-13, 02:57 PM)drankur Wrote: [ -> ]also can you tell, at what interval the google usermap gets updated ??

IIRC, it is every 48 hours. It is posted somewhere in this thread.
(2010-10-13, 02:57 PM)drankur Wrote: [ -> ]also can you tell, at what interval the google usermap gets updated ??

Just take a look into the code:

if(!file_exists($datacache) || time()-filemtime($datacache) > 169200 || ($mybb->usergroup['cancp'] && intval($mybb->input['update']) == 1))
{
/* ... */
}
(2010-10-13, 02:16 PM)ansar_m Wrote: [ -> ]
(2010-01-29, 10:18 AM)querschlaeger Wrote: [ -> ]Here is another one: A contact form!

It includes everything you need: Captcha (if enabled in Admin CP) for guest, email verification etc. This page is also language-independent.

Hi,
Very thank four your great plugin!

How can I add more data fields to my contact page? (like phone number and address)
Might also be nice to have a drop-down list, for the reason you are contacting the admin?

Thanks.

Hi Sebastian!
If you are very busy, a small example about adding new field will suffice.
When I import xml from you attachment is always shown this messages ERROR :

Could not find an importable page with the file you uploaded. Please check the file is the correct and is not corrupt.

How to fixed this error???

I install Page Manager on 1.6 and then I Import from you all xml is always ERROR.

Thank You for Advance. Smile
(2010-01-29, 10:18 AM)querschlaeger Wrote: [ -> ]Here is another one: A contact form!

It includes everything you need: Captcha (if enabled in Admin CP) for guest, email verification etc. This page is also language-independent.

tell me is currupt file. Tell me the same error bumiayu
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49