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)
-   -   Major Additions - VaultWiki Lite 4.x: Wiki for vBulletin Forums (https://vborg.vbsupport.ru/showthread.php?t=309676)

thincom2000 05-28-2015 07:16 PM

RC 3 was released last September. I would recommend updating to a newer release.

Mark.uG 06-02-2015 01:06 AM

Adding data to table: vw_page

Creating required and example areas
Database Error Database error

Invalid SQL:
UPDATE `vw_counter` SET `editcount` = CASE `pageid`
WHEN 3 THEN editcount + 1
END WHERE `pageid` IN (3) LIMIT 1;

MySQL Error : Unknown column 'pageid' in 'where clause'
Error Number : 1054

thincom2000 06-02-2015 10:51 AM

Quote:

Originally Posted by Mark.uG (Post 2546970)
Adding data to table: vw_page

Creating required and example areas
Database Error Database error


Invalid SQL:
UPDATE `vw_counter` SET `editcount` = CASE `pageid`
WHEN 3 THEN editcount + 1
END WHERE `pageid` IN (3) LIMIT 1;

MySQL Error : Unknown column 'pageid' in 'where clause'
Error Number : 1054

I've uploaded a more recent build which should resolve this issue for users who are encountering it.

If you get a message like "A node with the title Wiki was not found" after installation, you will need to reinstall, as there was a compatibility issue for MySQL < 5.6.4 in the last ZIP, which prevented the wiki tree from being created.

conradk 07-10-2015 01:10 AM

4.2.3 + VaultWiki Lite 4.x, After installed/enabled, Advanced Search page appears white. Disabling VW returns functionality.

Also was confused as to how to get a similar 'index' page that is shown in the first screenshot. Only showed the primary Wiki area, and no other content.

khalled 07-10-2015 10:33 PM

can i place adsense code inside Wiki content pages

khalled 07-20-2015 05:20 PM

i get the following erro after install and try access my forum
Fatal error: Call to a member function is_cloud_cachable() on a non-object in /home/..../public_html/vb/includes/block/tagcloud.php on line 136

and when disable the forum all run good

thincom2000 08-08-2015 07:10 PM

For the tagcloud.php fatal errors, or a blank screen on search.php, run the following MySQL query:
Code:

UPDATE contenttype
SET cantag = '0'
WHERE class = 'vwPage'
LIMIT 1

After this change you may have to go to AdminCP > Maintenance > Clean System Cache. If you don't have this option, try running VaultWiki's upgrade script, even if you are already on the latest version, since the upgrade script will rebuild the cache too.

e24h 08-08-2015 08:57 PM

can i place adsense code inside Wiki content pages

thincom2000 08-09-2015 10:41 AM

You can place your adsense code anywhere you want by editing the templates in vBulletin's style manager. A good template to place ad code is vw_node_shell, because it is used on every wiki page.

In the full version, you can also place one in the sidebar by doing one of these:
  • Create a "Custom HTML" type wiki sideblock and put the adsense code as the content.
  • For long articles, place adsense code in between sections by adding it to the vw_block_separator template.
We recommend that you use ad code that uses DOM methods instead of document.write.

Vintum 08-12-2015 05:45 PM

Anyone know what happens if we have the full version and our license expires?


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