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)

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?


All times are GMT. The time now is 04:36 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.01339 seconds
  • Memory Usage 1,752KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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