Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
BF-Easy Pages for vBulletin4 Details »»
BF-Easy Pages for vBulletin4
Version: 1.3.9, by zbahadir zbahadir is offline
Developer Last Online: Dec 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.x Rating:
Released: 01-04-2010 Last Update: 07-20-2010 Installs: 316
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations  
No support by the author.

BF-Easy Pages for vBulletin4
  1. Easy page creation
  2. Recover deleted pages
  3. vB4 Wrapper or use special Wrapper
  4. HTML & PHP Content Support


v1.3.5
Added: Maintenance Mode
Fixes: IE8 bug
Fixed: vBSEO Compatible URL
Added: Page Type => pagelist
Added: Page Hold or Publish status
Added: Page insert and update date
Added: Pages group access control
Changed: Navtab Template to Checked Type

1.3.6
Fixed : Tab Hide Bug
code development and a few small bug
Changed template bfeasypages
After installation should be revert template bfeasypages

1.3.7
Full HTML support
vB4.0.2 compatible

1.3.9
With improved access privileges
CSS support for HTML content that was provided

vBSEO Custom Rewrite Rule
PHP Code:
'^pages\.php$' => 'pages.html'
'^pages\.php\?pageid=(\d+)$'
=>'page-$1.html' 
No Upgrade
It is recommended that you install directly

Backup data and Uninstall product.
Upload all files
Import Product. :up:
Revert templates -> bfeasypages, bfeasypages_pagelist

If the installation fails!
---
Delete database table => bfeasypages
Revet tables => bfeasypages, bfeasypages_pagelist
Upload All Files
Import Product.

Demo :
http://bilgivadisi.com/pages.php

Usage HTML Content
PHP Format = No
HTML Code:
<table width="100%" border="1"><td>HTML Code</td></table>
Usage PHP Content
PHP Format = Yes
PHP Code:
$output .="<font color='red'>Hello World</font>"
Other example php code:
PHP Code:
$x=123;
$y=234;
$sum$x+$y;
$output .= "Sum :".$sum;
//$output .= phpinfo(); 

Download Now

File Type: zip BF-Easy Pages v1.3.5.zip (159.3 KB, 202 views)
File Type: zip BF-Easy Pages v1.3.6.zip (8.3 KB, 212 views)
File Type: zip BF-Easy Pages v1.3.7.zip (9.6 KB, 495 views)
File Type: zip BF-Easy Pages v1.3.9.zip (10.8 KB, 1518 views)

Screenshots

