Adding New Feature and Need Help 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
kirk
taggedup
LGforum
ankillien
dmwdead909
9 posters

    Adding New Feature and Need Help

    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Adding New Feature and Need Help

    Post by dmwdead909 September 16th 2011, 5:48 pm

    Okay I need Help With 4 Things. Hope someone can help me with this.

    FIRST THING:
    I am trying to do same thing as in This Thread https://help.forumotion.com/t96719-post-profile-background-image
    Except for PunBB because the code in that thread doesn't work for my version

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    SECOND THING:
    is there a way to fix this issue I am having. When I am in a Users Profile which ever Tab I am in, it just shows it blank. How do I fix? In this image it is the very first TAB that should say INFORMATION but instead it is just 1 pure color

    Adding New Feature and Need Help 616a1c10f7cf708fa45dbb4c9afe2bdd

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    THIRD THING:
    How do I add this to my Forums. Where The Message Thing Says New whenever a new post is made and it is like Flickering.
    Adding New Feature and Need Help 225f999d47a21d619600ea49dd3f52af

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    FOURTH THING:
    Can one really add a feature like this to the forums. Like facebook and myspace has where you can talk to your friends through IM. If yes can somebody teach me how I would set this up.

    Adding New Feature and Need Help 079e20cd7d7d3339305f211c7f64f8fc
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    In progress Re: Adding New Feature and Need Help

    Post by ankillien September 16th 2011, 6:27 pm

    Hi,

    1) This CSS code will add background image in poster profile...

    Code:
    .postmain .user {
    background: url(IMAGE URL HERE) repeat;
    }

    Adding borders around fields might need templates editing, I guess.

    2) The following code will fix it..

    Code:
    .activetab a {
    color : red !important;
    }

    3) Its just a forum icon, little bigger than normal Razz You can add it in Admin CP > Display > Pics Management > Icons for Forums

    Adding New Feature and Need Help New_cat

    4) I think http://wibiya.com toolbar will help.
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 16th 2011, 6:37 pm

    ankillien wrote:Hi,

    1) This CSS code will add background image in poster profile...

    Code:
    .postmain .user {
    background: url(IMAGE URL HERE) repeat;
    }

    Adding borders around fields might need templates editing, I guess.

    2) The following code will fix it..

    Code:
    .activetab a {
    color : red !important;
    }

    3) Its just a forum icon, little bigger than normal Razz You can add it in Admin CP > Display > Pics Management > Icons for Forums

    Adding New Feature and Need Help New_cat

    4) I think http://wibiya.com toolbar will help.

    Okay I tried the thing you gave me for number for but it gives me a script file. Where would I put that.

    And for Number 3 when ever I replace the icons down below where it says
    "IMAGE" New Posts "IMAGE" No New Posts "IMAGE" Forum Is Locked
    It stretches it since the image is long. Is there a way to hide that from showing like on this forums?
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 18th 2011, 7:26 am

    Any Help? with 3 and 4?
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    In progress Re: Adding New Feature and Need Help

    Post by LGforum September 18th 2011, 1:09 pm

    There is no way of adding a facebook chat style chat as it require integration with the database and some other files we don't have access to.
    There are plenty of unintegrated chats to add however.

    The Wibiya toolbar script you need to put it in your site description.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    In progress Re: Adding New Feature and Need Help

    Post by ankillien September 18th 2011, 1:39 pm

    dmwdead909 wrote:Any Help? with 3 and 4?

    This code will remove the forum icons from below...

    Code:
    #pun-legend {
    display:none;
    }

    The wibiya code can be added in site description in general tab. It has an app that allows chat with facebook and other IM. You do not require any database.
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 19th 2011, 7:19 am

    Okay thanks guys. Also I see no point in making a new Thread so ima ask in this one that I already made.

    How would I make the Width of "SEARCH IN" bigger? Right now the name dont fit as you notice in the second box down.
    Adding New Feature and Need Help 8aca551c4396ba56c40231d9f4b0dc09
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    In progress Re: Adding New Feature and Need Help

    Post by ankillien September 19th 2011, 9:35 am

    Can you tell me which page is that?
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    In progress Re: Adding New Feature and Need Help

    Post by taggedup September 19th 2011, 6:59 pm

    ankillien wrote:Hi,

    1) This CSS code will add background image in poster profile...

    Code:
    .postmain .user {
    background: url(IMAGE URL HERE) repeat;
    }

    Adding borders around fields might need templates editing, I guess.

    2) The following code will fix it..

    Code:
    .activetab a {
    color : red !important;
    }

    3) Its just a forum icon, little bigger than normal Razz You can add it in Admin CP > Display > Pics Management > Icons for Forums

    Adding New Feature and Need Help New_cat

    4) I think http://wibiya.com toolbar will help.

    hi sorry 2 butt in here but could u help plz
    im on invision and i was just woundering if u can make the post profile background image be only 4 me or even 4 groups
    heres the code but its 4 every1 is it possible 2 add a code 2 make it just 4 me or admin groups

    Code:
    .postprofile {
    background-image: url("http://www.nextgenupdate.com/forums/images/Admin-bg.jpg");
    }
    thanks
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 20th 2011, 1:40 am

    ankillien wrote:Can you tell me which page is that?

    It is the search results page.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    In progress Re: Adding New Feature and Need Help

    Post by kirk September 20th 2011, 3:43 am

    dmwdead909 wrote:Okay thanks guys. Also I see no point in making a new Thread so ima ask in this one that I already made.

    How would I make the Width of "SEARCH IN" bigger? Right now the name dont fit as you notice in the second box down.
    Adding New Feature and Need Help 8aca551c4396ba56c40231d9f4b0dc09

    is this your forum?
    http://lmc-forums.inmyclan.com/

    because as i said in your other post your forum dose not seem to appear as it is in the screen shots.So i guess you have been changing things.. i think you need to slow down and try to stop adding to many things before you have the other things sorted first.

    Also i do not recommend using Wibiya bars, they are known to conflict with many things on forumotion, 90% of the time when you have something going wacky with appearances or certain forumotion features messing up it's due to having a Wibiya bar, so be sure to add that last if you do intend to use it, this way you know if it is that messing with anything up once adding it as the final thing.
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 20th 2011, 4:00 am

    kirk wrote:
    dmwdead909 wrote:Okay thanks guys. Also I see no point in making a new Thread so ima ask in this one that I already made.

    How would I make the Width of "SEARCH IN" bigger? Right now the name dont fit as you notice in the second box down.
    Adding New Feature and Need Help 8aca551c4396ba56c40231d9f4b0dc09

    is this your forum?
    http://lmc-forums.inmyclan.com/

    because as i said in your other post your forum dose not seem to appear as it is in the screen shots.So i guess you have been changing things.. i think you need to slow down and try to stop adding to many things before you have the other things sorted first.

    Also i do not recommend using Wibiya bars, they are known to conflict with many things on forumotion, 90% of the time when you have something going wacky with appearances or certain forumotion features messing up it's due to having a Wibiya bar, so be sure to add that last if you do intend to use it, this way you know if it is that messing with anything up once adding it as the final thing.

    Yea those are my forums. Although the image i showed is another forum. I am fixing a friends forum that is why. The images I am showing are from another one.

    Also another question. What is the code for PunBB to make all the Corners Round. Like everything round.
    avatar
    johnshaw
    New Member


    Posts : 1
    Reputation : 1
    Language : english

    In progress Re: Adding New Feature and Need Help

    Post by johnshaw September 20th 2011, 7:06 am

    dmwdead909 wrote:Okay I need Help With 4 Things. Hope someone can help me with this.

    FIRST THING:
    I am trying to do same thing as in This Thread https://help.forumotion.com/t96719-post-profile-background-image
    Except for PunBB because the code in that thread doesn't work for my version

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    SECOND THING:
    is there a way to fix this issue I am having. When I am in a Users Profile which ever Tab I am in, it just shows it blank. How do I fix? In this image it is the very first TAB that should say INFORMATION but instead it is just 1 pure color

    Adding New Feature and Need Help 616a1c10f7cf708fa45dbb4c9afe2bdd

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    THIRD THING:
    How do I add this to my Forums. Where The Message Thing Says New whenever a new post is made and it is like Flickering.
    Adding New Feature and Need Help 225f999d47a21d619600ea49dd3f52af

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    FOURTH THING:
    Can one really add a feature like this to the forums. Like facebook and myspace has where you can talk to your friends through IM. If yes can somebody teach me how I would set this up.

    Adding New Feature and Need Help 079e20cd7d7d3339305f211c7f64f8fc
    [url=dissertationwritingservice]dissertationwritingservice[/url]
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 20th 2011, 7:27 am

    Huh what is that suppose to be or where am i suppose to put it?
    bHulleT.w
    bHulleT.w
    Forumember


    Male Posts : 244
    Reputation : 13
    Language : Estonian - Html - Php - Css - MySQL
    Location : Closet :3

    In progress Re: Adding New Feature and Need Help

    Post by bHulleT.w September 20th 2011, 8:17 am

    I want 4th thing too ! Very Happy
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 21st 2011, 3:50 pm

    So anybody know how to make the width right there bigger?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    In progress Re: Adding New Feature and Need Help

    Post by ankillien September 21st 2011, 4:46 pm

    You can change the width via templates.
    Go to Admin CP > Display > Templates > General > search_results_topics

    Find this code...

    <th class="thTop" nowrap="nowrap"> {L_FORUM} </th>

    replace it with this code...

    <th class="thTop" nowrap="nowrap" width="200"> {L_FORUM} </th>

    Save the template and publish it Very Happy
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 21st 2011, 11:30 pm

    Thanks that worked. Also how would I remove this from appearing on the site
    Adding New Feature and Need Help Abaeced6f2116b4f7cb1f3dff98ccf69

    Or make it appear like in this site
    Adding New Feature and Need Help A0bc75f06d9ee5fb5427b2436721fce7

    Also another question how do you make the whole forum have a border line like these forums and make the lines for the sections on the side more thicker and round like the ones right here. The Section part are the ones in blue towards bottom of image.
    Adding New Feature and Need Help Caa78671c370c5625935c17a6c559ca7
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    In progress Re: Adding New Feature and Need Help

    Post by ankillien September 22nd 2011, 3:12 am

    To remove the "Logged as..." box...

    Code:
    #pun-visit {
    display:none;
    }

    This forum runs on phpBB3 and uses completely different technique to display forums so you can't get exactly the same. To wrap a forum in border use this code...

    Code:
    .pun {
    margin: 10px auto;
    border: 2px solid white;
    }
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 22nd 2011, 7:35 am

    Hi I was wondering if there was a code to make only the announcements round like this one. This one makes them perfectly round how I want Except only thing with this code is that it also makes the forums topics round and they fade. If it didnt make them fade it would be perfect.

    So basically I am searching for a code that Either makes the topics also round with out fade and the announcements too.

    Code:
    .main-content {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 0 0;
    }
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    In progress Re: Adding New Feature and Need Help

    Post by ankillien September 22nd 2011, 3:09 pm

    This code wil make the announcement rounded...

    Code:
    #pun-announcement {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 0 0;
    }

    I can't see the topics as a guest on your forum, so I can't help on that issue.
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 23rd 2011, 9:02 am

    ankillien wrote:This code wil make the announcement rounded...

    Code:
    #pun-announcement {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 0 0;
    }

    I can't see the topics as a guest on your forum, so I can't help on that issue.
    Thanks but this didnt make it round. This is the site I am trying to fix up: http://risenchaos.canadaboard.net/
    By announcement I meant the Scroll Thing at the top that says All donations go to EMAIL

    HMM I just notice that the site looks a bit different in Google Chrome some of the stuff that I see rounded in FireFox are just regular in square in Google Chrome. Anybody know why?

    And for some reason I always have these GAPS in PunBB in the navigation bar: Anybody know how to fix GAP?
    Adding New Feature and Need Help 11fcb81c0fd1623c92ff560acba6aac3
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    In progress Re: Adding New Feature and Need Help

    Post by Nera. September 23rd 2011, 3:38 pm

    dmwdead909 wrote:
    And for some reason I always have these GAPS in PunBB in the navigation bar: Anybody know how to fix GAP?
    Adding New Feature and Need Help 11fcb81c0fd1623c92ff560acba6aac3

    Add this to CSS
    Code:
    a.mainmenu {
        margin: 0 !important;
    }
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 23rd 2011, 3:51 pm

    Thanks that worked Nera
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    In progress Re: Adding New Feature and Need Help

    Post by MrMario September 24th 2011, 5:40 am

    This all solved now?
    dmwdead909
    dmwdead909
    Forumember


    Male Posts : 124
    Reputation : 0
    Language : English
    Location : Pomona

    In progress Re: Adding New Feature and Need Help

    Post by dmwdead909 September 25th 2011, 9:47 am

    MrMario wrote:This all solved now?
    No that code that Ankillien gave me didnt make the announcement round. This is the site I am trying to fix up: http://risenchaos.canadaboard.net/
    By announcement I meant the Scroll Thing at the top that says All donations go to EMAIL.

    The announcement I want to make round are the ones in GENERAL>ANNOUNCEMENT