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
(2010-12-12, 10:58 PM)private bob4 Wrote: [ -> ]
Hey everyone! I created this simple donation page, all you need to do is change the email to yours!

Thanks very much for this. Any way to enhance it, so the page is only viewable by logged-in members of specific groups (like the Member Map page)? The Donations plugin does that, and I think that is a good thing.
hi
i imported edited UserMap.xml and turned on Ignore version
when i click on page its blank
whats the problem?
(2011-03-21, 01:03 PM)h0mayun Wrote: [ -> ]hi
i imported edited UserMap.xml and turned on Ignore version
when i click on page its blank
whats the problem?
Make Google Map API Key and add it to the 3rd line of usermap page.
tnx for reply
i already did that
Something is missing then.

See this: http://yaldaram.com/misc.php?page=usermap , working..
lol i forgot to enable page
i just imported file and though it will be enable automatic
tnx
works great

sorry, i have 2 questions
how to make usermap viewable to members only?

and what is minimum time allowed for update?
by default it updates every 48 hr
can i set it to 24hr
ok i solved first question by this code
--------------------------------
if($mybb->usergroup['gid']== 1)
{
error_no_permission();
}
----------------------------
how about second question??
http://code.google.com/apis/maps/faq.htm...oder_limit

If you have 2500 members that filled the location data the limit is 24 hours. Please note that users changed the location data rarely (in most cases never). So I don't see a reason to update the map cache too often.
tnx 4 reply
so if i have 25 members i can 100 times update per day Big Grin
did i understand correctly?
If all of them filled the location field (every member with unique data): Yes, that's the limit.
Hi,

I used pagemanager on a website I set up for a friend, and decided to share this custom page here as a thanks for the great mod. Shy

Its an Online Users In the Last Week page, and is fully commented with its own language file for easy language changes. It does not sort as nobody could help me with that - if anyone knows how that would be great to improve the page.

INSTALLATION:
Unpack the zip, import the xml as a new page. Put the language file in the inc/languages/english folder.

Removed this attachment - see a couple of posts on for fresh version.

http://community.mybb.com/thread-63357-p...#pid666115



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