vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Add-On Modules & Modifications

 
 
Thread Tools Display Modes
  #61  
Old 03-29-2005, 02:41 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: Dynamic VB Content Module

Quote:
Originally Posted by Deviant++
take a look at whats going on, it's become a mix of content and articles module... :S
Without being able to see which templates are being used it's hard to tell what's going on.

It does look like your revised module is using the adv_portal_article template though.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
  #62  
Old 03-29-2005, 02:44 PM
Deviant++'s Avatar
Deviant++ Deviant++ is offline
Senior Member
 
Join Date: Dec 2004
Posts: 216
Default Re: Dynamic VB Content Module

I used the same template in the read me, only renamed to content1 instead of content
  #63  
Old 03-29-2005, 02:49 PM
Deviant++'s Avatar
Deviant++ Deviant++ is offline
Senior Member
 
Join Date: Dec 2004
Posts: 216
Default Re: Dynamic VB Content Module

You were right, it WAS using an article file ! :|


ty
  #64  
Old 04-06-2005, 09:29 PM
seidel seidel is offline
Junior Member
 
Join Date: May 2004
Posts: 23
Default Re: Dynamic VB Content Module

Dear Tom:

Please, tell me, which is the difference between " CMPS Articles Module" and this "Dynamic VB COntent Module"

Please, explain me...

Thanks in advance!
  #65  
Old 04-06-2005, 10:32 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: Dynamic VB Content Module

Quote:
Originally Posted by seidel
Please, tell me, which is the difference between " CMPS Articles Module" and this "Dynamic VB COntent Module"
While to two are similar in may ways the Content Module is design to simply display a post w/o all the frills. The Article Module is a 'basic' article system that will generate directory listings and manipulate the attached thumbnails to generate article icons. It allows multi-page navigation and navigation between articles.

Hopefully this helps clear things up a bit. The two modules do have quite a bit in common but the articles module is geared to behave the way "articles" appear. That is they have header info, etc. while the content module is a basic display module.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
  #66  
Old 05-07-2005, 10:34 AM
JohnBee's Avatar
JohnBee JohnBee is offline
Sitemaster
 
Join Date: Oct 2004
Posts: 177
Default Re: Dynamic VB Content Module

I installed this addon but I dont see anything.
just blank any ideas?
  #67  
Old 05-07-2005, 12:09 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: Dynamic VB Content Module

Quote:
Originally Posted by JohnBee
I installed this addon but I dont see anything.
just blank any ideas?
Did you specify the thread or post to be displayed? (i.e. page=content&t=12345) Detailed usage instructions are in the php file.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
  #68  
Old 05-07-2005, 02:45 PM
JohnBee's Avatar
JohnBee JohnBee is offline
Sitemaster
 
Join Date: Oct 2004
Posts: 177
Default Re: Dynamic VB Content Module

ahh thanks
  #69  
Old 05-07-2005, 03:56 PM
JohnBee's Avatar
JohnBee JohnBee is offline
Sitemaster
 
Join Date: Oct 2004
Posts: 177
Default Re: Dynamic VB Content Module

Okay it works now

Is there any way to display a forum in the module using this addon?
  #70  
Old 05-07-2005, 05:42 PM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: Dynamic VB Content Module

Quote:
Originally Posted by JohnBee
Is there any way to display a forum in the module using this addon?
I'm not sure what you are asking here. The module is designed to display a single post from a thread. To display a directory listing along with content you might try the CMPS Articles module. It has many of the same features but is much more robust.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
  #71  
Old 05-07-2005, 06:26 PM
JohnBee's Avatar
JohnBee JohnBee is offline
Sitemaster
 
Join Date: Oct 2004
Posts: 177
Default Re: Dynamic VB Content Module

okay, well I'm trying to either bring a subforum into vBa or bring vBa to a subforum
but I can't see to get either or.

I was hoping that I could get a subforum to display in a module this way I could
create a page with vBa abiltites and some forum interaction.
  #72  
Old 05-20-2005, 05:17 AM
Stachel Stachel is offline
Member
 
Join Date: May 2005
Posts: 51
Default Re: Dynamic VB Content Module

Hi Tom M:

This module, the dynamic VB Content module, is what is being used to display the

» Latest Porsche News

middle column on your website http://www.babblers.org/ ?

Stachel
  #73  
Old 05-20-2005, 11:07 AM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: Dynamic VB Content Module

