Latest Topic (new system) embed Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    Latest Topic (new system) embed

    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 10:02 am

    Technical Details

    Forum version : phpBB2
    Position : Founder
    Concerned browser(s) : Google Chrome
    Who the problem concerns : Yourself
    Forum link :  

    Description of problem

    I'm see this tutorial https://help.forumotion.com/t90639-latest-topics-new-system , works good with widgets but i want to use this code to embed in the index forum but is not working, is any chance to do that ??

    thank you
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 10:22 am

    bump
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 11:47 am

    any chance for a reply here ??
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Latest Topic (new system) embed

    Post by brandon_g March 5th 2015, 12:18 pm

    Which code are you trying to use and where preciselly do you want it placed?



    Latest Topic (new system) embed Brando10
    Remember to mark your topic Latest Topic (new system) embed Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Latest Topic (new system) embed Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 12:32 pm

    Code:
    <style>
    div.title {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align:center;
    }
    </style>
    <!-- BEGIN classical_row -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody>
    <thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
    <div class="ist">Latest Topics</div>
    </th></tr></thead>
    <tr>
    <td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%">
    <table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%">

    <tr><td class="catHead" colspan="2" width="50%">
    <div class="title"><font color="black">Topic</font></div>
    </td>
    <td class="catHead" colspan="1" width="25%">
    <div class="title"><font color="black">History</font></div>
    </td>
    <td class="catHead" colspan="1" width="25%">
    <div class="title"><font color="black">Written by</font></div>
    </td></tr>

    <tr valign="top">
    <td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%">

    <!-- BEGIN recent_topic_row -->
    <a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br>

    <!-- END recent_topic_row -->
    </td>
    <td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
    <span class="gensmall">
    <!-- BEGIN recent_topic_row -->
    <img src="http://img816.imageshack.us/img816/9845/11750606.png" width="16px" height="16px" />
    {ON} {classical_row.recent_topic_row.S_POSTTIME}
    <br><!-- END recent_topic_row -->
    </span>
    </td>
    <td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
    <!-- BEGIN switch_poster -->
    <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
    <!-- END switch_poster -->
    <!-- BEGIN switch_poster_guest -->
    {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
    <!-- END switch_poster_guest -->
    <!-- BEGIN recent_topic_row -->
    <img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png">
    <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
    <br><!-- END recent_topic_row -->

    </td>
    </tr></table></td></tr></tbody></table>
    <!-- END classical_row -->


    this is the code im trying to put in the template, but works only for the widgets
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Latest Topic (new system) embed

    Post by brandon_g March 5th 2015, 12:38 pm

    Where else are trying to add it preciselly?



    Latest Topic (new system) embed Brando10
    Remember to mark your topic Latest Topic (new system) embed Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Latest Topic (new system) embed Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 12:41 pm

    in the index forum in the section of the message home page 
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 2:21 pm

    ???
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 4:55 pm

    bump
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Latest Topic (new system) embed

    Post by SLGray March 5th 2015, 6:50 pm

    Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead!



    Latest Topic (new system) embed Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 6:52 pm

    im not recive any response !!!!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Latest Topic (new system) embed

    Post by SLGray March 5th 2015, 6:53 pm

    Are you trying to achieve the same thing, but using the templates?



    Latest Topic (new system) embed Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 6:55 pm

    i want only to know how can i embed this thing in the template without using the widgets, is any chance to change the code for embed it without any problem ???
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 8:01 pm

    bwi
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Latest Topic (new system) embed

    Post by SLGray March 5th 2015, 8:29 pm

    Andiweb wrote:bwi
    Only double post if you are adding information.  Please read the forum's rules.

    Wait patiently until someone who knows to reply.



    Latest Topic (new system) embed Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 8:37 pm

    you are only to tell me the forum rules ?? or to give support ?
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    In progress Re: Latest Topic (new system) embed

    Post by Derri March 5th 2015, 9:39 pm

    Andiweb wrote:you are only to tell me the forum rules ?? or to give support ?

    Please be respectful to staff as they're only doing their job by enforcing the forum rules. Thanks!
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 5th 2015, 9:43 pm

    thank you, anyone can help me now ?
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 6th 2015, 7:23 am

    so anyone ho can help with this ???
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 6th 2015, 8:59 am

    ok , i found this code 
    Code:
    <iframe width="794" height="409" src="http://xxxxxxxx.com//chatbox/index.forum" frameborder="0" scrolling="no" allowTransparency="0"></iframe> 


    and works for the chatbox , now if possible someone help me to found the src of the last topic ??? i think i can use for embed them . thank you
    Andiweb
    Andiweb
    New Member


    Posts : 22
    Reputation : 1
    Language : Tirana, Albania

    In progress Re: Latest Topic (new system) embed

    Post by Andiweb March 14th 2015, 10:09 am

    thank you for the great help, this thopic is solved and the staff can close this, because here the staff do only open topic and solved topic nothing more.

    Hello
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    In progress Re: Latest Topic (new system) embed

    Post by Sir Chivas™ March 14th 2015, 10:40 am


    Hi,

    Since there wasn't any solution provided, topic locked and garbaged.