Search:

Type: Posts; User: Rudi

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    7,241

    Because the array $category is not in global...

    Because the array $category is not in global list,

    you can use it like this:



    if ($GLOBALS['category']['Key'] == 'room_for_rent') {
    $image = RL_PLUGINS_URL ....
  2. Replies
    11
    Views
    7,241

    Put the condition for category to the first place...

    Put the condition for category to the first place like:



    if ($category['Key'] == 'room_for_rent') {
    $image = RL_PLUGINS_URL . 'socialMetaData/meta_images/' . 'room_for_rent.png';
    } elseif...
  3. Replies
    11
    Views
    7,241

    Hello Wei, before the line if ($image) { ...

    Hello Wei,

    before the line if ($image) {

    add your code:


    if ($page_info['Key'] == 'car_for_sale') {
    $image = RL_PLUGINS_URL . 'socialMetaData/meta_images/' ....
  4. Replies
    11
    Views
    7,241

    You can try this: go to plugins >...

    You can try this:

    go to plugins > socialMetaData > rlSocialMetaData.class.php

    find:


    default:
    // add custom logo for all pages except listing details
    ...
  5. Replies
    11
    Views
    7,241

    Hello Wei, If you use Social Meta Data plugin...

    Hello Wei,

    If you use Social Meta Data plugin you can set it in Basic Settings > Social Meta Data > Logo name
Results 1 to 5 of 5