File Type: png examplepage.PNG (28.2 KB, 0 views)
File Type: png acpmenu.PNG (8.5 KB, 0 views)
File Type: png acppagelist.PNG (17.8 KB, 0 views)
File Type: png homepagelist.PNG (23.7 KB, 0 views)
File Type: png acp_settings.PNG (36.9 KB, 0 views)
File Type: png addpage.PNG (32.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
gundamz, RichieBoy67

Comments
  #102  
Old 01-21-2010, 05:18 PM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we set usergroup pages for each individual page we create with this mod? I want to be able to allow different usergroup access permissions for different pages I create.
Reply With Quote
  #103  
Old 01-21-2010, 06:07 PM
zbahadir's Avatar
zbahadir zbahadir is offline
 
Join Date: Jun 2006
Location: TRABZON/TR
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TunerNetwork View Post
Can we set usergroup pages for each individual page we create with this mod? I want to be able to allow different usergroup access permissions for different pages I create.
This mode provides only read access support.
Version 2x' authority to read/create the page will be supported.
Reply With Quote
  #104  
Old 01-21-2010, 10:05 PM
chingon chingon is offline
 
Join Date: Dec 2007
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalled, not working and no support.
Reply With Quote
  #105  
Old 01-21-2010, 11:12 PM
zbahadir's Avatar
zbahadir zbahadir is offline
 
Join Date: Jun 2006
Location: TRABZON/TR
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chingon View Post
Uninstalled, not working and no support.
Sorry, I'm working on a new version.
Submit your information, I install.
Reply With Quote
  #106  
Old 01-21-2010, 11:26 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chingon View Post
Uninstalled, not working and no support.
1. It's working for me and many others.

2. More support has been given already by the author in this thread than you'll find in many add-ons here.
Reply With Quote
  #107  
Old 01-21-2010, 11:37 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

zbhadir, another minor bug to fix...

There are extraneous list elements at the top of my HTML page at http://forum.psychlinks.ca/pages.php?pageid=1 (see attachment below). I have confirmed that it happens both in Internet Explorer 8 and in Firefox 3.5x.

At the top of that page, I have an AdSense banner under the navbar, followed by a vBulletin notice to my members, as you can see in the attachment.

A "View Source" shows me this:

PHP Code:
    <li class="navbit lastnavbit"><span>Forum Rules</span></li>
 
    </
ul>
    <
hr />
</
div>

 
<
div id='ad_global_below_navbar'><div align="center" style="padding: 10px;">
<
script type="text/javascript"><!--
google_ad_client "ca-pub-4971789093806509";
/* AdSense 728 x 90 Forum Top Default */
google_ad_slot "2549239647";
google_ad_width 728;
google_ad_height 90;
//-->
</script>
<
script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>
</
div></div


    <
form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
        <
input type="hidden" name="do" value="dismissnotice" />
        <
input type="hidden" name="s" value="" />
        <
input type="hidden" name="securitytoken" value="1264123277-19003e1d84fcba7070ea2b60b62fdb9b7652863c" />
        <
input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
        <
input type="hidden" name="url" value="" />
        <
ol>
            <
li class="restore" id="navbar_notice_11">
    
    <
b><font color="Navy">

[
B][I]{text of notice is here deleted for this post}[/I][/B]


</
li
        </
ol>
    </
form>
 
    <
div class="blockbody">
      <
div class="blockrow">
        <
div style="color:Navy">

<
h1>Psychlinks Forum Community Rules and Guidelines</h1>
<
ol>
<
li><a href="#basic">Basic Forum Rules and Principles</a></li>
<
li><a href="#general">General Forum Rules</a></li
I can't figure out where those additional list markers are coming from, other than that I did not enter them in the HTML code that I added via the Admin CP panel.
Attached Images
File Type: jpg 1rules.jpg (75.4 KB, 0 views)
Reply With Quote
  #108  
Old 01-22-2010, 08:21 AM
zbahadir's Avatar
zbahadir zbahadir is offline
 
Join Date: Jun 2006
Location: TRABZON/TR
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was tested in a few places.
No problem.
The new version would be better (Ver 2.0.0 Pro).
A little more patience.
Reply With Quote
  #109  
Old 01-22-2010, 10:13 AM
Sador's Avatar
Sador Sador is offline
 
Join Date: Mar 2009
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
If your members are accessing the page from a link/tab in the navbar, they are never going to see that URL, just whatever title you gave to the page. Hardly an issue worth worrying about.
Sure they do, they see it in their browsers. With vbulletin becoming more and more seo friendly and most software being able to set your own kind of links, I'd like that for this product as well.

If it's impossible, or the author doesn't want to add that, so be it, it's still a great mod. But if he does, it's still a very nice feature in my opinion.
Reply With Quote
  #110  
Old 01-22-2010, 11:19 AM
willy888 willy888 is offline
 
Join Date: Apr 2006
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I upgrade it with no probplem
Just uninstall and install - copy the pages again and works great
Thanks for this mod
This should be in vb default options
Reply With Quote
  #111  
Old 01-22-2010, 01:57 PM
madotds madotds is offline
 
Join Date: Oct 2007
Location: UK
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi cheers for the mod but for some reason it is not working 100% for me lol

if you have a look AT THIS PAGE on my site you will see that it is making the page alright but the style is messing up!

Any idea what may be causing this please?

Mark
Reply With Quote
Reply


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 09:40 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05348 seconds
  • Memory Usage 2,391KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_html
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete