Easy Pages
Ever wanted to a quick and effective way to add pages? This is your answer Easily add pages to your website, and manage your pages quick and easily. Your existing pages are stored in admincp for easy access, and provided with a link directly to the page.
Keeping this basic for now as a light, but if enough feature requests come along I'll see if i decide to go somewhere else with this o_0
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I installed this product over a year ago starting with installing it on vBulletin v 3.7.1 all the way up to 3.8.4 PL2. works great for what it is and very useful to add some quick goods to your site. However I have always had the same issue with it. Once you have created a page clicking delete the page is not removed.
<script>
function delete_page(pageid){
if(confirm("Are you sure you want to delete this page?")){
location = "golinks_admin.php?do=delete_page&pageid=" + pageid;
}
}
</script>
// Are you going to edit or delete? Hurry and make a decision, i'm running out of ideas here!
$cell[2] .= "\n\t<a href=\"golinks_admin.php?do=edit&pageid=" . $page[pageid] . "\">Edit Page</a> - <a href=\"golinks_admin.php?do=delete&pageid=\" \">Delete</a>";
I was able to get the pageid to append to the link by removing
Perhaps I'm missing your point, but is that not the point that everyone here who might install this should be aware of?
It's already PUBLIC in the Who's On-line list for everyone's members to see and click on?
Am I missing something?
Thanks for the feedback...
Regards,
Badger
Well, unless you trying to do something wholly different from what this mod intends, I can't imagine why you wouldn't want people to know the URL to the page. How else would they get to it?
Well, unless you trying to do something wholly different from what this mod intends, I can't imagine why you wouldn't want people to know the URL to the page. How else would they get to it?
Ok, now I'm really confused....
I think it might be me misinterpreting your orignal point....
If so, my apologies ...
We don't have a problem with it as the only way we use it is to get to a page for our on-line "live" help system for operators to login for support. It's useless for anyone who doesn't have a login name and password to get past that point anyway. We ONLY provide our moderators with the link to this page and don't use it for anything else, so it's not part of our regular web site for members.
I guess what I was saying was that the for anyone who was expecting any kind of permissions or access control in whatever they put on that page, it isn't get going to happen with this particular mod, as the page iappears in the clear on the "Who is On-line" page and can be clicked on there.