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)

Guy G 12-29-2004 11:27 AM

Quote:

Originally Posted by Paul M
I have added the ability to do both of these (via admincp only) to the version we run. I also fixed the very annoying edit/preview problem. I was going to release them all as an addon, but the events of the other day have put me off the idea for now. Maybe in the new year. :)

i dont see anything in the admincp... mind pointing to the exact location?

lanc3lot 12-29-2004 12:28 PM

Is there a way to dissapear the feature article?

I mean no article to feature any more:)

Also, Paul M, did u find a way, to upload more screenshots than one, per time?

Thanks in advance

Guy G 12-29-2004 12:49 PM

Quote:

Originally Posted by lanc3lot
Is there a way to dissapear the feature article?

I mean no article to feature any more:)

Also, Paul M, did u find a way, to upload more screenshots than one, per time?

Thanks in advance

i guess u can cancel a featured article by going into mysql and doing it by hand...

Paul M 12-29-2004 02:38 PM

Quote:

Originally Posted by Zorobz
i guess u can cancel a featured article by going into mysql and doing it by hand...

Actually, if you applied my fixes from the other day I think you can use this link ;

http://<yourdomain>/<forumpath>/article.php?do=feature&a=-1

It was something I added to ours, but forgot about until now.

Nick0r 12-29-2004 02:51 PM

Quote:

Originally Posted by Nick0r
It was this bit that seemed to have done the damage: In includes/init.php
====================


FIND:
------------------------------------------------------------------------------------------
// ----------------------------------------------------------
// ### END PLUGIN USERGROUP PERMISSIONS BITFIELDS HERE ###
------------------------------------------------------------------------------------------

ABOVE THIS, ADD:
------------------------------------------------------------------------------------------
$_BITFIELD['usergroup']['articlepermissions'] = array(
'canviewarticles' => 1,
'canviewcomments' => 2,
'canpostarticles' => 4,
'cancomment' => 8,
'canedownart' => 16,
'canedothart' => 32,
'candelownart' => 64,
'candelothart' => 128,
'canfeature' => 256,
'cansearchart' => 512,
'canratearticles' => 1024,
'canviewartmedia' => 2048
);


Could this be because I have the v3arcade installed? should this code go above or below the arcade code in init.php?

lanc3lot 12-29-2004 04:46 PM

Yep did the trick about featured articles:)

Thanks a lot mate:), if u had any luck to the other questio(about upload more than one shot per time), let me know:)

Thanks a lot, happy new year

Guy G 12-29-2004 05:05 PM

Quote:

Originally Posted by Paul M
Actually, if you applied my fixes from the other day I think you can use this link ;

http://<yourdomain>/<forumpath>/article.php?do=feature&a=-1

It was something I added to ours, but forgot about until now.

cool.

any chance this method would work on reducing the count for Articles and Comments on the Category displaY?

Deyth 12-29-2004 05:51 PM

Very nice hack.

Guy G 12-29-2004 06:57 PM

bhaa im so stupid...

if anyone deleted comments \ articles from the database and still sees the text than he should remove those entries from the database as well, on the lastcommentby field and related to that...

everything is awesome now :]

whitetigergrowl 12-30-2004 04:03 PM

I thought there was a v3articles coming out for 3.0.3?! He said all he had to do was compress and upload the 3.0.3 version. That was quite awhile ago. What happened?!


All times are GMT. The time now is 05:25 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.02507 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
  • (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