Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help wit Bio layout
#20
(2013-10-06, 20:00:27)belotte Wrote: The question I have now is how are you handling the images? I put in a field for image upload in my special page. I went looking at the support pages for the plug in and tried various versions of what I could find, but I cant get the image to sow in the results.

You must set custom code in the configuration for your Special Page, in the 'Search' section (Plugins->Configure I18N Special Pages->select special page type->Search).

In my case I have this code in HTML/PHP code for the display of a search result:
Code:
<div class="catsearch">
<img class="alignright" src="<?php get_special_field('cat-picture'); ?>" width="100" />
<h2>
  <a href="<?php get_special_field('simplelink','',false); ?>">
    <?php get_special_field('title','',false); ?>
  </a>
</h2>
<?php get_special_field_excerpt('content', '1p'); ?>
<a href="<?php get_special_field('simplelink','',false); ?>">full&nbsp;details&nbsp;ยป</a>
<div class="cleardiv">&nbsp;</div>
</div>

You can see how the image is shown ('cat-picture' is the name of the image field in the Special Page, of course).

I apply custom search result styles using div.catsearch ... in the css selectors.
--
Nick.
Reply


Messages In This Thread
Help wit Bio layout - by belotte - 2013-09-14, 03:45:25
RE: Help wit Bio layout - by Timbow - 2013-09-14, 20:51:56
RE: Help wit Bio layout - by belotte - 2013-09-16, 16:09:16
RE: Help wit Bio layout - by hameau - 2013-09-16, 18:24:18
RE: Help wit Bio layout - by Timbow - 2013-09-16, 19:15:45
RE: Help wit Bio layout - by datiswous - 2013-09-17, 05:26:18
RE: Help wit Bio layout - by belotte - 2013-09-23, 13:13:14
RE: Help wit Bio layout - by datiswous - 2013-09-23, 19:18:42
RE: Help wit Bio layout - by hameau - 2013-09-23, 23:14:19
RE: Help wit Bio layout - by belotte - 2013-09-24, 18:34:46
RE: Help wit Bio layout - by hameau - 2013-09-25, 00:31:49
RE: Help wit Bio layout - by Timbow - 2013-09-24, 18:54:08
RE: Help wit Bio layout - by belotte - 2013-09-24, 19:08:12
RE: Help wit Bio layout - by datiswous - 2013-09-25, 04:40:55
RE: Help wit Bio layout - by Timbow - 2013-10-03, 21:25:53
RE: Help wit Bio layout - by belotte - 2013-10-04, 15:17:36
RE: Help wit Bio layout - by belotte - 2013-10-04, 16:10:07
RE: Help wit Bio layout - by datiswous - 2013-10-05, 07:39:17
RE: Help wit Bio layout - by belotte - 2013-10-06, 20:00:27
RE: Help wit Bio layout - by hameau - 2013-10-07, 02:16:27



Users browsing this thread: 1 Guest(s)