Icons in index 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

    Icons in index

    D'Leandro™
    D'Leandro™
    Forumember


    Posts : 50
    Reputation : 1
    Language : Português

    Solved Icons in index

    Post by D'Leandro™ July 16th 2013, 4:43 am

    Hello, I would like to request these icons of feed that are in the forum index.
    (Details in the picture)
    Icons in index Sem_ta50

    Effect: http://discussioncentral.net/
    My forum: http://staffergroupbr.stuning.net/forum
    Version: PhpBB3

    Thank you!


    Last edited by D'Leandro™ on July 19th 2013, 1:30 am; edited 2 times in total
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Icons in index

    Post by SLGray July 16th 2013, 4:48 am

    Moved to Other Problems



    Icons in index Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    D'Leandro™
    D'Leandro™
    Forumember


    Posts : 50
    Reputation : 1
    Language : Português

    Solved Re: Icons in index

    Post by D'Leandro™ July 18th 2013, 4:10 am

    Up?
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Icons in index

    Post by Sir Chivas™ July 18th 2013, 4:51 am

    Hi,

    That forum doesn't seem to be a Forumotion board, unfortunately, it's not possible, sorry.


    However, the only way you can add this is by adding an HTML code in each forums' descriptions.

    Regards,
    Sir Chivas.

    D'Leandro™
    D'Leandro™
    Forumember


    Posts : 50
    Reputation : 1
    Language : Português

    Solved Re: Icons in index

    Post by D'Leandro™ July 18th 2013, 6:14 am

    Eu já vi algo parecido a avacweb. '-'
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Icons in index

    Post by SLGray July 18th 2013, 6:15 am

    D'Leandro™ wrote:Eu já vi algo parecido a avacweb. '-'
    Please speak English as this is a English Support Forum. If you need support in another language please look at the widget to the right that says Official Support Forums.



    Icons in index Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    D'Leandro™
    D'Leandro™
    Forumember


    Posts : 50
    Reputation : 1
    Language : Português

    Solved Re: Icons in index

    Post by D'Leandro™ July 18th 2013, 6:26 am

    I'm Sorry, did not notice I was typing in Portuguese.
    I've seen something similar in avacweb. '-'
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Icons in index

    Post by Ange Tuteur July 18th 2013, 6:50 am

    Doing what Sir Chivas mentioned could be the only plausible solution at the moment. To get you started I set up an example code.

    I'll be using my test forum as an example. The setup is mainly a link, image, and hook. The hook is used to stylize and position the image via CSS, I'll explain below on how to modify this code.

    Code:
    <a href="/feed?f=1" title="Feed - FORUM TITLE HERE" target="_blank"><span class="feed-icon-forum"><img src="http://i38.servimg.com/u/f38/15/60/53/22/rss_sm10.png" /></span></a>

    <a href="/feed?f=1" <-- This is the reference to one of your forums RSS feeds. To modify the feed of which the url will take you to simply change the value of 'feed?f=1' to 'feed?f=2' to specify another RSS feed. You can find the feed number of these forums by looking to the the url of a forum and locating the FID#(forum ID number). https://i.servimg.com/u/f37/18/21/41/30/ex15.png

    title="Feed - FORUM TITLE HERE" <-- This is the content displayed when a user hovers their mouse over the link/image. It can be modified, or removed if you desire.

    target="_blank"> <-- This opens the link in a new tab, if you wish to have the page open within the same window you can remove that.

    <span class="feed-icon-forum"> <-- this is our hook for the image so we can customize it via CSS.

    <img src="https://i.servimg.com/u/f38/15/60/53/22/rss_sm10.png" /> <-- and this is our image; you can replace the current image url with an image of your liking.

    </span></a> <-- closing tags.

    ----------

    To place the code above into a forum do the following..

    Admin Panel > General > Forum > Categories and Forums

    Click modify( Edit) on one of your forums, paste the code in its description(make sure to change the feed ID to the correct ID of the forum.) and save. Then go to your CSS Style sheet..

    Display > Pictures and Colors > Colors > CSS Stylesheet and paste the following code
    Code:
    /*Forum RSS Feed*/
    .feed-icon-forum {
      float: right;
      position: relative;
      top: -10px;
      transition: 1.5s;
    }
    .feed-icon-forum:hover {
      opacity: 0.5;
    }

    You may need to modify 'position' as this was put together for phpbb2. You can review an example of the display  on my test forum. http://angestesting.forumotion.com/forum

    It may be tedious to do as you'll need to place this in the description of every forum, and every new forum you add. I'm sure this can be done much easier via Javascript however, I don't know that language yet. So I put together what Sir Chivas suggested you do.
    D'Leandro™
    D'Leandro™
    Forumember


    Posts : 50
    Reputation : 1
    Language : Português

    Solved Re: Icons in index

    Post by D'Leandro™ July 18th 2013, 7:01 am

    Thank you, Perfect!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Icons in index

    Post by Ange Tuteur July 18th 2013, 7:09 am

    You're welcome, if you need anymore help with it ask. Best of luck with your forum. Wink
    D'Leandro™
    D'Leandro™
    Forumember


    Posts : 50
    Reputation : 1
    Language : Português

    Solved Re: Icons in index

    Post by D'Leandro™ July 18th 2013, 2:07 pm

    Thank You.
    I would what users americans visit my forum.
    I will soon install an automatic translator.
    My forum is disponible the visit Link Removed ~ Sir Chivas.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: Icons in index

    Post by Sir Chivas™ July 18th 2013, 6:23 pm

    Hi,

    There's no needing in adding your forum URL, that will just be considered as advertising.

    Is this solved? If so, please edit your first post & click on the solved button, then send. Thank you.
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Icons in index

    Post by Jophy July 20th 2013, 3:42 pm

    Solved