Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

CHAT Module

  • Aaron Healey & Frank Clark
  • Aaron Healey & Frank Clark's Avatar
  • Offline
  • Premium Member
More
10 years 5 months ago #138168 by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic CHAT Module
cant I insert

<?php require('/radiodjpanel/request.php');?>

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138169 by Krikor Boghossian
Replied by Krikor Boghossian on topic CHAT Module
and paste the code in that php file.
It can be done but you cannot edit it from the module itself.
This code has to be pasted in the popup file (popup.php).

I think using a module is quicker and more efficient.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Aaron Healey & Frank Clark
  • Aaron Healey & Frank Clark's Avatar
  • Offline
  • Premium Member
More
10 years 5 months ago #138170 by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic CHAT Module
lol yea just done that I don't it just above social links

im getting the hang of it im so sorry to have to keep asking for help

Please Log in or Create an account to join the conversation.

  • Aaron Healey & Frank Clark
  • Aaron Healey & Frank Clark's Avatar
  • Offline
  • Premium Member
More
10 years 5 months ago #138171 by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic CHAT Module
could you goto my site defibradio.co.uk and click on the pop up radio the problem im having is the social links how do I move them up so people don't have to resize the popup

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138172 by Krikor Boghossian
Replied by Krikor Boghossian on topic CHAT Module
You can move them above the tabs quite easily.

Open the popup.php file and locate the following block of code
<!-- Social -->
              <?php if(count($social)): ?>
              <div class="socialMenu">
              <h4><?php echo JText::_('NU_SHARING'); ?></h4>
              <ul>
                <?php foreach($social as $provider): ?>
                <li>
                  <a class="linkIs-<?php echo $provider->class; ?>" target="_blank" href="<?php echo $provider->url; ?>">
                    <span><?php echo $provider->name; ?></span>
                  </a>
                </li>
                <?php endforeach; ?>
              </ul>
              </div>
              <?php endif; ?>
lines 67 - 81
Cut them and paste them directly under the opening section tag
<section id="content">
line 52

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum