WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved Some buttons removal and editing Tue Apr 10, 2012 7:23 pm

Weatherman

Weatherman
Registered Member
Registered Member
Hi again Very Happy
Here's the picture and what I would like to do.
Some buttons removal and editing Untitled-1
BLUE:I want to attach picture to those buttons instead of just clicking the words. If it is possible of course.
RED:I want to completely remove those two buttons since nobody on our forum uses that.

And one more. I made hover effect on buttons like quote, edit, ip, delete and I tried everything to do hover effect on multi quote selected/unselected but I can't. I tried all versions that come to my mind but seems none of them is working. I think it is somethnig around .i_icon_multi_quote_selected but can't quite figure it out...
Thanks in advance Smile

http://www.nba-serbia.net

2Solved Re: Some buttons removal and editing Wed Apr 11, 2012 10:16 am

ankillien

ankillien
Administrator
Administrator
Hi,

Those buttons are found in the index_body template. Find this part in the template...

Code:
<ul>
   <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
   <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
   <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
   <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
</ul>

and replace it with this code...

Code:
<ul>
   <li><a href="{U_SEARCH_NEW}"><img src="POST SINCE LAST VISIT IMAGE URL" /></a></li>
   <li><a href="{U_MARK_READ}"><img src="MARK FORUMS READ IMAGE URL" /></a></li>
</ul>

Add the image URLs before you add the code. Save the template and publish it.

For hover effect, I need to know what kind of hover effect are you trying to add. What should it do on mouse hover?

3Solved Re: Some buttons removal and editing Wed Apr 11, 2012 8:06 pm

Weatherman

Weatherman
Registered Member
Registered Member
Thanks for the buttons code, it's working Very Happy
For the second one, I wanna have code like this for multi quote button
Code:
.i_icon_edit              {
  background: url('IMAGE URL') no-repeat center !important;
  width:60px;
  height:19px;
}
.i_icon_edit:hover        {
  background: url('IMAGE URL') no-repeat center !important;
  width:60px;
  height:19px;
}

http://www.nba-serbia.net

4Solved Re: Some buttons removal and editing Wed Apr 11, 2012 10:57 pm

ankillien

ankillien
Administrator
Administrator
This is the selector for the multi quote button...

Code:
img[alt="Select/Unselect multi-quote"]{
background: url('IMAGE URL') no-repeat center !important;
width:60px;
height:19px;
}
img[alt="Select/Unselect multi-quote"]:hover{
background: url('IMAGE URL') no-repeat center !important;
width:60px;
height:19px;
}

5Solved Re: Some buttons removal and editing Wed Apr 11, 2012 11:22 pm

Weatherman

Weatherman
Registered Member
Registered Member
that will do it Very Happy
and just one more an you can lock this Very Happy
how to make this in one line?
Some buttons removal and editing Untitled-1

http://www.nba-serbia.net

6Solved Re: Some buttons removal and editing Wed Apr 11, 2012 11:37 pm

Nera

Nera
Technician
Technician
http://www.admincentar.net/mybb/showthread.php?tid=11771

7Solved Re: Some buttons removal and editing Wed Apr 11, 2012 11:55 pm

Weatherman

Weatherman
Registered Member
Registered Member
I don't want to remove it, just to make it in one line like on this forum Smile

http://www.nba-serbia.net

8Solved Re: Some buttons removal and editing Thu Apr 12, 2012 12:11 am

Nera

Nera
Technician
Technician
Sorry I did not read it, just saw the photo.
Here it's in one line cause this was removed:

View posts since last visit
View your posts
View unanswered posts
Mark all forums read

So it can fit.

If you have it than all can't fit in one line. Find this:

Code:
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>

And replace it with this:

Code:
</div> <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>

It can't fit all in one line so either that or lower the letter size.

9Solved Re: Some buttons removal and editing Thu Apr 12, 2012 4:50 am

Weatherman

Weatherman
Registered Member
Registered Member
I erased it all then. Thanks and lock please Very Happy

http://www.nba-serbia.net

10Solved Re: Some buttons removal and editing Thu Apr 12, 2012 8:50 am

ankillien

ankillien
Administrator
Administrator
Glad we could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum