Resource icon

Friend Inviter Block for XenPorta Sidebar 1.0.0

No permission to download

Gopala Subramanium

Active member
Gopala Subramanium submitted a new resource:

Friend Inviter Block for XenPorta Sidebar (version 1.0.0) - Friend Inviter Block for XenPorta Sidebar

As this is just a block for Friend Inviter in XenPorta, it has following dependencies (simply means that these have to be installed and configured):
Instruction:
  1. Download the attachment and extract the file
  2. Goto AdminCP >> Blocks [under XenPorta Option]
  3. Click "+ Install...

Read more about this resource...
 
Trying to create articles but how do i enable promote button as i cannot see it anywhere on forum messages??
 
Any plans to make a xfrocks widget version?
I used the following HTML (copy n pasted almost exactly from the XML within this add-on) to create a bd widget framework widget. Worked perfectly for me.
HTML:
<div class="section donationSidebar">
        <div class="secondaryContent">
            <h3>Invite Your Friends</h3>
                <div class="messageContent">       
                    <article>
                        <blockquote class="messageText ugc baseHtml">
                            <div>
                                <center>
                                    <div class="friendInviterServices">
                                            <a href="friend-inviter/google" ><img src="styles/FriendInviter/google.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/yahoo"><img src="styles/FriendInviter/yahoo.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/facebook"><img src="styles/FriendInviter/facebook.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/twitter"><img src="styles/FriendInviter/twitter.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/email"><img src="styles/FriendInviter/email.png"  height="32" width="32" /></a>
                                    </div>
                                </center>
                            </div>
                        </blockquote>
                    </article>           
              </div>   
        </div>
    </div>
 
I used the following HTML (copy n pasted almost exactly from the XML within this add-on) to create a bd widget framework widget. Worked perfectly for me.
HTML:
<div class="section donationSidebar">
        <div class="secondaryContent">
            <h3>Invite Your Friends</h3>
                <div class="messageContent">      
                    <article>
                        <blockquote class="messageText ugc baseHtml">
                            <div>
                                <center>
                                    <div class="friendInviterServices">
                                            <a href="friend-inviter/google" ><img src="styles/FriendInviter/google.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/yahoo"><img src="styles/FriendInviter/yahoo.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/facebook"><img src="styles/FriendInviter/facebook.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/twitter"><img src="styles/FriendInviter/twitter.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/email"><img src="styles/FriendInviter/email.png"  height="32" width="32" /></a>
                                    </div>
                                </center>
                            </div>
                        </blockquote>
                    </article>          
              </div>  
        </div>
    </div>

Thank you.

This worked out nicely.... This add-on wasn't working with XenForo 1.2, but using it as a widget did. ;)
 
Question... Is there no icons for xenporta users? If so can someone please explain what I'm doing wrong?

Many Thanks!
 
Top Bottom