vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Portal Software - WebTemplates 3.7.x: VB Integrated CMS (Content Management System) (https://vborg.vbsupport.ru/showthread.php?t=186644)

Logician 08-01-2008 05:48 AM

Quote:

Originally Posted by Deimos (Post 1588566)
Thanks, but I meant the gap between the left side of the table and the bullet points, not the height of the table itself.

(See the red bit in the picture attached, heh)

It is not about hack, its regular HTML (+vbulletin css) which produces the gap. Whereever you use the bullet points in vbulletin, you'll see such a gap. You can just edit the webquery $WQ_siteinformationitems, remove bullet points there and instead use another syntax like

* <a href='view_$WQfield[title].htm'><b>$WQfield[userfriendlyname]</b></a><br />

dartho 08-01-2008 06:09 AM

I did have one small issue - same as I reported once before in the previous version here

and resolved it with the same solution as suggested then

htscpl 08-01-2008 09:24 AM

I have always counted on this mod from the 3.5 then 3.6 and now I'll be ugrading to the 3.7.

Thanks for your hard work.

Logician 08-01-2008 10:11 AM

Quote:

Originally Posted by dartho (Post 1588969)
I did have one small issue - same as I reported once before in the previous version here

and resolved it with the same solution as suggested then

Where exactly did you do this change? In view.php? New version I released here suppose to have this patch already?

dartho 08-01-2008 10:30 AM

no - I had the issue on the 3 admincp files (wt_export.php, wt_wq.php & wt_wt.php).

I needed to change

Code:

$wt_hf = unserialize($vbulletin->wt_hf);
$wt_themes = unserialize($vbulletin->wt_themes);

to

Code:

$wt_hf = @unserialize($vbulletin->wt_hf);
$wt_themes = @unserialize($vbulletin->wt_themes);

in each of the files.

Logician 08-01-2008 10:49 AM

Quote:

Originally Posted by dartho (Post 1589094)
no - I had the issue on the 3 admincp files (wt_export.php, wt_wq.php & wt_wt.php).

I needed to change

Code:

$wt_hf = unserialize($vbulletin->wt_hf);
$wt_themes = unserialize($vbulletin->wt_themes);

to

Code:

$wt_hf = @unserialize($vbulletin->wt_hf);
$wt_themes = @unserialize($vbulletin->wt_themes);


in each of the files.

ok thanks, I updated the hack zip file.

dartho 08-01-2008 12:52 PM

no, thank you!

agitated 08-01-2008 03:27 PM

Thanks for this update Logician:up: . Excellent MODification.

Installed - nominate for MOTM

TigerWare 08-02-2008 04:21 PM

Bravo Logician! Another perfect install here too for vB3.7.2 :up:

GoTTi 08-03-2008 02:31 PM

what was updated on this file? i have a notification saying there was an update but the version is the same right?


All times are GMT. The time now is 10:52 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.01388 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (3)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