Quote:
Originally Posted by Stachel
This module, the dynamic VB Content module, is what is being used to display the » Latest Porsche News middle column on your website?
Nope. That's just a modified news module. I actually don't make use of the Dynamic Content module. I do, however, use the CMPS Artcles module which is based on the Dynamic Content module. To see the Articles on my site you need to be a registered member.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
  #74  
Old 08-13-2005, 06:44 PM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Jan 2004
Posts: 818
Default Re: Dynamic VB Content Module

I can not get this to work with VB 3.5. Will it be ugraded to with with 3.5?
  #75  
Old 08-17-2005, 02:55 AM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Jan 2004
Posts: 818
Default Re: Dynamic VB Content Module

Here is what I am getting after installing this into vB 3.5

What my address bar looks like:
http://www.mysite.net/index.php?page=content&t=7

The error message:
Fatal error: Call to undefined function: globalize() in /home/me/public_html/mysite/forums/modules/content.php on line 43

This is what is on line 43 of content.php:
PHP Code:
globalize($_REQUEST,
      array(
't' => INT,
        
'f' => INT,
        
'n' => STR,
        
'p' => INT
        
)
      ); 
Can someone help me get this working with vB 3.5?
  #76  
Old 10-24-2005, 05:45 PM
khul`Shalkrum khul`Shalkrum is offline
El`Curraidh
 
Join Date: Sep 2005
Posts: 12
Default Re: Dynamic VB Content Module

Great consept. What a shame that the development seems to have died.

I too tried to implement the instructions as best I could with the CPMS2+VB3.5 combo - no luck.

Does anyone have a smart way of adding content to CMPS since the basic consept of it is so overly messy and complicated? Why can't you just enter raw html into a page? I'm getting really frustrated having to make all pages into separate files in order to get them formatted properly.
__________________

Elves of Mirkwood
  #77  
Old 10-24-2005, 05:53 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: Dynamic VB Content Module

For people using this as an article, check for Tom M's thread dealing with his CMPS module...

For people using this to display a single thread, that is now a feature in CMPS 2...

For people using this just to display some HTML, that could always be done with just a template module or the custom page content feature...
  #78  
Old 10-25-2005, 12:44 AM
khul`Shalkrum khul`Shalkrum is offline
El`Curraidh
 
Join Date: Sep 2005
Posts: 12
Default Re: Dynamic VB Content Module

Pardon me for being a newbie in CMPS but I'm used to writing HTML and PHP with a text editor. That does not mean I'm a developer but that I prefer to make things look exactly as I like.

My problem is that I have not understood the CMPS thinking. BB Code pages are simple enough but I really hate the fact that you can't use raw editing. For instance creating a table messes up the page since the editor forcefully inserts linefeeds.

Dear KW802, you obviously know the system. Could you or anyone knowledgable help me understand it? For instance where in CMPS can you set a thread to be a page?
__________________

Elves of Mirkwood
  #79  
Old 10-25-2005, 01:10 AM
attroll's Avatar
attroll attroll is offline
Senior Member
 
Join Date: Jan 2004
Posts: 818
Default Re: Dynamic VB Content Module

I got something working for this that works the same as this module use to. Go to this link:

http://www.vbadvanced.com/forum/show...8343#post68343
  #80  
Old 10-25-2005, 03:28 AM
khul`Shalkrum khul`Shalkrum is offline
El`Curraidh
 
Join Date: Sep 2005
Posts: 12
Default Re: Dynamic VB Content Module

Close, very close.

However I would like to set each page up by passing it to the cmps_index.php as identifier parameters. This would allow very simple page setup.

The other thing would be to get rid of the clutter (post identifiers, icons, close-button...) and display the single post more like the standard news module does.
__________________

Elves of Mirkwood
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Forum Navigation Module (basic) phlogiston Add-On Modules & Modifications 19 07-15-2005 01:56 PM
Content from externals Scripts (non vb) in a module Acido Add-On Modules & Modifications 35 06-07-2005 03:47 PM
Custom Content Page Module? apokalupsis Troubleshooting / "How do I..." Questions 6 01-31-2005 11:39 AM
Dynamic navigation module? hpwilhelm Add-On Modules & Modifications 5 06-23-2004 09:49 AM
Deleted Custom Content Module Syn Troubleshooting / "How do I..." Questions 2 05-31-2004 04:01 PM


All times are GMT -4. The time now is 10:59 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.