vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Create Subsection (https://vborg.vbsupport.ru/showthread.php?t=224247)

webcosmo 09-30-2009 03:06 AM

Create Subsection
 
I am sure this been answered already, I cant seem to find it searching; hopefully somebody could post the link to the page has the solution.

Currently I have only the forum on the domain. I like to create some subsection e.g. marketplace etc. I like to carry over the header and footer as well as the design.

I found a solution here that uses template, but I find it really difficult working with php codes on the templates, since there are some limitations.

Is there any other way of doing this?

silurius 09-30-2009 05:05 AM

I think you are seeking to extend your vBulletin site to manage ecommerce pages (or perhaps articles, or perhaps porn) that don't look anything like forums but use the same vBulletin style. You want to manage these along with your forums in a single vBulletin system. Is that what you're asking?

What other solutions did you look at (links would be great) and what were the limitations?

webcosmo 09-30-2009 01:31 PM

Quote:

Originally Posted by silurius (Post 1892671)
I think you are seeking to extend your vBulletin site to manage ecommerce pages (or perhaps articles, or perhaps porn) that don't look anything like forums but use the same vBulletin style. You want to manage these along with your forums in a single vBulletin system. Is that what you're asking?

What other solutions did you look at (links would be great) and what were the limitations?

perhaps articles yes, not porn though:)

an example site would be sitepoint.com

Lynne 09-30-2009 02:21 PM

You said you don't want to use templates, but this really is the easy way - How to create your own vBulletin-powered page! (uses vB templates) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc.

You actually only put html in templates. If you need to do something with php, you put it in the php page and instead of just doing an echo, you assign the results to a variable that you then put in the template.

webcosmo 09-30-2009 03:21 PM

Quote:

Originally Posted by Lynne (Post 1892834)
You said you don't want to use templates, but this really is the easy way - How to create your own vBulletin-powered page! (uses vB templates) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc.

You actually only put html in templates. If you need to do something with php, you put it in the php page and instead of just doing an echo, you assign the results to a variable that you then put in the template.

Appreciate the help regarding this.

I was able to get the html part working. But I needed to do an include, which I was not able to do (I am not much expert in php and vb). Could you direct me some example that does the php on the page?
thanks

Lynne 09-30-2009 04:52 PM

Well, any of the vbulletin php pages use this exact method, so those are a good place to start if you want to see php used and then put into the templates. But, there are several other examples in the articles forums:
[How-To] Include PHP In Templates In vBulletin Powered Pages
Adding Currently Active Users to your own vB page
Create "Latest Threads" Custom Page

That's just a couple. But seriously, look at a vbulletin page.


All times are GMT. The time now is 04:59 PM.

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.01083 seconds
  • Memory Usage 1,724KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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