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
  #292  
Old 01-25-2012, 08:54 AM
nextstream nextstream is offline
 
Join Date: Nov 2011
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

//fixed fot Tag

Template bfeasypages:

HTML Code:
HTML Code:
<title>{vb:rawphrase tags} - {vb:raw pl.title}</title>
replace:

HTML Code:
HTML Code:
<title>{vb:raw vboptions.bbtitle} - {vb:raw pl.title}</title>
Reply With Quote
2 благодарности(ей) от:
Molon Labe, zbahadir
  #293  
Old 02-21-2012, 03:50 PM
tlwwolfseye's Avatar
tlwwolfseye tlwwolfseye is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a 3.8.x Version of this Mod ? Would love to add this to an older vB Forum site I am running. This Plugin is awesome. !

Thanks @ Dev.
Reply With Quote
  #294  
Old 03-30-2012, 01:32 PM
ahobilam's Avatar
ahobilam ahobilam is offline
 
Join Date: Aug 2011
Location: Chennai, India
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is not showing anything after installation.
So uninstalled.
Reply With Quote
  #295  
Old 04-04-2012, 07:33 PM
dtommy79 dtommy79 is offline
 
Join Date: Jul 2007
Location: Hungary
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I'm trying to use this code in a php page, but for some reason the output is not displayed:

PHP Code:
<?

include 'script/config.php'; 
?>
<div id="hold">

<h1><a href="/"><img src="script/logo.png"></a></h1><br>

<b>Enter a word below:</b><br>

<p id="inputp"><input type="text" id="input" class="input"/></p>
<div id="result">

<p><font style="font-size: 9pt">Dictionary Script - Buy This Script At: 
</font> 
<a target="_blank" href="http://www.websitescripts.org/">
<font style="font-size: 9pt" color="#0000FF">WebsiteScripts.org</font></a></p></div>
This is how I used it:

PHP Code:
include 'script/config.php'

$output .=
<div id="
hold">

<h1><a href='/'><img src='script/logo.png'></a></h1><br>

<b>Enter a word below:</b><br>

<p id='inputp'><input type='text' id='input' class='input'/></p>
<div id='result'>

<p><font style='font-size: 9pt'>Dictionary Script - Buy This Script At: 
</font> 
<a target='_blank' href='http://www.websitescripts.org/'>
<font style='font-size: 9pt' color='#0000FF'>WebsiteScripts.org</font></a></p></div>

"

I'm getting this error:

Code:
Parse error:  syntax error, unexpected T_STRING in /home/******/learnhungarianonline.com/pages.php(108) : eval()'d code on line 4
What am I doing wrong?

Thanks

EDIT: never mind, I've made a mistake with the double quote
Reply With Quote
  #296  
Old 04-27-2012, 08:03 PM
KGodel's Avatar
KGodel KGodel is offline
 
Join Date: May 2011
Location: Indiana
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Zab! I am using this to make a roster in PHP, however all of my output is appearing above the header and not in the actual page box. Any advice?

Nevermind. I was able to edit the pages.php code and use output control functions to capture the output and place it properly.


Quote:
Originally Posted by SpikedRocker View Post
This mod is broke beyond belief. I have a parse error that I can resolve when just having the content be print 'Hello World'; Even then it is placing this content above my header. I would push that this mod be graveyarded.
This was the same issue I had. Fix below:

In pages.php find:
PHP Code:
        try
        {
            eval(
$pl['content']);
            
$view->output $output;
            
$content $view->output;
        } 
Replace With:
PHP Code:
        try
        {
            
ob_start();
            eval(
$pl['content']);
            
$out1 ob_get_contents();
            
ob_end_clean();
            
$content $out1;
        } 
Reply With Quote
  #297  
Old 06-08-2012, 12:27 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Small problem, using this code

Quote:
<br />
<table style="width: 100%">
<tr>
<td align="center">
<script type="text/javascript" src="http://ebible.com/assets/ministry/ebible.embed.js?corporate_id=362"></script>
</td>
</tr>
</table>
This is how it appears, cut off in the footer area.
Attached Images
File Type: png bible.PNG (8.2 KB, 0 views)
Reply With Quote
  #298  
Old 06-12-2012, 11:56 AM
gpinjason gpinjason is offline
 
Join Date: Feb 2012
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this working well with 4.2.0?
Reply With Quote
  #299  
Old 07-01-2012, 03:30 PM
onealien's Avatar
onealien onealien is offline
 
Join Date: Jun 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^^^cosign that ?....
Reply With Quote
  #300  
Old 07-09-2012, 03:26 PM
MichaelEmilio MichaelEmilio is offline
 
Join Date: Jul 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having the same issue as in this post: https://vborg.vbsupport.ru/showpost....&postcount=232

I'm getting these error emails:

Code:
Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT *
            FROM bfeasypages
            WHERE
            status=1 and
            publish=1;

MySQL Error   : Table 'mydomainname.bfeasypages' doesn't exist
Error Number  : 1146
Request Date  : Sunday, July 8th 2012 @ 03:45:29 PM
Error Date    : Sunday, July 8th 2012 @ 03:45:29 PM
Script        : http://mydomainname.com/pages.php
Referrer      :
Username      : Unregistered
Classname     : vB_Database
MySQL Version :
bfeasypages is uninstalled yet I'm getting these emails.

How can I fix this issue?
Reply With Quote
  #301  
Old 07-09-2012, 05:24 PM
Shadow Shadow is offline
 
Join Date: Jan 2011
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MichaelEmilio View Post
I'm having the same issue as in this post: https://vborg.vbsupport.ru/showpost....&postcount=232

I'm getting these error emails:

Code:
Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT *
            FROM bfeasypages
            WHERE
            status=1 and
            publish=1;

MySQL Error   : Table 'mydomainname.bfeasypages' doesn't exist
Error Number  : 1146
Request Date  : Sunday, July 8th 2012 @ 03:45:29 PM
Error Date    : Sunday, July 8th 2012 @ 03:45:29 PM
Script        : http://mydomainname.com/pages.php
Referrer      :
Username      : Unregistered
Classname     : vB_Database
MySQL Version :
bfeasypages is uninstalled yet I'm getting these emails.

How can I fix this issue?
Remove all files related to this modification most specifically /forumroot/pages.php. That's the one giving you the error.
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 10:59 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.05263 seconds
  • Memory Usage 2,386KB
  • 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
  • (3)bbcode_code
  • (3)bbcode_html
  • (7)bbcode_php
  • (3)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
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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