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)

gmarik 10-07-2003 09:47 AM

PAINTBALLM,

I could help you. It can be done with BBcode easy.
I've got the codes for my board.

PAINTBALLM 10-07-2003 09:51 AM

alright, thanks!

MikeeX 10-18-2003 07:00 AM

Does this work with vB 3 beta 7 ?

gmarik 10-18-2003 10:44 AM

Ofcourse not with vB3 ... for now.

corsacrazy 10-20-2003 11:06 PM

any news on 0.5 ?

cinq 10-23-2003 06:10 AM

Quote:

Originally Posted by Dolby
Ok figured out how to make it use vbulletins vbcode. Also added a field authorid (so i can add an edit feature). author, authorid and date are all automaticly entered.

Dolby, do post the changes you made to enable usage of vB's vbcode. Could save some work on my end.
Thanks

cinq 10-23-2003 07:05 AM

picked up work on this hack again ... keep a lookout for updates on the first page.

corsacrazy 10-23-2003 07:09 AM

nice work matey hope you hav time to compleate good luck :)

corsacrazy 10-23-2003 09:56 AM

nice one matey :P

FleaBag 10-23-2003 01:39 PM

Looking great. Really looking forward to an update. Cinq, if you would consider it, when this hack is completed - I'd be willing to pay for a vB3 conversion. This hack and the Link Database hack is all that's holding me back - not that I mind as all is working well! :)

Thanks again.

4Square 10-23-2003 07:42 PM

I have a question about the vbhome hack for the articles addon. Right now, the hack just shows the catagory names and descriptions. I'm trying to make it so that it shows the number of articles in each catagory as well as the most recent articles (I haven't started on that part yet though).

Anyways for showing the number of articles, I found the code in articles.php which does the actual pulling from the db...

Code:

// count
$tutcount = $DB_site->query_first("SELECT COUNT(*) AS artid FROM vbArticles_content WHERE categoryid=$catid and valid='1'");
$totaltuts = number_format($tutcount['artid']);
// count

and of course $totaltuts being the variable used to show the actual number pulled.

Now, I've tried a few different placements in index.php file for vbhome, but have not been able to figure out how to add it to the code which is already in there for the article bit. Basiclly I keep getting mysql errors where ever I put it. Any ideas on how I could get this working?

cinq 10-25-2003 02:42 PM

Quote:

Originally Posted by FleaBag
Looking great. Really looking forward to an update. Cinq, if you would consider it, when this hack is completed - I'd be willing to pay for a vB3 conversion. This hack and the Link Database hack is all that's holding me back - not that I mind as all is working well! :)

Thanks again.

I'm still some way off from finishing this for a Full Release for vb2.
When that's done, then we'll talk vb3 version :D

sabret00the 10-25-2003 04:02 PM

i've not managed to get this to work :(

cinq 10-27-2003 04:58 AM

Will be scraping the idea of using vbcode for this hack.
No point since a WYSIWYG editor will be offered to the user as well as the admin who is submitting the article.

Anyways, more screenies on the progress :

1) View All articles
2) View All categories
3) Add new article

FleaBag 10-27-2003 07:00 AM

I dunno if it's such a good idea to get rid of the support altogether, some people don't like WYSIWYG.

gmarik 10-27-2003 11:31 AM

Cinq, how about my editor, not good enough?!

cinq 10-27-2003 11:16 PM

Looks like you never can please everyone, can you.

Give them a blank content box, they want more.
Give them vbcode, they want more.
Give them WYSIWYG, they want more.

geez..

maybe I'll just stick to blank content boxes and let users learn to code in HTML and don't be lazy. :p

cinq 10-27-2003 11:17 PM

Quote:

Originally Posted by gmarik
Cinq, how about my editor, not good enough?!

I don't understand how it works. In fact, i don't even know what format that is ?! lol :p

gmarik 10-29-2003 10:56 AM

An IE5.5 and up format.
You can just read about it in google.com ...

DiscussAnything 10-29-2003 06:17 PM

cinq, is it possible to provide the bugfix for the dash problem? I see it's fixed in 0.5, but its really bugging me and if it can be resolved while we all wait for 0.5, that'd be great.

So far great hack :)

thanks

-------
Update: Prob fixed, thanks cinq

