vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Forum Home Enhancements - Product Development Skeleton (https://vborg.vbsupport.ru/showthread.php?t=323006)

Replicant 07-08-2016 09:00 PM

Product Development Skeleton
 
1 Attachment(s)
This is a "My Threads" module. Using the SiteBuilder, it is dragged down on the page just like any other module. It simply displays a list of links to all the threads the logged in user has started. There is no date options or other criteria to limit it, so it can be quite long if it's an active user. It's actually meant to be a vb5 development learning tool. It's more or less a skeleton of what makes up a vb5 extension. You can examine the xml file to see what's involved on the product side. I included a very simple php function to show how to access the database and poll info hence the "My Threads" functionality.

I hope this will be of some use for anyone who is struggling to learn how to build an extension for vb5. Maybe I'll build a tutorial to go along with it if there is enough interest.:up:

Replicant 07-09-2016 06:36 AM

Reserved

rfedora 07-13-2016 04:06 PM

Nice. Just install our first vbulletin implementation (v5.2.2) and this will certainly give us a good leg up on learning mod development.

megabink 07-14-2016 06:03 PM

This is a very interesting concept and i am looking forward to your tutorial.
Thanks for your input buddy.

JohnPBee 07-08-2017 10:39 AM

Would it be possible to use this to replicate the Articles module(or page) and use it for frontpage news?

delicjous 07-17-2017 09:53 AM

This display only the posts from the current User. You better use a search widget to display something at front/index as an information widget. --> like Latest Topics

redragon29 04-11-2020 08:29 AM

hello, is it good on latest vb version?

Replicant 04-12-2020 09:55 AM

No idea, I haven't tested it on anything above 5.2.5

redragon29 04-15-2020 01:10 PM

Quote:

Originally Posted by Replicant (Post 2602540)
No idea, I haven't tested it on anything above 5.2.5

thx Replicant for your answer, i'll give a try.

9lives 04-20-2020 04:33 AM

Hi,

Could you please provide us the steps to create this skeleton product from vBulletin admin panel like what code goes into plugins and what goes into template to build this product?

I have exported the xml file into my site and it's showing the link but I believe you have got this XML file by exporting the product from your site. So I wanted to understand how you have created the plugins and template in your site in order to build this skeleton product.

Thanks!


All times are GMT. The time now is 09:19 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.01212 seconds
  • Memory Usage 1,722KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete