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)
-   -   v3 Articles 1.0.1 - [vB 3.0.1] (https://vborg.vbsupport.ru/showthread.php?t=65934)

Delirion 07-03-2004 08:43 PM

Installed it, works great :)

I really just wish I could move some of the threads from the original forum over into the Articles section, making them Articles instead of threads. That'd save me the work of having to move over 500 or so posts.... oh well.... there isn't anything I can do about that, is there?

m0h2 07-03-2004 08:59 PM

I was able to get it installed at last!
Its a great hack! thanx :)

Bush Music 07-06-2004 07:33 PM

Another install. Works great! Thanks for a super hack.

Raimund 07-06-2004 09:09 PM

i have updated to vb 3.0.3 and now my article categories are not showing up. i double checked everything and my settings are 100% correct, anybody knows how to fix this? i updated my usergroups and article settings too.

thanks
raimund

Kwak 07-07-2004 12:15 AM

Quote:

Originally Posted by Raimund
i have updated to vb 3.0.3 and now my article categories are not showing up. i double checked everything and my settings are 100% correct, anybody knows how to fix this? i updated my usergroups and article settings too.

thanks
raimund

Same here. I uploaded the new files from 3.0.3 folder so obviously, the hack (article) disappeared. Did you reapply the modifications to the new file for 3.0.3?

Acido 07-07-2004 05:33 AM

Permisions settings are not taken effect on "unregistered" usergroup. I set diferent permisions on this usergroup, and no one had effect.


Help Please.

Deska 07-07-2004 11:04 AM

Any idea for Article with multiple attachment?
Thank's....

Raimund 07-07-2004 11:23 AM

Quote:

Originally Posted by iKwak
Same here. I uploaded the new files from 3.0.3 folder so obviously, the hack (article) disappeared. Did you reapply the modifications to the new file for 3.0.3?

i got this fixed, since the uninstaller is useless and i don't wanted that my articles are gone, i looked at the templates, the ARTICLES template was outside of the articles group and some templates were missing, really strange, so i used the installer and installed the templates only, that did it for me.

SmasherMaster 07-07-2004 02:17 PM

Oh God, I've Been Waiting For This For Enternity! Thank You! :D :D :D :D

EDIT: Installed and worked perfectly. Great hack John! *hits install*

SmasherMaster 07-07-2004 05:01 PM

Hmm, John, you didn't put anything about file edits in functions_online.php. ;) Here's the necessary <sp?> file edits so articles will work in 'who's online'

Find in Includes/Functions_online.php:
PHP Code:

        case 'bugs':
            
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
            
break; 

Add BELOW:
PHP Code:

        case 'article':
            
$userinfo['action'] = 'Viewing the <a href=\"article.php?$session[sessionurl]\">Articles</a>';
            break; 

Find:
PHP Code:

    case 'bugs.php':
        
$userinfo['activity'] = 'bugs';
        break; 

Add BELOW:
PHP Code:

    case 'article.php':
        
$userinfo['activity'] = 'article';
        break; 

Save & Upload Includes/Functions_online.php

All done. :)


All times are GMT. The time now is 05:35 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.01763 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)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