corsacrazy 11-04-2003 02:11 PM

more updates cuming any time soon mate ? sorry if your busy :(

gmarik 11-04-2003 06:40 PM

And thumg.gif's would be great too.

corsacrazy 11-12-2003 01:05 PM

0.5 features look good i cant w8 :P

Andrew111888 11-28-2003 09:51 PM

Does anyone else have the problem of submitting a rather large article but it not showing up?

If I fill each field with something like "asdfasf" it submits and displays fine, but if I put in an actual article it says added to the database, then doesn't show up.

I tried changing the content field in the db to longtext, but it's still broken..

corsacrazy 11-28-2003 09:54 PM

i havnt installed to b honest as tthis hack is sttill betta im waitin 4 a nice stable release :)

ITPMenace 11-29-2003 03:36 AM

OK...it's been way too long since I installed this hack. Do you have a "version indicator" in any of the files so I can tell how much of the upgrades need to be done???

cinq 11-29-2003 04:14 AM

I dont have the time to work on this right now.
If you're patient, hold on and give me time. :)
If you're not, feel free to work on the hack yourself for the features you need if you are proficient enough.
Personally I already have all the features i need in my own live system. Addition of features only serve for the benefit of you folks.

corsacrazy 11-29-2003 07:38 AM

Quote:

Originally Posted by cinq
I dont have the time to work on this right now.
If you're patient, hold on and give me time. :)
If you're not, feel free to work on the hack yourself for the features you need if you are proficient enough.
Personally I already have all the features i need in my own live system. Addition of features only serve for the benefit of you folks.

no problems mate ur real life is more important than this virtual internet life that takes over us i understand

Andrew111888 11-29-2003 01:43 PM

Cinq, how would I fix the large articles not submitting but short gibberish articles do?

FleaBag 11-29-2003 02:07 PM

That's a question a lot of people would like an answer to LOL. :)

Aaron1 11-29-2003 04:56 PM

Can't wait until version 0.5 comes out! ;-)

This is looking very promising. The first thing that i would like though is the automatic date & user who is filling out an article.

Thanks for your work Cinq!
Appreciated

cinq 12-01-2003 05:18 AM

Quote:

Originally Posted by Andrew111888
Cinq, how would I fix the large articles not submitting but short gibberish articles do?

It's not a matter of the length of article, i believe its a aprostophe (sp?) somewhere in the content that is causing havoc.
It has been fixed for the next release.

cinq 12-01-2003 05:19 AM

Quote:

Originally Posted by Aaron1
The first thing that i would like though is the automatic date & user who is filling out an article.

They have already been implemented.
Check back on the first page of this hack for updates.
Will update it as and when i have the time to play with the code.

FleaBag 12-01-2003 08:06 AM

Quote:

Originally Posted by cinq
It's not a matter of the length of article, i believe its a aprostophe (sp?) somewhere in the content that is causing havoc.
It has been fixed for the next release.

The length of the article does make a difference. I myself have the same problem, where large articles simply disappear.

cinq 12-01-2003 01:47 PM

Discontinuing this hack.

assassingod is doing something similiar, you can get it here

dontpanic 12-01-2003 02:25 PM

cing, sorry to see it come to an end. Thanks for all your hard work on this hack. I will most likely continue to run it until I make the move to vB 3.0 using CPublish.

Thanks again!

ITPMenace 12-01-2003 02:32 PM

I'm disappointed to see this one end...I hate switching midstream to something else. I'm sure you'll still have people wanting to use your hack if you contine to develop it.

FleaBag 12-01-2003 11:04 PM

Ditto. Shame to see this one die as it was going well. Oh well I guess it's copy and paste time to the new system.

Giveit2u43 12-04-2003 04:18 PM

Have looked at the other hack and find it`s current functionality not upto what seemed to be coming with the next version of this hack, not to mention having to change the data over to that hack.. if your determined to discontinue it could I have the code you already have done for v0.5 and your permission to continue it for those that would prefer to use this hack?

obsidian 12-04-2003 05:20 PM

I agree....I think this hack shows much more promise than the other one. This hack also has an existing userbase. I would be willing to help someone get .5 up and running


All times are GMT. The time now is 12:01 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.01519 seconds
  • Memory Usage 1,810KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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