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)

redhawk89 05-05-2009 07:41 PM

1 Attachment(s)
Quote:

Originally Posted by bananalive (Post 1804204)
vBulletin Options -> Article Forum Options -> Navbar Link -> No

This doesn't seem to exist. This is what I see:

s8glive 05-06-2009 02:03 PM

1 Attachment(s)
theres a problem can you resolve it or tell me how to resolve it.

bananalive 05-06-2009 02:17 PM

v1.3 (to be released later today) will fix those issues.

s8glive 05-06-2009 02:21 PM

1 Attachment(s)
another problem

s8glive 05-06-2009 02:23 PM

Quote:

Originally Posted by bananalive (Post 1805754)
v1.3 (to be released later today) will fix those issues.

okay i am on the eastern time zone do you know around what time?

Deimos 05-06-2009 02:26 PM

s8g, is there anyway it can be set, so the article system follows the SORT settings of the forum itself?
I've set my article forum to list threads by "Thread title", but it doesn't do that in the article system itself.

s8glive 05-06-2009 03:24 PM

Quote:

Originally Posted by Deimos (Post 1805760)
s8g, is there anyway it can be set, so the article system follows the SORT settings of the forum itself?
I've set my article forum to list threads by "Thread title", but it doesn't do that in the article system itself.

um as far as i know it can't and i don't see how that would work. i use it becasue it works with vbadanced.

bananalive 05-06-2009 03:45 PM

Quote:

Originally Posted by Deimos (Post 1805760)
s8g, is there anyway it can be set, so the article system follows the SORT settings of the forum itself?
I've set my article forum to list threads by "Thread title", but it doesn't do that in the article system itself.

find in articles.php:
PHP Code:

/*if (empty($sortfield))
    {
    $sortfield = $foruminfo['defaultsortfield'];
    }*/ 

Replace with:
PHP Code:

if (empty($sortfield))
    {
    
$sortfield $foruminfo['defaultsortfield'];
    } 


bananalive 05-06-2009 03:51 PM

Quote:

Originally Posted by s8glive (Post 1805758)
okay i am on the eastern time zone do you know around what time?

now

s8glive 05-06-2009 04:22 PM

1 Attachment(s)
can you help it didn't fix it


All times are GMT. The time now is 12:19 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.01450 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
  • (2)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
  • (3)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