vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Geek Article System 2.0 (lite) (https://vborg.vbsupport.ru/showthread.php?t=72825)

hockyfan 01-07-2005 04:29 PM

Quote:

Originally Posted by the nail geek
2 - Do you mean like here at vb.org? I suppose that wouldnt be too hard with some minor changes.

Thanks for the quick responses, and yes, that is what I was referring to - any ideas on how it could be done?


h

The Geek 01-07-2005 05:17 PM

Quote:

Originally Posted by hockyfan
Thanks for the quick responses, and yes, that is what I was referring to - any ideas on how it could be done?


h

Try this:

Edit showthread.php and find:
PHP Code:

    $postids "post.postid IN (0" $ids ")"

ABOVE ADD:
PHP Code:

if (in_array($forumid,$geek_article_forums)){
        
$ids.= ',' $qrfirstpostid;


The only problem I can see is that on >1 page, it will pull your perpage count+ your first. Therefore technically your postperpage will be 1 off (if you were being freaking picky as hell that is)

nJoy

hockyfan 01-10-2005 10:46 PM

Quote:

Originally Posted by the nail geek
Try this:

Edit showthread.php and find:
PHP Code:

    $postids "post.postid IN (0" $ids ")"

ABOVE ADD:
PHP Code:

if (in_array($forumid,$geek_article_forums)){
        
$ids.= ',' $qrfirstpostid;


The only problem I can see is that on >1 page, it will pull your perpage count+ your first. Therefore technically your postperpage will be 1 off (if you were being freaking picky as hell that is)

nJoy

So on page 2 it'll say page 3? A bit weird, but no big deal. :)


h

The Geek 01-11-2005 12:31 AM

Quote:

Originally Posted by hockyfan
So on page 2 it'll say page 3? A bit weird, but no big deal. :)


h

Na, I meant that your post per page will be 15, but from page 2 onward, you will get 16 as the extra one will be the first post ;)

Hope it helps :)

hockyfan 01-11-2005 10:35 PM

Oh! Even less of a big deal, thanks! :)


h

hockyfan 01-11-2005 10:56 PM

My thread tools dropdown menu is all blank after installing, any ideas why? (screen shot here), all I see are arrows with no text, and no text when you click them.


h

memobug 01-12-2005 04:11 AM

Quote:

Originally Posted by hockyfan
My thread tools dropdown menu is all blank after installing, any ideas why? (screen shot here), all I see are arrows with no text, and no text when you click them.


h

hockyfan, your phrases didn't "take" and to get them to appear you need to edit one of them. See This post Part 2.

Regards,

Matt

hockyfan 01-12-2005 08:41 PM

Thanks for the reply, but the link you gave me is talking about trees... :confused:


h

memobug 01-12-2005 09:54 PM

Quote:

Originally Posted by hockyfan
Thanks for the reply, but the link you gave me is talking about trees... :confused:

Sorry, I fixed that link. look at part 2 of this: https://vborg.vbsupport.ru/showpost....&postcount=113

Regards,

Matt

cinq 01-15-2005 04:53 AM

Quote:

Originally Posted by the nail geek
yea, for the next version I am wroking on, there will be something like that for author and source, then an inputbox for # of pages and POSSIBLY a tickbox for the introduction. I say possibly because at this stage the pagnation is giving me a massive nightmare. The pagenav at the top and bottom of each page is a two part navigation: 1 for articles and 1 for comments.
I think I have it just about licked. When I do, then the rest of it is just about data entry.

Thanks!

Hi nail geek, just wondering if this feature mentioned has been included in version 2 ?


All times are GMT. The time now is 09:37 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.01269 seconds
  • Memory Usage 1,750KB
  • 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
  • (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