Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Easy Pages 1.0.0 Light Details »»
Easy Pages 1.0.0 Light
Version: 1.00, by Gio~Logist Gio~Logist is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.3 Rating:
Released: 09-22-2008 Last Update: 09-22-2008 Installs: 123
 
No support by the author.

Brought To You By
ModernvB - Vbulletin Solutions & Services
http://www.modernvb.com

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.

Comments
  #82  
Old 11-15-2009, 09:03 PM
Bill from Cleve Bill from Cleve is offline
 
Join Date: Sep 2008
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What a nice little app. works great even with 3.8.4
Reply With Quote
  #83  
Old 12-28-2009, 03:36 PM
hassshasss hassshasss is offline
 
Join Date: Apr 2008
Location: turkey
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mode is compatible with version vb4.0 what you gonna be? was very beautiful.
Reply With Quote
  #84  
Old 12-29-2009, 10:44 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works with vb4 but you get errors showing at the top of the page:

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895

Parse error: syntax error, unexpected T_STRING in /home/xxxxxxxx/public_html/forum/easy_pages.php(69) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895
Reply With Quote
  #85  
Old 01-22-2010, 10:29 AM
sixxkilur's Avatar
sixxkilur sixxkilur is offline
 
Join Date: Jan 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.

Link for Edit page: http://*******/admincp/golinks_admin...edit&pageid=11
Link for Delete: http://*********/admincp/golinks_adm...delete&pageid=
there should be a pageid inserted a the end of the delete link but it's blank

looking in the golinks_admin.php file I have this
PHP Code:
<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
PHP Code:
onclick=\"delete_page($page[pageid]
replacing it with
PHP Code:
" . $page[pageid] . 
but page still does not delete.
Reply With Quote
  #86  
Old 01-23-2010, 12:29 AM
Shanj Shanj is offline
 
Join Date: Oct 2006
Location: Wales UK
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Surely usergroup permissions can be inserted with a php conditional?

You can do that with Logician's Webtemplates and this looks similar. If all the standard VB page header is there then conditionals should work.

Someone try out a conditional and post here if it works?
Reply With Quote
  #87  
Old 01-25-2010, 02:15 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed ...

Thank you Gio~Logist ... :up:

Works really well for the basic we need we had to put some information on a separate page ...

Do we need to install that delete patch mentioned?

Regards,
Badger

Edit: One problem I've noticed is that when someone goes into an Easy Page, it shows up in the "Whos On-Line" as:

Unknown Location
/easy_pages.php?p=xxxx

That's pretty dangerous from a security point of view, as it broadcasts to everyone the page location. Is there any way to stop this from happening?
Reply With Quote
  #88  
Old 01-25-2010, 04:15 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
Installed ...

Thank you Gio~Logist ... :up:

Works really well for the basic we need we had to put some information on a separate page ...

Do we need to install that delete patch mentioned?

Regards,
Badger

Edit: One problem I've noticed is that when someone goes into an Easy Page, it shows up in the "Whos On-Line" as:

Unknown Location
/easy_pages.php?p=xxxx

That's pretty dangerous from a security point of view, as it broadcasts to everyone the page location. Is there any way to stop this from happening?
Dangerous? That's the URL to the page.
Reply With Quote
  #89  
Old 01-25-2010, 05:14 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
Dangerous? That's the URL to the page.
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
Reply With Quote
  #90  
Old 01-25-2010, 08:54 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
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?
Reply With Quote
  #91  
Old 01-25-2010, 09:22 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Digital Jedi View Post
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.

Regards,
Badger
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09089 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete