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)
-   -   Portal Software - WebTemplates 4.x: VB Integrated CMS (Content Management System) (https://vborg.vbsupport.ru/showthread.php?t=250202)

Bulbucan 03-14-2012 06:31 AM

I think there's a bug, HTML list's doesn't work for me.

HTML Code:

<ul>
  <li>test1</li>
  <li>test2</li>
  <li>test3</li>
</ul>

^
|| those, i use HTML parse method.

Logician 03-14-2012 08:58 AM

Quote:

Originally Posted by Bulbucan (Post 2309299)
I think there's a bug, HTML list's doesn't work for me.

HTML Code:

<ul>
  <li>test1</li>
  <li>test2</li>
  <li>test3</li>
</ul>

^
|| those, i use HTML parse method.

This is not about hack, it is about vbulletin style. VB css overwrites how html lists are displayed with this line:
Quote:

li {
list-style: none outside none;


}


Bulbucan 03-14-2012 11:55 AM

Quote:

Originally Posted by Logician (Post 2309314)
This is not about hack, it is about vbulletin style. VB css overwrites how html lists are displayed with this line:

Well okay, i dont understand that ;s what should i do to fix it ?

dartho 03-14-2012 12:29 PM

try to override with inline styling with something like
Code:

<ul>
<li style="list-style:disc;">test1</li>
<li style="list-style:disc;">test2</li>
<li style="list-style:disc;">test3</li>
</ul>


gedsta 03-14-2012 01:49 PM

Quote:

Originally Posted by deverill2010 (Post 2300454)
Any Idea Logician? As at the moment pages made with your mod look a bit out of place and dont fit in with the rest of the site properly.

Thanks.


Try this?

Quote:

So it seems that if you move the style code in header_bottom to your headinclude template
(It's in this thread somewhere. When I had styling issues, this sorted it)

Logician 03-14-2012 06:20 PM

Quote:

Originally Posted by Bulbucan (Post 2309336)
Well okay, i dont understand that ;s what should i do to fix it ?

Vbulletin skin uses a "CSS" to describe how to display HTML elements in vbulletin powered pages.

Webtemplates is a vbulletin powered page so it inherits this CSS so that it can show your pages in the way your vbulletin looks.

In this CSS vbulletin skin has, the <ul> and <li> elements are coded to be displayed in the way you are seeing in your webtemplate.

So how your webtemplate is displaying your HTML list has nothing to do with the hack itself, it is how vbulletin skin CSS has been programmed to display them.

To display them differently you need to play with vb CSS elements or more easier, you'll use a custom <ul> <li> design as dartho pointed out above.

mathforum 05-28-2012 03:08 PM

Can we have a confirmation that this hack works for 4.2.0?

icekola 05-31-2012 05:25 AM

Quote:

Originally Posted by mathforum (Post 2333904)
Can we have a confirmation that this hack works for 4.2.0?

Confirmed on fresh 4.2.0 install.

doubleclick 05-31-2012 10:37 AM

Quote:

Originally Posted by icekola (Post 2334948)
Confirmed on fresh 4.2.0 install.

It works for me.

doubleclick 05-31-2012 10:38 AM

Is there a way to use this mod so I can display login and facebook connect in my site header that extends beyond the forum directory?


All times are GMT. The time now is 03:50 AM.

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.01397 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (8)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