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)

Gn_Snake 06-27-2012 02:18 PM

Hi, i don't understand how to put image a background to a custom page.
Help me?

Thank you

Logician 06-27-2012 03:56 PM

Quote:

Originally Posted by Gn_Snake (Post 2343308)
Hi, i don't understand how to put image a background to a custom page.
Help me?


Thank you

Make your webtemplate "HTML", then use default html tags:
Quote:

<html>
<body background="bgimage.jpg">
<h1>Hello world!</h1>
<p><a href="http://www.w3schools.com">Visit W3Schools.com!</a></p>
</body>

barakuda 06-28-2012 02:30 AM

hemm is this mods can add a jquery slide too in the pages?
i think it will be awesome ?

Logician 06-28-2012 05:59 AM

Quote:

Originally Posted by barakuda (Post 2343466)
hemm is this mods can add a jquery slide too in the pages?
i think it will be awesome ?

Depends. Technically yes you can of couse any javascript code into webtemplates including jquery. However as with all javascript codes, they mustn't clash with other javascript codes you have in that page as you have a lot of vbulletin's default javascripts in every webtemplate page. So answer is, if you can add jquery to any vbulletin page (eg. show thread page) and IF it does not break any other vb functionality, then yes you can add it to Webtemplates pages too. If it breaks something (eg. Quick reply editor of vb), then you can't but this is not about the hack, this is because 2 javascript sharing the same page should be compatible with each other regarding issues like function/variable names.

s3nt3nc3d 07-14-2012 09:11 AM

Possible bug report...

Installed on 4.2.0 PL2

All works well...except when I went to save my template after editing with the WYSIWYG editor, I get a blank page and the address bar shows mydomain.net/editors.php

No errors or anything in FireFox...just blank page.

Tried it in ie and get an Error 500.

Now if I edit it with the WYSIWYG editor and switch to code view and THEN click to save it, it saves just fine.

Summary:

If I save with the WYSIWYG editor displayed, it goes to a blank page and does nothing else.
As long as I save while in code view (I can edit using either editor with no issues), it saves just fine.

Thanks for this hack...I paid for the vb publishing suite, but I'm running WebTemplates on my older vBulletin site and love it so I ended up disabling the CMS on the new site in order to run WT:)

Edit: I tried this both with my custom template and one of the premade templates provided. Same problem on both as well. Vbulletin install is pretty fresh so the likelihood is fairly low that it was caused by any mods. I think all I have installed is VSA Advanced Registration and Spam-o-Matic.

Logician 07-14-2012 03:55 PM

Quote:

Originally Posted by s3nt3nc3d (Post 2347959)
Possible bug report...

All works well...except when I went to save my template after editing with the WYSIWYG editor, I get a blank page and the address bar shows mydomain.net/editors.php

No errors or anything in FireFox...just blank page.

Tried it in ie and get an Error 500.

Thanks for the well written bug report!

I found out that somewhere along the new versions vbulletin changed WYSIWYG editor structure so it effected the hack. I just released a new version to fix this issue.

For users who has this problem, you do NOT have to make a new full installation of the hack. You can just download hack version 4.0.1 (which is attached to the first post of the thread) and replace "editors.php" in your server with this version's editors.php and this should fix it.

s3nt3nc3d 07-16-2012 07:40 AM

Quote:

Originally Posted by Logician (Post 2348068)
Thanks for the well written bug report!

I found out that somewhere along the new versions vbulletin changed WYSIWYG editor structure so it effected the hack. I just released a new version to fix this issue.

For users who has this problem, you do NOT have to make a new full installation of the hack. You can just download hack version 4.0.1 (which is attached to the first post of the thread) and replace "editors.php" in your server with this version's editors.php and this should fix it.

Great, thank you much!

gedsta 08-07-2012 03:09 PM

Hello Logician

Could you please help with a small query?

I am using Everywhere Sidebar Mod and have followed these instructions.

Open your custom template search for

{vb:raw navbar}
add below
{vb:raw sidebaropen}
search for
{vb:raw footer}
add above
{vb:raw sidebarext}
save

But I am stuck at this part,

3. Open custom page php file and before the render line "$templater->render();" add

$templater->register('sidebarext', $sidebarext);
$templater->register('sidebaropen', $sidebaropen);

assuming you are using $templater as variable change it as required

save and upload you php file

Any pointers?

Thanks.

Logician 08-09-2012 09:08 AM

Quote:

Originally Posted by gedsta (Post 2355274)
Hello Logician

Could you please help with a small query?

I am using Everywhere Sidebar Mod and have followed these instructions.

Open your custom template search for

{vb:raw navbar}
add below
{vb:raw sidebaropen}
search for
{vb:raw footer}
add above
{vb:raw sidebarext}
save

But I am stuck at this part,

3. Open custom page php file and before the render line "$templater->render();" add

$templater->register('sidebarext', $sidebarext);
$templater->register('sidebaropen', $sidebaropen);

assuming you are using $templater as variable change it as required

save and upload you php file

Any pointers?

Thanks.

I haven't tested it but I believe what you need to do is to edit "view.php", find:

PHP Code:

print_output($templater->render()); 

and before that add:
PHP Code:

$templater->register('sidebarext'$sidebarext);
$templater->register('sidebaropen'$sidebaropen); 

In view.php, there are several of these lines so you should do that change for each of them.

Also please note that integrating that hack with webtemplates can be tricky as webtemplates is more sophisticated than other simple vb hacks. It can use several designs (themes, HTML parsing, PHP parsing, VB code parsing) etc. so trying to add a sidebar there might not always work, it can break layout in certain scenarios. If you encounter such a problem, you need to get a designer to fix these layout problems for you.

So give it shot but don't expect miracles. :)

gedsta 08-09-2012 09:43 PM

Quote:

So give it shot but don't expect miracles.
Works perfectly, thanks for your help on this mate. Appreciated.


All times are GMT. The time now is 09:12 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.01591 seconds
  • Memory Usage 1,756KB
  • 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_php_printable
  • (7)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