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.

Some buttons removal and editing

2 posters

Go down

Solved Some buttons removal and editing

Post by Dachone April 10th 2012, 7:33 pm

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


Last edited by Dachone on April 12th 2012, 2:57 pm; edited 1 time in total
Dachone
Dachone
Forumember

Male Posts : 61
Reputation : 1
Language : Serbian
Location : Venice Beach, CA

http://www.nba-serbia.net

Back to top Go down

Solved Re: Some buttons removal and editing

Post by Guest April 10th 2012, 7:42 pm

Hi!

Nice forum Dachone. Very Happy

Now, to the problem. I think I can help you with this.
Add to CSS Stylesheet:
Code:
#pun-visit ul li a[href="/search?search_id=unanswered"]{
display: none !important;
}

#pun-visit ul li a[href="/search?search_id=egosearch"]{
display: none !important;
}

I will come with another codes for changing that text and your second problem, I'm rush for 10 minutes. Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: Some buttons removal and editing

Post by Dachone April 10th 2012, 7:52 pm

Thanks for the compliments and for the code, it's working! Very Happy
Waiting for the other codes Smile
Dachone
Dachone
Forumember

Male Posts : 61
Reputation : 1
Language : Serbian
Location : Venice Beach, CA

http://www.nba-serbia.net

Back to top Go down

Solved Re: Some buttons removal and editing

Post by Guest April 10th 2012, 9:07 pm

I'm here. Add to Javascript codes management:
Code:
$(function(){
$('#pun-visit ul li a[href="/?mark=forums"]').replaceWith(' <a href="/?mark=forums"><img src="IMAGE_MARKFORUMSREAD" /></a> ');
$('#pun-visit ul li a[href="/search?search_id=newposts"]').replaceWith(' <a href="/search?search_id=newposts"><img src="IMAGE_LASTVISITTOPICS" /></a> ');
});
Replace IMAGE_MARKFORUMSREAD and IMAGE_LASTVISITTOPICS with links to images
Placement : Only In the home page.

For second problem add to CSS Stylesheet:
Code:
.i_icon_quote:hover{
...;
}

.i_icon_edit:hover{
...;
}

.i_icon_delete:hover{
...;
}

.i_icon_ip:hover{
...;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Some buttons removal and editing

Post by Dachone April 10th 2012, 9:30 pm

For the first one
I created new javascript page and added that code with real picture links but it isn't working. Am I missing something? Very Happy
Here are the pictures
Some buttons removal and editing 11111
Some buttons removal and editing 2222

For the second
I know that codes and I already did them, I was asking for a multi quote button code if somebody knows Very Happy
Dachone
Dachone
Forumember

Male Posts : 61
Reputation : 1
Language : Serbian
Location : Venice Beach, CA

http://www.nba-serbia.net

Back to top Go down

Solved Re: Some buttons removal and editing

Post by Guest April 11th 2012, 2:01 pm

Second problem:
Code:
.post-options img[title="Select/Unselect multi-quote"]{
Here your codes;
}

First problem:
Can you provide me a test account on your forum? Thanks. Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Some buttons removal and editing

Post by Dachone April 11th 2012, 6:26 pm

Ok, thanks for that multi-quote button Very Happy
The first thing I solved on other forum so you can lock this and mark as solved Smile
Dachone
Dachone
Forumember

Male Posts : 61
Reputation : 1
Language : Serbian
Location : Venice Beach, CA

http://www.nba-serbia.net

Back to top Go down

Solved Re: Some buttons removal and editing

Post by Guest April 11th 2012, 6:48 pm

Glad I could help. Very Happy
avatar
Guest
Guest


Back to top Go down

Solved Re: Some buttons removal and editing

Post by Jophy April 13th 2012, 6:28 am

Since this thread is marked as solved, this will be moved now.
Jophy
Jophy
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

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