vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - BF-Easy Pages for vBulletin4 (https://vborg.vbsupport.ru/showthread.php?t=232207)

ScP 01-13-2011 09:55 PM

Hello there!

I've just installed your addon and noticed an issue with vBulletin 4.1.1 (but this will probably affect all versions). I've changed the directory names of my AdminCP and ModCP to improve security which breaks some links in the pages.php frontend.

I've changed the language settings to resolve this issue on my end but you may want to concider fixing this in your code for future versions.

Thank you for this great addon!

dale09 01-13-2011 11:25 PM

Anyone have regular mod_rewrite rules that would work with this?

djrapid.com 01-14-2011 01:20 PM

Quote:

Originally Posted by ScP (Post 2148673)
Hello there!

I've just installed your addon and noticed an issue with vBulletin 4.1.1 (but this will probably affect all versions). I've changed the directory names of my AdminCP and ModCP to improve security which breaks some links in the pages.php frontend.

I've changed the language settings to resolve this issue on my end but you may want to concider fixing this in your code for future versions.

Thank you for this great addon!

What exactly did you change?

stwan 01-15-2011 03:40 PM

Template bfeasypages:

HTML Code:

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

HTML Code:

<title>{vb:raw vboptions.bbtitle} - {vb:raw pl.title}</title>

zbahadir 01-15-2011 03:50 PM

Quote:

Originally Posted by ScP (Post 2148673)
Hello there!

I've just installed your addon and noticed an issue with vBulletin 4.1.1 (but this will probably affect all versions). I've changed the directory names of my AdminCP and ModCP to improve security which breaks some links in the pages.php frontend.

I've changed the language settings to resolve this issue on my end but you may want to concider fixing this in your code for future versions.

Thank you for this great addon!


Quote:

Originally Posted by stwan (Post 2149524)
Template bfeasypages:

HTML Code:

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

HTML Code:

<title>{vb:raw vboptions.bbtitle} - {vb:raw pl.title}</title>

Fixed: new developer version 2.0.0

more useful
and bbcode support.

stwan 01-15-2011 05:33 PM

It would be cool if you can change the name of the page id.

Example: page-name_page.html

djrapid.com 01-16-2011 01:03 PM

1 Attachment(s)
Quote:

Originally Posted by stwan (Post 2149604)
It would be cool if you can change the name of the page id.

Example: page-name_page.html

I second this also :)

-----------------------------------

I also added this html code within html page: (see attachment) I think it is correct?

HTML Code:

<div class="collapse wgo_block block" id="wgo" style="margin-top: 5px; margin-bottom: 5px;">
  <h2 class="blockhead">Add Your Title here.....</h2>
 <div class="blockbody formcontrols floatcontainer" style="padding: 5px;">

Add Your html Text here.............

 </div>
  </div>


Drago13 01-17-2011 01:36 AM

plug-in has been acting weird since 4.11 Vb update. Any idea when version 2.0 will be released..

zbahadir 01-17-2011 07:38 AM

Quote:

Originally Posted by Drago13 (Post 2150286)
plug-in has been acting weird since 4.11 Vb update. Any idea when version 2.0 will be released..

I think in 10-15 days to present

coloresdevida 01-17-2011 07:12 PM

1 Attachment(s)
Your translation in spanish here:

Regards

owning_y0u 01-17-2011 07:32 PM

why the OL and UL html tag wont work?

jimfries 01-18-2011 09:47 PM

Quote:

Originally Posted by owning_y0u (Post 2150632)
why the OL and UL html tag wont work?

Ditto, I was coming here just for this reason. I'm attempting to

<ul>
<li>

However it's just writing it out as normal text.

jimfries 01-18-2011 10:57 PM

Page Jumps do not work within the page itself. It directs you to the home page.

<a href="PageJump1"> Jump to Spot 1</a>

<a name="#PageJump1"> Jump to Here!</a>

owning_y0u 01-19-2011 05:55 PM

Quote:

Originally Posted by jimfries (Post 2151165)
Ditto, I was coming here just for this reason. I'm attempting to

<ul>
<li>

However it's just writing it out as normal text.

i used

HTML Code:

<ol>
<li>blabla
<ol type="a">
<li>test</li></ol}
</li>

</ol>

Even when adding style to the document doenst work. using additional css files wont work ether

jimfries 01-19-2011 09:17 PM

Code:

<table border="1" cellpadding="5" cellspacing="5">
<tr>
<td>Table!</td>
</tr>
</table>

The Border takes, but Cellpadding and Cellspacing does not take effect.

onehost 02-11-2011 07:20 PM

Any updates to this? its been 3 weeks...

is there another vb page creator that actually works?

onehost 02-13-2011 12:24 AM

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/global.php(29) : eval()'d code on line 58

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/global.php(29) : eval()'d code on line 58

also the page comes out as:

domain.com/page-1.html

Is there is no way I naming my own SEO URL?
as page-1.html seems rather generic....so what
if I wanted something like domain.com/privacy.html ??

If someone can not set their own seo url, then it sorta
defeats the purpose, and fairly pointless.

I am running vb 4.1.1

any chance of an update soon?

NgocTam 03-08-2011 07:10 AM

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/global.php(29) : eval()'d code on line 64
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/global.php(29) : eval()'d code on line 64

4.1.2

NgocTam 03-19-2011 01:52 AM

please update this mod

Baghira 03-26-2011 10:27 AM

Hello,

nice work. Is it possible to make a tabwrapper for easy pages?

NgocTam 04-09-2011 12:59 PM

please update this mod

Jennifer2010 04-16-2011 04:57 AM

I agree with OneHost. Pointless unlses you can rename your page.

Unable to rename page = 2 stars and uninstall.

DrivesMeCrazy 05-19-2011 01:22 PM

ok, I can have HTML-pages and I can have PHP-pages... and it works fine :)

However, when I try to mix HTML-code and PHP-code, that somhehow seems not to work.

What am I missing? :o

Stefanus 05-19-2011 06:53 PM

Quote:

Originally Posted by jimfries (Post 2151165)
Ditto, I was coming here just for this reason. I'm attempting to

<ul>
<li>

However it's just writing it out as normal text.



Had to supply my own css for my page, just insert the following on top of every page, or make your own.

Code:


<style type="text/css">

ul.a {
  list-style-type: none;
  padding: 0px;
  margin: 10px;
}

li.a {
  background-image: url("http://www.mysite.com/forum/images/bl2.gif");
  background-repeat: no-repeat;
  background-position: 25px 5px;
  padding-left: 34px;
}
</STYLE>


Skyrider 05-19-2011 07:10 PM

Anyone has a demo? demo in the first post doesn't work anymore.

Stefanus 05-20-2011 05:18 AM

Quote:

Originally Posted by FF|Skyrider (Post 2197694)
Anyone has a demo? demo in the first post doesn't work anymore.

Try this one

OlijO 06-28-2011 02:57 PM

Quote:

Originally Posted by Stefanus (Post 2197890)

Like i see you have a vb 4.1.4, any problem to work with this mod ?
It's just to know before i upgrade my site :)
Thanks !

OlijO 07-01-2011 04:42 PM

Quote:

Originally Posted by OlijO (Post 2214102)
Like i see you have a vb 4.1.4, any problem to work with this mod ?
It's just to know before i upgrade my site :)
Thanks !

Seems to work wih 4.1.4 i don't have any problem after upgrade.

AttalaEA 07-06-2011 03:36 PM

Thank You. Really Nice :)

Stefanus 07-08-2011 04:22 PM

Quote:

Originally Posted by OlijO (Post 2214102)
Like i see you have a vb 4.1.4, any problem to work with this mod ?
It's just to know before i upgrade my site :)
Thanks !

Works fine on 4.1.4 no problems encountered so far

Molon Labe 08-11-2011 03:47 PM

I installed this and I am running vBulletin 4.1.5PL 1. It installed flawlessly and works fine, except for one thing, but I'm not it sure is a problem with the mod.

The forum I have is private. I have the "unregistered users/not logged in" group permissions set to "no" for "Can see forum." I don't want unregistered users to see the forum list, just a custom page I created. The custom page I created I want anyone to be able to see. I have all the permissions boxes checked for the page inside the mod, but it still will not show up unless the user is logged in. I think the forum permissions may be overriding it.

Does anyone know how I can work around this issue?

Thanks in advance.

FReeSTER 08-18-2011 02:42 AM

i have a problem with permissions. it wont save the usergroups i want to show the pages.

any idea?

Palidino76 08-22-2011 11:10 PM

Never mind, figured it out.

SpikedRocker 09-26-2011 09:36 PM

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.

HMBeaty 09-26-2011 09:40 PM

Quote:

Originally Posted by SpikedRocker (Post 2250355)
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.

Seems to work just fine for quite a few people.....

Megaboost 10-10-2011 04:45 PM

This works a treat on 4.1.7 Thanks for this

malemdar 10-10-2011 05:41 PM

Do not have a site running on the attached? : (

byalik 10-14-2011 01:33 AM

disregard

byalik 10-14-2011 02:04 AM

Why does the CRR rewrite the urls as "page" instead of the actual page name

NgocTam 10-14-2011 04:30 AM

Update new ver pls :D


All times are GMT. The time now is 07:43 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.01508 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete