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
  #132  
Old 01-24-2010, 09:09 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dmknights View Post
Support is needed please
I already answered this in my reply at https://vborg.vbsupport.ru/showpost....&postcount=124

When you ask a question, it would help if you checked for replies.

To turn off the Tab:
  1. Admin CP | Settings | Options >> BF-Easy Pages
  2. Hide Tab Yes No
To add more tabs, install Tabs Add System for vBulletin 4 (sstab advanced).
Reply With Quote
  #133  
Old 01-24-2010, 09:22 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 Stefanus View Post
I've got the same problem with the list elements on my pages, but on an "invalid page" it does not appear:

Compare with this page on your site:
http://forum.psychlinks.ca/pages.php?pageid=2

Found what caused the problem:

Admin Control Pane -> Settings -> Server Settings and Optimization Options -> Use Remote YUI -> Set this to none!
(YUI (Yahoo! User Interface Library) script files are hosted locally on your server, you may however have them served from Yahoo or Google servers, saving you some bandwidth and potentially decreasing load times.)

zbahadir, could you check this out?
fixed this bug v1.3.6
and improved version.
Reply With Quote
  #134  
Old 01-25-2010, 12:47 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bit of a loss with this.

If we use HTML pages, how do we:

use <li> <ul> <h1> etc tags

< more than proficient in html, just it is not displaying correctly
Reply With Quote
  #135  
Old 01-25-2010, 01:06 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Bit of a loss with this.

If we use HTML pages, how do we:

use <li> <ul> <h1> etc tags

< more than proficient in html, just it is not displaying correctly
Just make sure you're adding it as an HTML page, not a PHP page, and then add the code as you would with any HTML page.

For example, my page at http://forum.psychlinks.ca/pages.php?pageid=1

uses the following at the top as a table of contents, with each item hypertext-linked to a location further down the page:

Code:
<ol>
<li><a href="#basic">Basic Forum Rules and Principles</a></li>
<li><a href="#general">General Forum Rules</a></li>
<li><a href="#posting">Posting Rules and Guidelines</a></li>
<li><a href="#registration">Registration and Account Activation</a></li>
<li><a href="#email">Your Email Account</a></li>
<li><a href="#pm-vm">Private Messaging and Visitor Messaging</a></li>
<li><a href="#ownership">Ownership and Copyright</a></li>
<li><a href="#images">Avatar, Profile Albums, and Other Images</a></li>
<li><a href="#new">New Members: Restrictions on Privileges and Permissions</a></li>
<li><a href="#signature">Signature Restrictions</a></li>
<li><a href="#article">Article Restrictions</a></li>
</ol>
Reply With Quote
  #136  
Old 01-25-2010, 01:45 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope beats me.

<h1>The Official British Expats in Australia Site.</h1>

does not render as heading tags.

ul li ol does nothing.

Are we supposed to allow html ? in vb options ??

If it says add html page, html code is allowed lol.

Then I am assuming:

You dont need html/head/body tags as these are already rendered
Reply With Quote
  #137  
Old 01-25-2010, 01:57 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Nope beats me.

<h1>The Official British Expats in Australia Site.</h1>

does not render as heading tags.

ul li ol does nothing.
That is weird becauuse I also use H1, H2, and H3 tags and they work for me just fine.

Quote:
Originally Posted by TimberFloorAu View Post
Are we supposed to allow html ? in vb options ??
Hell no. I don't do that and would not advise it.

Quote:
Originally Posted by TimberFloorAu View Post
If it says add html page, html code is allowed lol.
All I can suggest is that you have another add-on interfering with this one.

Do you want to post the code that's not working?

Quote:
Originally Posted by TimberFloorAu View Post
Then I am assuming:

You dont need html/head/body tags as these are already rendered
Yes. If you add those, you'll really confuse your browsers...
Reply With Quote
  #138  
Old 01-25-2010, 02:06 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In taht case must be another Mod.

Will go back to creating our own pages.

Thanks
Reply With Quote
  #139  
Old 01-25-2010, 02:46 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
In taht case must be another Mod.

Will go back to creating our own pages.

Thanks
Wait... I just installed version 1.36 and now I'm getting what you described. ALL of the formatting has disappeared from my HTML page.

Major error....

I reverted to version 1.35.

See atachments.

1bfeasypages-bad.jpg is version 1.36

1bfeasypages-good.jpg is version 1.35
Attached Images
File Type: jpg 1bfeasypages-bad.jpg (70.4 KB, 0 views)
File Type: jpg 1bfeasypages-good.jpg (53.1 KB, 0 views)
Reply With Quote
  #140  
Old 01-25-2010, 02:59 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by djbaxter View Post
Wait... I just installed version 1.36 and now I'm getting what you described. ALL of the formatting has disappeared from my HTML page.

Major error....

I reverted to version 1.35.

See atachments.

1bfeasypages-bad.jpg is version 1.36

1bfeasypages-good.jpg is version 1.35
Ahh good onya DJ.

There is HOPE after all thanks for taking the time and effort :up:
Will look at older version, and/or wait on coders input
Reply With Quote
  #141  
Old 01-25-2010, 03:04 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Ahh good onya DJ.

There is HOPE after all thanks for taking the time and effort :up:
Will look at older version, and/or wait on coders input
You can still download version 1.35. That has some minor cosmetic bugs but works as it should.
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 07:00 AM.


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.11059 seconds
  • Memory Usage 2,385KB
  • 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_code
  • (1)bbcode_html
  • (3)bbcode_php
  • (10)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
  • (2)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
  • (12)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