vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Article Forums (https://vborg.vbsupport.ru/showthread.php?t=211638)

crkgb 04-21-2009 03:00 PM

Thank you. Super fast.

Also many people have custom bb codes. Those are displayed if included in the beginning of the article. Is there a way to disable those in the articles.php display?

bananalive 04-21-2009 03:15 PM

Quote:

Originally Posted by crkgb (Post 1796020)
Thank you. Super fast.

Also many people have custom bb codes. Those are displayed if included in the beginning of the article. Is there a way to disable those in the articles.php display?

open articles.php

line 304
PHP Code:

$thread process_thread_array($thread$lastread$foruminfo['allowicons']); 

Add after:
PHP Code:

$thread[preview] = str_replace('[custombbcode]'''$thread[preview]);
$thread[preview] = str_replace('[/custombbcode]'''$thread[preview]); 


crkgb 04-21-2009 03:25 PM

Thank you.

I am using bb-code of left/right align image. I have the URL portion (what is between the bbcodes) still being displayed.

BlueNinjaGo 04-21-2009 03:27 PM

Ok... I installed the newest release on my 3.7.3 board...

So far, everything seems to be working. I do have a question... When setting the option for length of description... (the default is -1)... I set it to 0 so it would have no preview... needless to say it previews the whole article...

bananalive 04-21-2009 03:38 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1796045)
Ok... I installed the newest release on my 3.7.3 board...

So far, everything seems to be working. I do have a question... When setting the option for length of description... (the default is -1)... I set it to 0 so it would have no preview... needless to say it previews the whole article...

Find in template: af_articlebit
PHP Code:

$thread[preview

Repalce
PHP Code:

<if condition="$vboptions[af_threadpreview]!=0">$thread[preview]</if> 


bananalive 04-21-2009 03:43 PM

Quote:

Originally Posted by crkgb (Post 1796041)
Thank you.

I am using bb-code of left/right align image. I have the URL portion (what is between the bbcodes) still being displayed.

Yes it will.

BlueNinjaGo 04-21-2009 04:00 PM

1 Attachment(s)
When I go to open an article, i get an error message pop up... (see attachment)

calord 04-21-2009 04:06 PM

I would install but I am too confused about how this works. Please try to be more thorough in the description and please also note whether this is compatible with 3.6/3.7 boards.

My main question is what this does other can create an "article" section. I want to install but not until I know the exact functionality. Does this allow me to take stickies in forums and make them into articles? Or do I have to create a sub-form for every post I want to be an article?

Any clarification welcome.

Sweeks 04-21-2009 04:10 PM

Quote:

Originally Posted by bananalive (Post 1796001)
It should show article at top of every page, I've fixed this now

I dont understand. On our forum if the article goes onto 2 pages of replies the first poster on the second page appears to be the article starter with the nice postbit etc. Is there a fix already for this?

Thanks
________
Stefano Domenicali

bananalive 04-21-2009 05:15 PM

Quote:

Originally Posted by BlueNinjaGo (Post 1796067)
When I go to open an article, i get an error message pop up... (see attachment)

if you disable article forums do you still get the error message?


All times are GMT. The time now is 11:34 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.01329 seconds
  • Memory Usage 1,749KB
  • 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_php_printable
  • (5)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