825andy
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Participants Database] Adding link to custom template in pdb-listI was able to fix this by creating a page that I set as the Single Record page in Pdb settings. The page had the following code:
<?php /* * template for displaying a Report List * * single record template */ // get the template object for this record $this_business = new PDb_Template($this); ?> <?php ob_start(); echo $_GET['pdb']; $strid = ob_get_contents(); ob_end_clean(); ?> <a href="http://10.6.19.13/db/srtc/?pdb=<?php echo $strid?>">Target Characterization Report</a> <br/> <br/> <a href="http://10.6.19.13/db/srgp/?pdb=<?php echo $strid?>">Green Processing Report</a> <br/> <br/> <a href="http://10.6.19.13/db/srib/?pdb=<?php echo $strid?>">Iridium Bonding Report</a>Forum: Plugins
In reply to: [Participants Database] Adding link to custom template in pdb-listThat makes sense.
What I”m trying to do is add three columns for each record in the pdb list. The columns would have the letters TC, GP, and IR. Each of those two letters groups would be linked to a specific pdb-single template that I’ve already made. I am just having troubles with adding the columns with links to each of those unique templates.
Thanks!!
Forum: Plugins
In reply to: [Participants Database] Duplicate Record x timesAwesome – the CSV option will be the way to go!!
Thanks!
Forum: Plugins
In reply to: [Participants Database] Can’t Access List Display SettingsThanks – it was TinyMCE Ultimate that was causing the issues!!!
Viewing 4 replies - 1 through 4 (of 4 total)