#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Oct 20, 2023 10:59:48 GMT -8
Todge You know where you advised, " Protect Award
Protected awards can only be given/taken by staff members. Options for this are in the next section. DO NOT RE-ORDER YOUR AWARDS, OR REMOVE ANY FROM THE LIST AFTER THE PLUGIN HAS BEEN ENABLED!! DOING SO WILL MEAN THAT SOME OF YOUR MEMBERS MAY END UP WITH THE WRONG AWARDS. If you wish to remove an award from the list, replace the URL with N/A and leave the other fields blank." What do I need to do if I removed awards from the system (prior to reading this, of course)? Now, you know that all my badges are messed up, and I have only myself to blame. lol! How painful is this going to be to fix? Should I just start over? I'm not very techy and am wondering what is the best way to proceed? Thanks for any help! If you can remember which awards you removed, you can simply insert 'N/A' into the awards list.. If you are using 'The Old Way', you can simply add a line in the necessary places.. If you are using 'Your Awards' tab, you will need to add extra 'N/A' awards and then drag them up into position.. If that it too much trouble, or you cannot remember where the awards were removed from, you are restricted to either correcting you members awards by removing the erroneous awards and and re-awarding the correct ones, or simply resetting the awards key and starting from scratch. Sorry.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Oct 15, 2023 9:35:19 GMT -8
TodgeThanks for the reply I'll try the examples you've suggested. I want to do this as a standalone plugin. It's a learning process for me. Bless you No worries, and good luck.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Oct 15, 2023 5:52:08 GMT -8
TodgeShort hand does not work either but I would like to do this in jQuery only. The css that I have is separate for now.I did a search and found short hand will not work in jQuery OK, jQuery it is, but jQuery will certainly accept CSS shorthand.. Give this a go.. $('#spy').css('border', '2px solid #fff'); Or... $('#spy').css('cssText', 'border: 2px solid #fff !important'); Or even... $('#spy').attr('style', 'border: 2px solid #fff !important');
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Oct 14, 2023 16:47:19 GMT -8
test siteThe css isn't working at all $('#spy').css({ "border-top":"2px solid #fff", "border-bottom":"2px solid #fff", "border-left":"2px solid #fff", "border-right":"2px solid #fff" }); Could someone help please? First up, you do not need to style each side of a cell separately if they are all the same, and is there a reason why you are trying to apply the CSS using jQuery? Try adding this to your forums' CSS Style Sheet instead.. #spy { border: 2px solid #fff; }
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 26, 2023 13:03:55 GMT -8
Mo worries..
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 25, 2023 9:43:10 GMT -8
Hi there, not sure if right place, but here goes anyway. Is there a way to hide and/or delete topic icons from the thread list. Main concern is the "New", "Lock" and "Poll" icons left of thread titles. Any help is appreciated! There is indeed.. Try adding this to the bottom of your forums' stylesheet. .new_icon, .lock_icon, .poll_icon { display: none; }
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 11, 2023 16:46:11 GMT -8
You have installed the Smiley MANAGEMENT Plugin, not the Smiley Dropdown Plugin. The Smiley Management Plugin makes it easier for you to add, remove or re-order your smileys, it will NOT add any smileys to your forum, for that you need the Smiley DROPDOWN plugin. Thank you! I knew there were 2 parts but didn't know what it was called. I never use the dropdown that is under the admin button. I use the one you just gave me. Thank you!. No worries..
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 8, 2023 11:39:52 GMT -8
Thanks for your response. I got the plugin from the plugin Library. The latest version there is 3.1.2. There is no 3.2.7 version. When I install it, and try to use it by clicking on it, it has a popup that says, "You need the Smilie Dropdown Plugin, version 3.2.7 or above, to use all the functions of this plugin!". This is the forum that I installed it on. You can see it there. truth-spirit.freeforums.net/You have installed the Smiley MANAGEMENT Plugin, not the Smiley Dropdown Plugin. The Smiley Management Plugin makes it easier for you to add, remove or re-order your smileys, it will NOT add any smileys to your forum, for that you need the Smiley DROPDOWN plugin.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 8, 2023 11:33:12 GMT -8
Hi Todge I've tried to add an rss feed into the extra cell feature but it hasn't appeared where I want it. If it's possble, I'd like the rss 'box' above or below Recent Threads. The rss for football news has appeared, but it's at the very bottom of the forum. Thank you. Can you please PM me the code you are using to get the RSS feed onto you forum. Thanks.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 31, 2023 11:39:46 GMT -8
Todge Is there any way to get the awards to show up underneath their avatar? Or will they only show up when someone views their profile? Edit: You can cancel that. I just figured it out. Sorry.
Good to hear you figured it out.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 29, 2023 9:50:46 GMT -8
Questions about this plugin..... Why is it that when I add an award, it says that I only have 10 of those awards to hand out? Is there any way to change that? Would I just have to add that award again if I want to give out more than 10? In the 'Awards Settings' tab in the plugin options, you will find a 'Multiple Awards' option, you can change the amount awards available there.. There is also an option to stack them, that is a single award image with a message saying how many, or you can choose to display each award separately.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 28, 2023 4:44:37 GMT -8
Since my post, I've noticed that it's started cropping up on the forum (my avatar, at least). I don't know about my members, I haven't asked. Good to hear.. Hopefully it is behaving for your members too.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 26, 2023 8:49:27 GMT -8
I've added this plugin to my forum and it's not working. You can find my forum here. It seems that the key is not storing the data needed.. Are you members posting using a mobile device, or are they using a computer? Plugins will not work on a mobile device unless it is set to desktop mode.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 9, 2023 11:27:39 GMT -8
No worries..
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 7, 2023 10:08:43 GMT -8
Oh Todge, I'm so sorry. There's me thinking I had spotted a mistake when in actual fact I've made a fool of myself. I don't know if I'm still doing something wrong but I've now added your first line of code; #important_threads thead { display: none; } and it hasn't made any difference. I've also tried the other line of text, with no luck. No need to apologise, everyone makes mistakes.. This is your current CSS settings.. #important_threads th, #important_threads td{ #important_threads thead { display: none; } border-color: #000000; } #important_threads .title-bar { text-align: center; text-size \"18px\"; } #important_threads .title-bar>h2 { width: 100%; }
#important_threads .title-bar { background-color: black; } #important_threads .title-bar>h2 { color: white; } You have put the new piece of code inside the first statement.. Try changing what you have to this.. #important_threads th, #important_threads td{ border-color: #000000; }
#important_threads thead { display: none; }
#important_threads .title-bar { text-align: center; text-size: 18px; }
#important_threads .title-bar>h2 { width: 100%; }
#important_threads .title-bar { background-color: black; }
#important_threads .title-bar>h2 { color: white; }
|
|