Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-27-2004, 12:15 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default [cinq's vbArticles v1.0 Hack] - The development process

BACKGROUND

Would be having some free time in about a month's time ( vacation wheee... ) so I have decided to take up the task of upgrading my previous hack for vb2 to be used in vb3.

A little background of the hack. I initially based the code off Arunan's popular link directory hack. But after a while I ended up changing most of the code to suit my needs. Several versions were pushed each time with more features added and bugs fixed, with help and suggestions from the community ( you folks know who you are ).
However, after a while, the hack kind of died a natural death, due to my lack of free time, an uncooperative computer, and actions of some of the members here.

I know there are already other vb3-based hacks around that has the same idea, a hack to house articles/tuts/reviews and what not, both free and paid work.

In any case, I would like to seek suggestions on what would be nice features in such a hack.

The old hack can be seen here : [vB 2.3.x] - vbArticles v0.4 -- For your repository of Articles/Tutorials/FAQs etc..

All suggestions would be seriously considered and implemented, if it is within my means. I am still a noob compared to many here !
Thanks folks


CURRENT PROGRESS STATUS
The current status of the work completed is approximately 90% at this point of time, based on the initial features planned for this hack.
LEFT : install script, query and code optimization.


SCREENSHOTS
You can refer to the following posts for the attached screenshots of what this hack looks like. Note however that the end release may see some/many visual changes.

Post 1 : Initial screenshots
Post 2 : Updated admin interface
Post 3: Updated frontend page


CONTRIBUTING TO THIS HACK
I am sure many require such a hack for their sites, be it for articles, reviews, guides, tutorials and what not. Help me in the development of this hack and allow me to present this hack to you faster and with much better functionality and user-friendliness.

How you can help :
  • Provide suggestions on new features
  • Volunteer to run extensive tests on this hack, when early releases become available (PM me for this)
  • Volunteer to write a comprehensive install (and uninstall) script which would handle database changes, phrases and settings addition, and if possible a page which lists nicely the file changes which are required. (PM me for this)
  • Provide solutions to problems I encounter along the way (due to my limited knowledge of coding ). Any problems or questions which are stumping me, I will post in this thread for the community to hopefully render help. These problems will be indexed in this post too, with a prefix as to whether it has been overcome or not.
  • Create nifty and cool looking graphics for packaging together with this hack's final release. (PM me for this)
  • ....


PROBLEMS REQUIRING ASSISTANCE
Please reference the problem number ( eg. 1 or 2 ... ) when replying to any of these listed problems.
  1. [Suggestions required] Similar Articles feature - [Implemented, thanks to rake]
  2. [Coding help required] Previous/Next Article feature - [Solved, thanks to rake]
  3. [Coding help required] Query Optimization for Category/SubCategory Displaying


POSSIBLE FUTURE FEATURES
  1. Uploading of support zip file for an article
  2. Article submission / with validation
  3. Custom article fields creation
  4. Setting up access/add article/comment/rate by usergroup permissions
  5. ModCP panel to admin articles
  6. Discussion tie-in with a forum thread in a specific 'article discussion' forum



OTHER STUFF

Any other matters, please feel free to post them in this thread as well, and I will address them as soon as I have the time.
Thank you for all help rendered
Reply With Quote
  #2  
Old 09-27-2004, 05:15 AM
Jolten Jolten is offline
 
Join Date: Mar 2004
Posts: 749
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oooo I need a good tutorial system. I'd love a good systemthat included the ability to add images both on the main category page and within the contest pages.
Reply With Quote
  #3  
Old 09-30-2004, 03:42 AM
+d-cipher +d-cipher is offline
 
Join Date: Dec 2002
Location: NY
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I rarely post, but I'd like to throw in a few suggestions/ideas.

1. Pagination. I am no PHP coder, and I hear that pagination is a pain to code, but it would be nice to have articles/reviews/whatnot have the ability to span several pages.

2. The ability to setup the Articles index page in columns and rows. Admin preference of course.

Example:
Code:
Article Category 1       |        Article Category 2
Article Category 3       |        Article Category 4
3. Article category images. It would be nice to be able to set an image for article categories without relying on/modifying other hacks made for other stuff.

4. Able to set Moderators/Columnists whatever.

5. The option for threaded article/review comments. Something like how slashdot does their user comments would be a nice option, it would be nice to have something visually different from the main forums, yet still integrated.

6. An easy way to add customfields for posting articles. It would make things easier for people submitting articles and columnists to fill out the main article info, then just fill in a few boxes of important stuff like article source, additional links etc. It would also make everything look as uniform as possible.

There is a few. Good luck with the coding, I look forward to testing it out when it becomes available.
Reply With Quote
  #4  
Old 09-30-2004, 04:18 AM
nexialys
Guest
 
Posts: n/a
Default

1- pagination is a 3 lines code... already have something inside vB for that.
2- this is skin related... easy and vB have a hack for the forumhome you can add to the articles system
3- add a field in the category table to do so.. easy
4- this is a bit complicated.. or long at least...
5- can be done with the same system as vB itself
6- this is the most requested feature.
...
Reply With Quote
  #5  
Old 12-20-2004, 03:14 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I already have a commercial one for my personal site integrated into an article system I have for vb3.

However I am looking for a free one that I can integrate so as to be able to release my hack here.

I require the following features most importantly :
- image upload management .... able to read the a specific directory and/or subdirectories under the main directory.

I am aware of Spaw but unfortunately, it does not have this support.
Reply With Quote
  #6  
Old 12-20-2004, 03:21 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some screenshots of what I got going now.

Note the last screenshot, the editor in place.
I need something for that.
Attached Images
File Type: jpg 0.jpg (15.8 KB, 0 views)
File Type: jpg 1.jpg (43.0 KB, 0 views)
File Type: jpg 2.jpg (69.8 KB, 0 views)
File Type: jpg 3.jpg (21.6 KB, 0 views)
File Type: jpg 4.jpg (50.8 KB, 0 views)
Reply With Quote
  #7  
Old 12-21-2004, 09:05 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found a few more ...

HTMLArea
- no image upload function though

TextArearich
- no image upload function though

Reply With Quote
  #8  
Old 12-21-2004, 10:06 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can't you write the image upload system?

and regarding WYSIWYG can't you use the vBulletin one?
Reply With Quote
  #9  
Old 12-21-2004, 11:12 AM
cinq's Avatar
cinq cinq is offline
 
Join Date: Oct 2002
Posts: 1,398
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sabret00the
can't you write the image upload system?
I would....if i could


Quote:
Originally Posted by sabret00the
and regarding WYSIWYG can't you use the vBulletin one?
Not enough features that would be almost indispensible in article content creation.
Reply With Quote
  #10  
Old 12-21-2004, 04:15 PM
HiDeo's Avatar
HiDeo HiDeo is offline
 
Join Date: Oct 2003
Posts: 306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes you can use the wysiwyg of vbulletin !

Use the "construct_edit_toolbar" fonction
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:23 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.04572 seconds
  • Memory Usage 2,291KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete