How to add text to bottom of pages 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.

    How to add text to bottom of pages

    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    How to add text to bottom of pages Empty How to add text to bottom of pages

    Post by Richardr September 13th 2010, 10:15 am

    Is it possible to add a few lines of text to the bottom of every forum page, say just above the forumotion footer? I would like it to be given a 'header' bar, too.

    Thanks.
    avatar
    Guest
    Guest


    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Guest September 13th 2010, 12:41 pm

    If you want to add more links then its only if you have phpbb2 & punbb version.:

    ACP - Display - Templates - General - Overall_footer Smile
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Richardr September 14th 2010, 12:46 pm

    Thanks Gangstar15. I'm not sure how to go about coding. Suppose I wish to add, for example, the text "For related links click here." Could someone show me how to edit the code? Thanks

    Here is the current "overall_footer" code:



    </td>
    <td valign="top" width="{C3SIZE}">

    <div id="{ID_RIGHT}">
    <!-- BEGIN giefmod_index2 -->
    {giefmod_index2.MODVAR}
    <!-- BEGIN saut -->
    <div style="height:{SPACE_ROW}px"></div>
    <!-- END saut -->
    <!-- END giefmod_index2 -->
    </div>
    </td>
    </tr>
    </tbody></table>
    </div>
    </div><!-- close div id=&quot;page-body&quot; -->

    <div id="page-footer">
    <div align="center">
    <span class="gen">
    <strong>{ADMIN_LINK}</strong>
    {U_PHPBB}

    <!-- BEGIN switch_view_stats -->
    |

    <!-- END switch_view_stats -->
    <!-- BEGIN switch_view_donation -->
    | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
    <!-- END switch_view_donation -->
    </span>
    </div>
    </div>
    </td>
    </tr>
    </table>
    </center>
    <script type="text/javascript"><!--
    fa_endpage();//-->
    </script></body></html>

    avatar
    Guest
    Guest


    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Guest September 14th 2010, 3:17 pm

    Replace the old code with this one Smile
    and see if that what you want Smile

    remember to click "Publish" Smile

    Code:

    </td>
    <td valign="top" width="{C3SIZE}">

    <div id="{ID_RIGHT}">
    <!-- BEGIN giefmod_index2 -->
    {giefmod_index2.MODVAR}
    <!-- BEGIN saut -->
    <div style="height:{SPACE_ROW}px"></div>
    <!-- END saut -->
    <!-- END giefmod_index2 -->
    </div>
    </td>
    </tr>
    </tbody></table>
    </div>
    </div><!-- close div id=&quot;page-body&quot; -->

    <div id="page-footer">
    <div align="center">
    <span class="gen">
    <center>For related links click here</center>
    <br />
    <strong>{ADMIN_LINK}</strong>
    {U_PHPBB}

    <!-- BEGIN switch_view_stats -->
    |

    <!-- END switch_view_stats -->
    <!-- BEGIN switch_view_donation -->
    | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a>
    <!-- END switch_view_donation -->
    </span>
    </div>
    </div>
    </td>
    </tr>
    </table>
    </center>
    <script type="text/javascript"><!--
    fa_endpage();//-->
    </script></body></html>
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Richardr September 15th 2010, 1:00 pm

    Thanks very much Gangstar15, it worked. cheers

    One more thing, could you show me how to embed a URL link into that line of text, say into the last word "here", so that people who click on it are taken to the link?

    Also, I have another problem which I posted about but no one replied:
    https://help.forumotion.com/manage-the-appearance-of-your-forum-f45/how-to-align-forum-modules-in-firefox-and-explorer-browsers-simultaneously-t77674.htm#500537


    Thanks!
    avatar
    Guest
    Guest


    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Guest September 15th 2010, 1:39 pm

    No problem xD.

    add this code instead of "here":
    Code:

    <a href="LINK HERE">here</a>

    Okay, i will check that Wink
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Richardr September 19th 2010, 11:28 am

    Thanks for all you help Gangster15, you're an ace! Sorry for not replying earlier, but I had some computer trouble.

    I am now attempting to set the text size for this as low as possible. I currently have the size equal to 1, but would like it even smaller. Do you know whether this is possible? I know that it's possible to post at a far smaller size, eg this. Can the BBCode, used for posting, somehow be translated into the HTML to achieve a smaller font?

    Thanks again!
    avatar
    Guest
    Guest


    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Guest September 19th 2010, 12:39 pm

    try this:
    Code:

    <font size="8px">TEXT</font>
    avatar
    Richardr
    Forumember


    Posts : 415
    Reputation : 0
    Language : english

    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Richardr September 20th 2010, 10:46 am

    Unfortunately that had the opposite effect.

    Replacing the 8 with a 1 restored to the original size, which I would still like to reduce. Would I be correct in assuming 1 is the smallest?

    Also, I tried 0.5, but that destroyed all my edits and set the footer to the original default! Shocked

    EDIT: I've now managed to find another way. Your assistance was much appreciated! salut
    avatar
    Guest
    Guest


    How to add text to bottom of pages Empty Re: How to add text to bottom of pages

    Post by Guest September 20th 2010, 12:35 pm

    Orh xD. okay then good that you find it out D:. Wink salut