vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Content Management System - Baisic v1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=67682)

Zero Tolerance 07-26-2004 10:00 PM

Content Management System - Baisic v1.0.0
 
Well, this may be the wrong sub forum for this... but as vbAdvanced got in here, i might aswell push this in..lol.

Anyway, this is a baisic Content Management System. You can add any pages you want, and categorize these page's, the cms page will show the categories, and then below a drop down menu with all the page's it contains (if any) [This was the stop huuuuge navigation bars]

It's fairly simple, but yet may be of use, you may add any page's you wish with any html you desire

Anyway, enjoy, use it if you want =P

- Zero Tolerance

kaotic 07-27-2004 01:12 PM

Nice. :) I'll test it out!

skinvb 07-27-2004 01:58 PM

I must be said: U did a good job.I must click install

nexialys 07-27-2004 02:32 PM

demo, test site, any ?!... i like CMS formula, if it works properly... ;)

Zero Tolerance 07-27-2004 02:39 PM

Test site: http://damegames.com/play/cms.php

(No it isn't my site, lol :p)

- Zero Tolerance

DeMiNe0 07-27-2004 02:43 PM

any demo that you dont need to log into?

MrNase 07-27-2004 02:52 PM

Screenshots??

DrkFusion 07-27-2004 04:29 PM

A demo where login is not required would be very helpful :)

kaotic 07-27-2004 04:56 PM

They seem to have a test/test account already set up. ;)

MrNase 07-27-2004 05:31 PM

Here's what i got:

Database error in vBulletin 3.0.3:

Invalid SQL: insert into cms_pages (page_name,page_var,page_content,page_content_un,c at) values ('Kaufberatung','kaufberatung','HALLO!!!<b>dsadd</b>','HALLO!!!<b>dsadd</b>','1')
mysql error: Unknown column 'page_var' in 'field list'

mysql error number: 1054

Date: Tuesday 27th of July 2004 08:30:45 PM
Script: .../admincp/admin_cms.php
Referer:
Username: d.Hahn
IP Address: xxx


The following modified query did the trick :)
Code:

  CREATE TABLE `cms_pages` (
    `pid` int(15) NOT NULL auto_increment,
    `page_name` varchar(255) NOT NULL default '',
    `page_var` varchar(255) NOT NULL default '',
    `page_content` text NOT NULL default '',
    `page_content_un` text NOT NULL default '',
    `cat` int(15) NOT NULL default '0',
    PRIMARY KEY  (`pid`)
  ) TYPE=MyISAM;

Here's a demo of a modified version of this script.
Layout is the same, the code changed a bit :)
http://www.pagodentreff.de/artikel/testbericht.html (german)


All times are GMT. The time now is 12:38 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.01090 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete