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)

djbaxter 02-17-2010 02:26 AM

Broken in vBulletin 4.02.

durdan1 02-17-2010 02:30 AM

Yep not working with 4.0.2. I hope an update comes out soon :)

sinistergaming 02-17-2010 10:48 PM

thanks this is real helpfull

djbaxter 02-19-2010 03:17 AM

Any word on when we can expect a 4.02 update?

willy888 02-19-2010 09:16 AM

Quote:

Originally Posted by djbaxter (Post 1984278)
Broken in vBulletin 4.02.

confirmed

Dark-Master 02-19-2010 10:48 AM

Waiting so hard for 1.3.7. Best addons at the moment!:)

zbahadir 02-19-2010 03:35 PM

Be added on Sunday v1.3.7 :)

Dark-Master 02-19-2010 05:09 PM

Good to hear that. I will keep refreshing this thread. xD

Thank you

greenchicken 02-20-2010 02:07 PM

Quote:

Originally Posted by zbahadir (Post 1986545)
Be added on Sunday v1.3.7 :)

Thanks for your hard work on this quality product

forumsonsuz 02-20-2010 09:58 PM

Thanks.

tavarish 02-21-2010 12:30 PM

Any way i could include the to columns i have on the front page into this?

greenchicken 02-21-2010 01:30 PM

this is a great mod, very versatile... If I could add one thing on a wishlist for this mod it would be the ability to create folders or categories some how for the pages produced....

Thanks for the work on this

Dark-Master 02-21-2010 01:41 PM

Thank you for an update.

I'm wondering why my code doesn't work. Did I put something wrong in this?
Code:

<frameset cols="*" framespacing="0" frameborder="no" border="0">
<frame src="http://csstats.xgn.in.th/cs-main/" name="xgnetwork" />
</frameset>

And this is my page url. http://www.xgn.in.th/xsense/pages.php?pageid=1

zbahadir 02-21-2010 03:28 PM

Quote:

Originally Posted by Dark-Master (Post 1988055)
Thank you for an update.

I'm wondering why my code doesn't work. Did I put something wrong in this?
Code:

<frameset cols="*" framespacing="0" frameborder="no" border="0">
<frame src="http://csstats.xgn.in.th/cs-main/" name="xgnetwork" />
</frameset>

And this is my page url. http://www.xgn.in.th/xsense/pages.php?pageid=1

<frame> to <iframe>

running code:

Code:

<frameset cols="*" framespacing="0" frameborder="no" border="0">
<iframe src="http://csstats.xgn.in.th/cs-main/" name="xgnetwork" /></iframe>
</frameset>


zbahadir 02-21-2010 03:30 PM

Quote:

Originally Posted by greenchicken (Post 1988047)
this is a great mod, very versatile... If I could add one thing on a wishlist for this mod it would be the ability to create folders or categories some how for the pages produced....

Thanks for the work on this

Those features will be in the Pro version :)

djbaxter 02-21-2010 03:30 PM

Just installed the update. It now LOOKS great but the HTML (e.g., lists, href jump-tos) are no longer working.

zbahadir 02-21-2010 03:35 PM

Quote:

Originally Posted by djbaxter (Post 1988118)
Just installed the update. It now LOOKS great but the HTML (e.g., lists, href jump-tos) are no longer working.


Other features / be active or passive ( /* passive feature */)
clientscript/reset-fonts-bf.css

Code:

/* html{color:#000;background:#FFF;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


djbaxter 02-21-2010 03:39 PM

I deleted the page, uninstalled the product, then re-installed the product and re-created the HTML page.

Nada. It is not parsing the HTML properly. See http://forum.psychlinks.ca/pages.php?pageid=1

You know, what might be a whole lot simpler than HTML and PHP options is a BBCode option. That might resolve a lot of the issues you've had with HTML and this add-on.

Dark-Master 02-21-2010 03:40 PM

Thank you for answer

But it usually has to be "<frame" since it's inside a <frameset> tag regarding http://w3schools.com/tags/tag_frameset.asp and it works fine with standalone page. I was not using an iframe. -.-

It's ok that I have to use ifram instead of frameset, but I would prefer frameset over iframe for the better website surfing exprience for user.

djbaxter 02-21-2010 03:43 PM

Quote:

Originally Posted by zbahadir (Post 1988124)
Other features / be active or passive ( /* passive feature */)
clientscript/reset-fonts-bf.css

Code:

/* html{color:#000;background:#FFF;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


I missed this. I assume I edit the XML file for this? What is the fonts.css file for?

djbaxter 02-21-2010 03:54 PM

Quote:

Originally Posted by djbaxter (Post 1988130)
I missed this. I assume I edit the XML file for this? What is the fonts.css file for?

OK, never mind. It took me a while to understand what you were saying.

No, that isn't the problem and it doesn.t fix the problem. See the link to the page I'm talking about above. Specifically, it doesn't process HTML list, a href, anchors, and paragraph tags correctly (maybe others too but those are the ones I'm noticing).

The old version did this; the new one doesn't.

Honk0815 02-21-2010 07:53 PM

My Complet Hompage have 1000px and is center.

On bf-easy sites is my complet Hompage flush left.

Why is that?
with the old version I had no problems.

I reinstall the Old Version.

GrossKopf 02-21-2010 09:41 PM

Fantastic mod. I've installed it!

Greight 02-22-2010 04:57 AM

It seems this mod does not support UTF-8. Right? What can be done?

djbaxter 02-22-2010 05:18 AM

Quote:

Originally Posted by Greight (Post 1988589)
It seems this mod does not support UTF-8. Right? What can be done?

It seems it also no longer supports HTML.

VonDoom 02-22-2010 08:18 AM

Oh well this was a great Mod, for me its useless ATM .. I just went ahead and reinstalled vBandavced and make my custom pages with that now. Not the Devs fault but i got sick of having to completely redo my pages after every vB update.

VonDoom 02-28-2010 04:12 PM

Hmm actually seems to be Parsing HTML just fine. Im back on board with this mod.. Glad to see the latest update brought it back to its former glory.

djbaxter 02-28-2010 05:16 PM

Quote:

Originally Posted by VonDoom (Post 1993808)
Hmm actually seems to be Parsing HTML just fine. Im back on board with this mod.. Glad to see the latest update brought it back to its former glory.

:confused:

It's parsing some basic HTML but it's not parsing numerous HTML tags, e.g., list. paragraph, etc.

chuckrobbie 03-07-2010 04:58 AM

Is there no way that these pages can be put into articles instead of the crappy BB code?

I do not mind using iframes in my articles...

CoZmicShReddeR 03-07-2010 08:32 AM

Quote:

Originally Posted by Honk0815 (Post 1988313)
My Complet Hompage have 1000px and is center.

On bf-easy sites is my complet Hompage flush left.

Why is that?
with the old version I had no problems.

I reinstall the Old Version.

Same issue here, I am using a fixed theme and the HTML pages make the theme shift to the left...

Is there any fix for this?

kingMOB 03-07-2010 01:23 PM

This plugin is somehow calling a secondary css file that overwrites something that we changed, to center again your page edit the template "additional_css2.css" and include there:

PHP Code:

body {
    
margin0px auto 0px auto;


This worked in my case.

Miras 03-10-2010 07:49 AM

hi

i'm using bf easy pages and want to insert Cel User's Social Groups on Forum Home on an easy page instead of the forumhome
what code do i have do insert in this easy page
Code:

{vb:raw cel_sgfh}
alone is not working
should it be php or html?

thx,
miras

pablete 03-10-2010 12:39 PM

I get an error in database whem i create a new page on vb 4.0.2.

And on Admicp the menu for this mod show * before
sample:

* My pages
*Add HTML page
........
Is this an general error or only for me?

THX

RichieBoy67 03-11-2010 04:30 AM

Great Mod! Thanks!

I haven't gone and installed this yet but I was wondering if it is possible to use this for pages in the root directory if your forum is in a Forum/ directory?

Basically I am rebuilding the custom pages, home page etc and the forum is in a forums/ directory....

Is this easily achieved with this mod??

Thanks again,

Webdevoman

space112 03-12-2010 08:46 AM

works fine ,

but the page:

http://www....../pages.php is "centered" (ok)

and

http://www....../pages.php?pageid=1 is on the "left" Side.

Help, Please :)

i can not find the "additional_css2.css" to insert the code...

karkey 03-12-2010 10:14 PM

Hello
I get

Database error in vBulletin 4.0.2:

Invalid SQL:

INSERT INTO bfeasypages
(title, content, status, vb4wrap, phpsupport, addtime, updatetime, publish, groups)
VALUES ('testiiii', 'ttttttttttttttttttttttttt', 1, 1, 0, 1268439221, 1268439221, 1,'0'
);

MySQL Error : Unknown column 'phpsupport' in 'field list'

with the new version

Legende 03-13-2010 08:04 AM

would it be possible to add the title in the url?

ex. at the moment it is: http://www.bizimforumlar.com/sayfa-1.html but nicer it would be http://www.bizimforumlar.com/sayfa-t...html-page.html

space112 03-15-2010 10:55 AM

works fine ,

but the page:

http://www.mydomain/ "center" (that's ok)

and

http://www.mydomain/pages.php?pageid=1 is on the "left" Side.

Help, Please

karkey 03-17-2010 10:43 AM

Quote:

Originally Posted by karkey (Post 2002466)
Hello
I get

Database error in vBulletin 4.0.2:

Invalid SQL:

INSERT INTO bfeasypages
(title, content, status, vb4wrap, phpsupport, addtime, updatetime, publish, groups)
VALUES ('testiiii', 'ttttttttttttttttttttttttt', 1, 1, 0, 1268439221, 1268439221, 1,'0'
);

MySQL Error : Unknown column 'phpsupport' in 'field list'


with the new version

Any updates on the errors ?

spartan1123 03-21-2010 03:31 PM

Can anyone suggest a replacement for this mod? It's been broken for a while now.


All times are GMT. The time now is 02:33 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.01378 seconds
  • Memory Usage 1,830KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (11)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