PDA

View Full Version : Wrap CMPS modules around V3 Articles?


tfw2005
08-27-2004, 03:19 PM
Hey Guys,

Still in the processing of setting up VBA, and I must say its going very well. Thanks Brian et al!

Quick question:

I have V3Articles installed, and working properly. Looking to wrap the CMPS module elements around it, as described here:

http://www.vbadvanced.com/membersarea.php?do=viewmanual&productid=4&pageid=6

I followed these directions for the VBA Links module (which I just purchased, and its awesome, great job) and it worked perfectly. For V3 Articles, it seems not to.

I added the header include, and applied the new page variables to each reference of the print. That didnt work, so I just tried applying the print variables to the main page call. This was done in V3's article.php. Neither worked.

Any help would be appreciated. Mabey in another file somewhere?

Attached is V3's article.php page.

Brian
08-27-2004, 03:45 PM
You skipped the last step in that tutorial. ;)

Our Sponsors
 

tfw2005
08-27-2004, 03:56 PM
Oh hehe, no i uploaded the standard article.php page without any mods to it. What I did that did not work is now attached below.

Thanks!

Brian
08-27-2004, 04:45 PM
eval('$HTML = "' . fetch_template('articles') . '";');

Should be:

eval('$HTML = "' . fetch_template('ARTICLES') . '";');

Our Sponsors
 

tfw2005
08-27-2004, 04:55 PM
AHH!

STUPID I AM!

I mean stupid i am!

Thanks man.