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

cinq 12-12-2003 01:39 AM

Quote:

Originally Posted by memobug
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.

hehheh :D
took it down as it is no point installing a buggy version.
when 0.5 is cleaned up and proper, will then post the attachment again in a new thread in Full Releases section.

sabret00the 12-12-2003 10:51 AM

when will that be?

Russ_T 12-26-2003 04:30 PM

Cinq: I am running 0.3 and apart from the bugs its doing a good job for everything at www.zclub.net thank you :-)

Are there any plans to add a proper independant admin page later on? In our club I'm dividing jobs up, we have a gallery admin and such but I really dont wanna give out access to my forum control panel so people can moderate the articles.

Also a "tick" mod, like photopost has so that when a new article is uploaded you get a visible tick for admins to see or an e-mail would be very nice :-)

Thanks for your time, hope 0.5 is about soon :D

Dominick 12-31-2003 01:41 PM

this looks to be a good hack. Im keen on the next release

cinq 01-04-2004 12:55 AM

Yipee, seem to have sub categories working :D

cinq 01-04-2004 01:00 AM

Quote:

Originally Posted by Russ_T
Are there any plans to add a proper independant admin page later on? In our club I'm dividing jobs up, we have a gallery admin and such but I really dont wanna give out access to my forum control panel so people can moderate the articles.
Also a "tick" mod, like photopost has so that when a new article is uploaded you get a visible tick for admins to see or an e-mail would be very nice :-)

Russ, I'm afraid I wont be working on an independent admin page as this hack is meant to be integrated with the vb admin panel all along.

A future additional feature would be to automatically send a PM or email ( by admin choice/option ) to the admins when a new article is submitted, so that the admin will know to check and validate or delete if neccessary.

Time is very limited but rest assured i work on this all i can. :)
Just be patient people and thanks for your understanding :D

dontpanic 01-04-2004 01:00 AM

Quote:

Originally Posted by cinq
Yipee, seem to have sub categories working :D

AWESOME!! Cing, you know my v 0.3 is hacked all to hell and back...but I am anxious to see the next version with subcategories and all of the other goodies you've going on. If it can be done, please consider my earlier request that the script be modified to write the complete URL into another field in the row. This of course would be dynamic as each new ID was generated. I use to get my search engine right that indexes the Library, so there might not be too much demand for it. Let me know if you have a question about what I'm trying to get at.

cinq 01-04-2004 01:04 AM

dontpanic , will try to see what I can do for you once I finish up with this hack. Will be considered an addon ( assuming I know how to do it heh :p ) since it is likely not a feature wanted by many others.

dontpanic 01-04-2004 01:08 AM

Understand. I just added the extra field to the articles table and I put the URL in by hand after the fact using phpMyAdmin. With as many articles as I've got currently, and as many as I've got coming up, the addition of the search engine was a real requirement for MCSE World. Again, the hack is awesome and the sub categories is even better. Looking forward to the next version!

dontpanic 01-04-2004 01:11 AM

Oh yeah...one more thing...something I just noticed yesterday as a matter of fact. Date sorting is screwy when multiple years are involved in regards to the X most recently added articles display on the main page. I had December 2003 articles that showed as more recent than January 2004 articles when the dates were in the format of mm/dd/yyyy. I have changed them to long dates now like December 1, 2003. I know this is due to that field being plaintext instead of a date field. Maybe you fixed in v 0.4...just thought I'd bring it up.

cinq 01-04-2004 01:43 AM

Yep , the field is now a timestamp :)
I think I am going to have nightmares with the upgrade script ...... lol

dontpanic 01-04-2004 01:49 AM

OK, I think I might manually update the applicable code in the meantime then. :)

Thanks again and looking forward to the next version!

cnczone 01-04-2004 04:55 AM

Please tell me your going to make this hack work for VB3.

cinq 01-05-2004 05:10 AM

cnczone, I'll see how it goes, my main priority now is to push out the full version for v2.x.x :)

cinq 01-05-2004 05:12 AM

A look at the article validation portion.
Nothing is fixed at this point, just posting updates as I go along and also to draw ideas for suggestions to improve on :)

D|ver 01-05-2004 02:22 PM

