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've installed this plugin...

where exactly do i add the pages?
(2012-03-24, 11:50 PM)Ste Hughes Wrote: [ -> ]I've installed this plugin...

where exactly do i add the pages?

You have to use the Add or Import function, from ACP.
(2010-02-17, 11:39 AM)querschlaeger Wrote: [ -> ]This is a simple convert of my Statistics Signature. It just displays some stats of your board in an image. You can change all colors, borders and width.

And how do we use it? xD
Hi guys, I've tried using the templates people provide and importing them and all but it doesnt want to add...

I don't need anything complex I just want it get some data from the other page I made and bring it over....

The code I need on the page is just

<h2>
Now paste this in game to set the flag:<br /><br />


<?
$resiname = $_POST["resiname"];
$player = $_POST["player"];
$settype = $_POST["RadioGroup2"];
$flag = $_POST["resi"]; 
$true = $_POST["falsetrue"];
echo "/res $settype $resiname $player $flag $true";
?>
</h2>

Would anyone be able to assist me, I can't seem to find out why...when I put that in the templates it just gives a white page.

(I want it to be in the forum...has header/footer etc)
(2010-01-24, 07:52 PM)querschlaeger Wrote: [ -> ]Okay, here is a useful page: Usermap (powered by Google Maps)!
It will display all of your users who provide there location in the default MyBB custom profile field in a nice Google Map!

You need a Google Maps API key for your website, get it here: http://code.google.com/apis/maps/signup.html

Edit the custom page and you will see the point to type in the key (line 3).

First run of the page will take some time to create the location cache. Don't worry about it and don't abort the page loading.

By the way: I developed a plugin called Page Converter, you will find it here: http://mods.mybboard.net/view/page-converter
This plugin allows you to convert custom pages of various page plugins into Page Manager pages. Cool
hi,
can you provide the step by step instruction to setup the user map in the forum , i got the api key from google, but not sure where to put those information.Appreciate your help on this.
I tried this one but it won't work. I just got a white page. Sad
(2012-01-01, 04:46 PM)atnun 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 all

Since 1.6.5 I switched to the builtin ReCaptcha. Now I noticed that the contact form posted above doesn't show a captcha at all and I already receive spam through it.
Could s.o. change the code so that it uses the builtin ReCaptcha when enabled?

Thanks in advance

atnun

I still have this problem. Does anyone have an idea how to change the contact form to enable ReCaptcha? Or even the builtin Captcha would be fine.
Thanks

EDIT: nevermind. I just removed the check to see if captcha is enabled and therefore have the builtin captcha active.
I'd prefer ReCaptcha but since Querschlaeger refuses to support this it will probably never happen anyway.
Here's a slightly useful one you might find. It's a Password Generator. It generates a random string of characters. It can create and from these ranges:
A-Z, a-z and 0-9.

The password will be 10 digits long. Of course, you can edit this to your will. Big Grin
(2012-03-25, 12:00 AM)Jayfore Wrote: [ -> ]
(2012-03-24, 11:50 PM)Ste Hughes Wrote: [ -> ]I've installed this plugin...

where exactly do i add the pages?

You have to use the Add or Import function, from ACP.
Where is this import function in ACP, I have created custom pages but cant figure out how do I integrate them with forum.

I want the footer "Contact us" to link to contact us form how do I do that?
Can some one give step by step direction to this new user.
Edit: Problem was solved elsewhere, thanks.
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