Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: Post here:style(.css) change and template (.tpl)modification

  1. #11

    Default Re: Post here:style(.css) change and template (.tpl)modification

    They wanted a link that will take them at the bottom not the top. My code will acheive that so will yours if they place that code at the bottom instead.

    Artin

  2. #12
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Post here:style(.css) change and template (.tpl)modification

    Quote Originally Posted by Artin
    They wanted a link that will take them at the bottom not the top. My code will acheive that so will yours if they place that code at the bottom instead.

    Artin
    YEA! you are right.but you look now my early post. i replaced it into the go to bottom code
    just see this :D
    Code:
    Go To Bottom
    Code:
    <a name="go_to_bottom">
    anyway thanks for this infomation Artin
    thanks :D

  3. #13

    Default Re: Post here:style(.css) change and template (.tpl)modification

    You guys are just great. I tried one of your solutions and it worked perfectly.


    Thanks so much!

  4. #14
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Post here:style(.css) change and template (.tpl)modification

    Quote Originally Posted by tripleA
    You guys are just great. I tried one of your solutions and it worked perfectly.
    Thanks so much!
    its ok :D
    any helps in your template modification and style(css) problem post here!.
    i am always here!! :D

  5. #15
    Join Date
    May 2007
    Posts
    394

    Default Black and neon green

    Hi,

    How would I create a theme that looks like this ===> http://TheWall.net/sample.jpg

    I can figure out the background and text colors, but I don't know how to make tabs out of the default vshare buttons across the top.

    Thanks for any help you might be able to give

  6. #16

    Default Re: Post here:style(.css) change and template (.tpl)modification

    You need to add the tabs menu code in header.tpl file.

    Also upload the images (buttons)into images folder (templates) and

    add the tabs menu css in to style.css in css folder (templates)

  7. #17
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Post here:style(.css) change and template (.tpl)modification

    You can change like that black theme in headder you can edit the header.tpl in templates folder.you can see hd section in headder.tpl see folowwing code
    Code:
    <div id="hd">----headder content is here---</div>
    this diviation is used for vshare headder section.you can edit this whole section to make complete changes if you want .youcan see this style in style.css.

    You can see the vshare menu in headder.tpl.look below
    Code:
    <table class="menu">
    <tr align="center">
    <td width="14%">HOME</td>
    <td width="15%">UPLOAD</td>
    <td width="15%">WATCH</td>
    <td width="14%">TAGS</td>
    <td width="14%">PICTURES</td>
    <td width="14%">CHANNELS</td>
    <td width="14%">GROUPS</td>
    <td width="14%">FRIENDS</td>
    <td width="14%" style="border:0px">MEMBERS</td>
    </tr>
    </table>
    Edit style.css in template folder.look at the following code. its vshare headder menu css.you can replace as your own black style

    Code:
    a.menu, a.menu:link, a.menu:link:visited {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    }
    
    a.menu:hover { color: #FF0; }
    
    a.submenu, a.submenu:link, a.submenu:link:visited, .submenu {
    font-family: verdana, arial;
    font-size: 11px;
    color: #2b376b;
    }
    Then you can replace the menu.gif its under templates->images->menu.gif
    you can see this "menu.gif" is used for vshare headder menu image.You can replace this for your own image

  8. #18
    Join Date
    May 2007
    Posts
    394

    Default Re: Post here:style(.css) change and template (.tpl)modification

    WOW thank you, that was comprehensive! I'll set to work on it, see how I do. Thank you for your time!

  9. #19
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Post here:style(.css) change and template (.tpl)modification

    What I did was change the cells to a certain width and then make the cells have a background, which is the tabs as a graphic...can be done by creating a class in .css. See my skins site for examples...I have a couple of skins with the navigation as tabs like this one:

    http://webgeek-design.com/index.php?act ... oductId=54

    For the tabs changing color, that's probably a script of some sort that you can most likely find at places like http://dynamicdrive.com/ where once the page is chosen, it replaces the graphic or the color (however you have it set up..either with a color or a graphic for the cell). Here's a particular script they have that's rather nice http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm

    I have implemented this script on a custom site that I did for myself one time, works really nice.
    If it's not fun, stop doing it!

  10. #20
    Join Date
    May 2008
    Posts
    9

    Default Re: Post here:style(.css) change and template (.tpl)modification

    Hi

    Hopefully anyone can help me with the modifications I wanted to do on my site http://www.islandflik.com

    1. Show users profile picture on Last 10 Users Online as shown on homepage.

    2. Show recent friends pictures on users profile

    That's it to get me started:)

    regards
    Marsh
    www.islandflik.com

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Need Template Modification Will $200
    By micq in forum Template Modifications
    Replies: 5
    Last Post: 04-02-2009, 08:34 PM
  2. Niche Video Script modification
    By lovek in forum Sales Questions
    Replies: 0
    Last Post: 11-02-2008, 08:41 PM
  3. how to change template size
    By igorcreed in forum Template Modifications
    Replies: 7
    Last Post: 04-11-2008, 01:55 AM
  4. Change the template color
    By mario2000 in forum Template Modifications
    Replies: 4
    Last Post: 02-18-2008, 04:38 AM
  5. Change Template Color
    By dalejr410 in forum Template Modifications
    Replies: 4
    Last Post: 01-02-2008, 12:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •