vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbArticles v0.4 -- For your repository of Articles/Tutorials/FAQs etc. (https://vborg.vbsupport.ru/showthread.php?t=54331)

cinq 12-05-2003 02:53 AM

I may work on this after Christmas, but cannot promise anything as time is really limited and don't wish to get others' hopes up.

After i finally finish up on all the features i promised, i will release it as a Full version and not beta.
cheers folks and thanks for the encouragement, you're a great bunch.

memobug 12-06-2003 01:28 AM

Quote:

Originally Posted by cinq
Discontinuing this hack.

assassingod is doing something similiar, you can get it here

Is that why there's no longer any installation attachment in the Download Here post

???

Regards,

Matt

Giveit2u43 12-07-2003 04:02 AM

Cinq, I hope you do decide to continue work, it`s a great hack already and has the potential to be awesome.. I think the vBulletin World is big enough for two tutorial/article hacks ;)

Anyways if you do decide to come back to this after christmas then I`d be happy to help, if not I`d be happy to take over the project as I originally said.

Cheers.

FleaBag 12-07-2003 12:08 PM

It would be nice if you would put the original file back, so I can at least fully un-install this hack.

cinq 12-07-2003 12:34 PM

Remove articles.php , vbarticlesadmin.php from your forum root and forum admin dir respectively.

Remove all templates that has vbarticles_ prefixes.
In your database, remove vbarticles_content and vbarticles_cat

Happy uninstalling.

FleaBag 12-07-2003 02:45 PM

Thanks mate, I couldn't remember if I'd made any changes to functions.php e.t.c. Sorry to see this hack go, thanks for the support and work in the past. Good luck in future projects. :)

cinq 12-08-2003 03:47 AM

In admin/adminfunctions.php

Remove the code
PHP Code:

// ###################### Start maketableheaderview #######################
function maketableheaderview ($title,$anchor="",$htmlise=1,$colspan=6) {
// makes a two-cell spanning bar with a named <A> and a title
// then reinitialises the bgcolor counter.
    
global $bgcounter;
    echo 
"<tr class='tblhead'><td colspan='$colspan'><a name=\"$anchor\"><font size='1'><center><span class='tblhead'>".iif($htmlise,htmlspecialchars($title),$title)."</span></center></font></a></td></tr>";
    
$bgcounter 0;


In admin/index.php
Remove the code
PHP Code:

makenavoption("View/Edit/Add article","vbArticlesadmin.php?","<br>");
makenavoption("Add Category","vbArticlesadmin.php?action=addnewcat","<br>");
makenavoption("View all articles","vbArticlesadmin.php?action=viewbulk","<br>");
if (
$valid == '1'){
makenavoption("Validate New","vbArticlesadmin.php?action=validate");
}
makenavselect("vbArticles"); 

In admin/template.php
Remove the code
PHP Code:

$only['vbArticles'] = 'vbArticles'


That would make it a clean uninstall :)

FleaBag 12-08-2003 11:42 AM

Cheers for the tip on adminfunctions. Found that the only way I could delete the templates was via phpMyAdmin as they had been inserted into the default template set.

VPREATR 12-11-2003 03:03 AM

Question, out the two available solutions (this) and the Tutorial Hack - which offers the most?

Thanks!

memobug 12-11-2003 04:38 AM

Quote:

Originally Posted by VPREATR
Question, out the two available solutions (this) and the Tutorial Hack - which offers the most?

Thanks!

Yours may be a moot question since there doesn't appear to be any way to download this hack any longer. However, this hack looks better to me, from the installations I've seen.

Regards,

Matt


All times are GMT. The time now is 03:06 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.01534 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)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
  • (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