yeah that would be so great, if this hack would be also available for vb3 :D

chrisvonc 01-09-2004 12:01 AM

I too am eager to give the new version for vB2.3.x a try as I didnt get a chance to try the original. Something like this may be perfect for all the articles that get submited to my site! I will have to watch the thread closely now.
:)

Chris

Okiewan 01-10-2004 04:53 PM

ditto

Drile 01-11-2004 04:35 AM

Quote:

Originally Posted by D|ver
yeah that would be so great, if this hack would be also available for vb3 :D

Huge, huge, huge thumbs up.

obsidian 01-11-2004 12:49 PM

Quote:

Originally Posted by cinq
... just posting updates as I go along and also to draw ideas for suggestions to improve on :)

It would be nice to have thumbnail images on the articles themselves. I have been using this for reviews and having a graphical image of the item reviewed would be great. It could even be done like the main category where you have to specify the thumb yourself.

ehsanix 01-11-2004 05:57 PM

Quote:

Originally Posted by D|ver
yeah that would be so great, if this hack would be also available for vb3 :D

Waiting for the vb3 version of this hack ! :)

Deska 01-15-2004 10:26 AM

Where to download the hack?
Thank's...

memobug 01-15-2004 05:56 PM

Quote:

Originally Posted by Deska
Where to download the hack?
Thank's...

Dear Kael-el/Clark:

The author pulled the code because of a bug issue. It would be handy if he has the time to make a note in the original post at the front of this thread. I found out here:
https://vborg.vbsupport.ru/showpost....&postcount=291

Regards,

Memo

pigsy 01-22-2004 10:59 AM

cinq, looking forward to the new release - any news on progress? Thanks!

cinq 02-05-2004 10:02 AM

Additional of 2 more new features just implemented.

- Pagination of article ( pagebreak string set by admin )
- Pagination of articles under each category ( number of articles shown per page set by admin )

:D
Patience my friends , my comp went down on me and all my data unfortunately was not backed up.
Had to work on this from scratch again .... but it is coming along , slowly but surely.

cinq 02-05-2004 10:06 AM

Quote:

Originally Posted by memobug
Dear Kael-el/Clark:

The author pulled the code because of a bug issue. It would be handy if he has the time to make a note in the original post at the front of this thread. I found out here:
https://vborg.vbsupport.ru/showpost....&postcount=291

Regards,

Memo

Thanks for covering me , memo.
Yep, i pulled it cos i didnt want people installing the hack and giving the same old bug feedbacks.
They have all been fixed in the upcoming version .... now let's hope i dont introduce more bugs with the new features lol

Russ_T 02-06-2004 09:08 PM

Hey cinq,

I just did a 2.3.4 upgrade and now I wish I hadn't! lol

Hows the new version coming please? Until it's out www.zclub.net is looking somewhat bare. If theres anything I can do to assist let me know!

Cheers

cinq 02-07-2004 12:22 AM

Wat's wrong with the upgrade ?
( havent tested this hack on 2.3.4 though , am working on it on a localhost version of 2.3.2 )

Well, I am having a tough time figuring out the commenting and rating system , any form of leads would be good :)

Russ_T 02-09-2004 09:00 PM

Well it just doesn't run on 2.3.4 at all :( :)

It doesn't display any articles or allow you to edit them. The same goes for vbLinks which has borrowed heavily from vbArticles I believe?

If I can help at all please let me know, without vbArticles my car club has no faq, no classifieds, no reviews, no links, nothing worth having! :)

cinq 02-09-2004 10:08 PM

That's odd, can anyone specify what changes were made in 2.3.4 ?


Quote:

Originally Posted by Russ_T
The same goes for vbLinks which has borrowed heavily from vbArticles I believe?

It is the other way around actually. I initially did this hack from an idea i got while looking at the structure of vbLinks and from my own requirements for my personal site. The code has changed quite a lot but I still owe much credit to Arunan who first created vbLinks for getting me off my feet on this hack :D
Believe it or not, his hack got me into PHP coding and vb hacking :D


All times are GMT. The time now is 12:00 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.01552 seconds
  • Memory Usage 1,838KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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