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)
-   -   Forum Display Enhancements - Article Forums v4.x (https://vborg.vbsupport.ru/showthread.php?t=237116)

Jabong82 03-13-2010 11:38 PM

Bump for support :)

mandingo 03-14-2010 04:32 AM

Quote:

Originally Posted by MrEyes (Post 2000451)
A really nasty hack to resolve another of the quirks:



To do this you need to add an additional option to ACP - Settings - Article Forum Options, where you specify a comma delimited list of all forum ids that are articles forums (i.e. 7,11,15). Call this af_allarticleforums

Then change the Easy Forms - Forms Tab (Process Templates Complete) hook code to read:

Code:

if ($vbulletin->options['af_navbar'])
{
        if (THIS_SCRIPT == 'articles')
        {
                $vbulletin->options['selectednavtab'] = 'articles';
        }
        else if (($vbulletin->GPC['forumid']) && (in_array($vbulletin->GPC['forumid'], explode(',', $vbulletin->options['af_allarticleforums']))))
        {
                $vbulletin->options['selectednavtab'] = 'articles';
        }
       
        $templater = vB_Template::create('af_navbar');
        $template_hook['navtab_middle'] .= $templater->render();
}

A very nasty hacky way of doing it, but I am trying to avoid rewriting the core of the mod

How to set up that option in the admincp?

rexxxy 03-14-2010 05:31 AM

whenever i use attach images it wont resize like if i use a html insert image

http://www.reggaeme.com/articles.php?

how do i fix that to make them all resize to the same image like the 3.x
version

LordDB 03-15-2010 07:59 PM

Nice one...:) how can we get this to work with vBa CMPS, please?

akvaryumforum 03-15-2010 08:21 PM

Quote:

Originally Posted by akvaryumforum (Post 1994467)
CMS articles crashes if used with "[CMS] Use original thread for comments" mod by Carnage.

When try to read, add or promote a thread or post to an article there is an error massage show. It's here:

Code:

Fatal error: Cannot use object of type vB_Legacy_Thread as array in /.../.../.../.../public_html/forum/packages/vbcms/content.php(985) : eval()'d code on line 25

Still the error stays. This 2 add-ons are both important for me. I use artcile forumsa as a different way. Is there a way to fix this conflict?

Jabong82 03-15-2010 10:07 PM

Quote:

Originally Posted by akvaryumforum (Post 2004292)
Still the error stays. This 2 add-ons are both important for me. I use artcile forumsa as a different way. Is there a way to fix this conflict?

x2 is there any way to fix this error?

RedHacker 03-16-2010 07:17 AM

I have problem when create one article....

Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/packages/vbcms/content.php(985) : eval()'d code on line 25

Can help me anyone for this....?

mitch84 03-16-2010 09:06 AM

Quote:

Originally Posted by mitch84 (Post 2000384)
Hi, with the hack I've a error message when I edit a article on the front pack(cms), so when the hack is desactivated or uninstalled my cms work fine, thx

Quote:

Originally Posted by RedHacker (Post 2004622)
I have problem when create one article....

Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/packages/vbcms/content.php(985) : eval()'d code on line 25

Can help me anyone for this....?

cms don't work with this hack

Jabong82 03-16-2010 09:17 AM

Quote:

Originally Posted by mitch84 (Post 2004664)
cms don't work with this hack

Yah I kinda figured that one out the hard way heh. So is it basically we can either have the forum or the CMS page?

RedHacker 03-17-2010 05:46 AM

Quote:

Originally Posted by mitch84 (Post 2004664)
cms don't work with this hack

Oh no....


Please update the modification to work with CMS


All times are GMT. The time now is 05:04 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.02578 seconds
  • Memory Usage 1,744KB
  • 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_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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