Nope , ill give that a try in the morning when im more awake - its pointless doing things now , im way too tired - thanks for the help
Nope , i still cant get this working - I know im missing something , but im not sure what.
Basically - the coppermine.php file gets a variable called $copphotos and i cant seem to transfer that information into the forums.
An echo $copphotos on the coppermine.php file outputs exactly what i want , but i cant seem to figure out how to transfer that data into a VB template so it will output on a page ... i looked for some tutorials , but theres nothing specific to what i want that i can see ... i could do it on the older Vbb, but i dont think i was using vb standards.
----------------------------------------------
I think the issue here may be because im trying to do this on a VbAdvanced page , and it may be a bit different to a normal VB page
If i replace the ////// WHAT DO I PUT HERE ??? //// in the php code with
Code:
eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('adv_portal_gallery_random') . '";');
the gallery photos go into the first column on the left and it seems to work ok , but i cant get it up to the very top just below the navbar full width.
I know im really close , but i cant figure it out.