inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 7, 2013 13:13:03 GMT -8
Hoping you can assist me Peter.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 7, 2013 18:32:35 GMT -8
Hoping you can assist me Peter. Just had a look at your forum. Everything appears fine to me. The newest member shows in the news bar correctly.
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 7, 2013 20:51:51 GMT -8
Thank you for getting back to me Peter. The welcome of new member comes up ok but I have two other items of news that I want to show.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 8, 2013 1:22:48 GMT -8
Thank you for getting back to me Peter. The welcome of new member comes up ok but I have two other items of news that I want to show. Sorry, didn't check the other messages. Could you remove the script for the moment, let me know when you have, just so I can write something in my console to test.
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 8, 2013 12:31:36 GMT -8
I have removed the script.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 10, 2013 3:52:47 GMT -8
I have removed the script. Can't find any issues, working fine for me when I try it from the console.
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 10, 2013 11:39:40 GMT -8
Thank you Peter for looking into it for me.. I am sorry I can't use your code.
|
|
Former Member
inherit
guest@proboards.com
167458
0
Nov 25, 2024 0:17:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 10, 2013 13:56:52 GMT -8
Hi, toetappingWhat browser are you using? Have you tried any other browser to see if you have the same issue Have you tried disabling the news feed And then try entering your news messages again. Steve I notised in your earlier posts that you said you had Two news feeds showing When you add the code there should be only one $[news]with the code added under that. The old code still works for me with no problem have you gave that a go
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 10, 2013 19:19:08 GMT -8
I am using FF. I have also tried Internet Explorer. I disabled the news feed then entered messages again. I only have one news feed now showing Steve but it only shows the latest members not my other bit of news I have, talking about competition and Thanks for visiting. Here is how I have the code. Shame I can't get it as had it before upgrade. I appreciate your help.
|
|
Former Member
inherit
guest@proboards.com
167458
0
Nov 25, 2024 0:17:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 11, 2013 1:47:58 GMT -8
Hi, toetappingHave you tried using the old code and see if works I'm using the old code and all seems to be working Ok for me in Opera & IE8 Also are you using any other code or plugin that modifys the news feed? OLD CODE BELOW Goto... Admin Home > Themes > Layout Templates Click on "Home". Under "$[news"]", add this script. <script> var user = '$[newest_user.escaped]'; var forum = '$[forum.name.escaped]'; $("#news .items").prepend("<div style='width: 895px; float: left;'>Please welcome our newest member " + user + " to the \"" + forum + "\"</div>"); </script> Steve
|
|
PIP
Junior Member
Posts: 202
inherit
187732
0
Jan 31, 2017 12:13:18 GMT -8
PIP
202
December 2012
mrpip
|
Post by PIP on Mar 11, 2013 9:05:04 GMT -8
Hi, toetappingHave you tried using the old code and see if works I'm using the old code and all seems to be working Ok for me in Opera & IE8 Also are you using any other code or plugin that modifys the news feed? OLD CODE BELOW Goto... Admin Home > Themes > Layout Templates Click on "Home". Under "$[news"]", add this script. <script> var user = '$[newest_user.escaped]'; var forum = '$[forum.name.escaped]'; $("#news .items").prepend("<div style='width: 895px; float: left;'>Please welcome our newest member " + user + " to the \"" + forum + "\"</div>"); </script> Steve Thank you for posting this! It didn't work with the "to the forum" after the new members name, so I took it out and gave it a try and it worked perfectly. This is what I used - Goto... Admin Home > Themes > Layout Templates Click on "Home". Under "$[news"]", add this script. <script> var user = '$[newest_user.escaped]'; var forum = '$[forum.name.escaped]'; $("#news .items").prepend("<div style='width: 895px; float: left;'>Please welcome our newest member " + user + "\"</div>"); </script> Thanks again!
|
|
inherit
133488
0
Nov 24, 2024 12:22:41 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 11, 2013 14:26:15 GMT -8
Thank you both for helping me out it is so appreciated.
The new code is working.
Thank you once again.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 12, 2013 2:53:36 GMT -8
I've added both codes to my first post, not sure why 1 code works for some, and the other code works for others, very strange.
|
|
PIP
Junior Member
Posts: 202
inherit
187732
0
Jan 31, 2017 12:13:18 GMT -8
PIP
202
December 2012
mrpip
|
Post by PIP on Mar 25, 2013 19:02:49 GMT -8
I have a problem. The code works. It flashes "Please welcome our newest member_____ " The problem is where the the user name is supposed to be it is blank. The user name is there, you just can't see it (if you highlight the name it shows up). Is this a problem with the code or is the name font color the same as the background? I can't figure this out. Any help would be appreciated. www.devildogshome.proboards.com/
|
|
PIP
Junior Member
Posts: 202
inherit
187732
0
Jan 31, 2017 12:13:18 GMT -8
PIP
202
December 2012
mrpip
|
Post by PIP on Aug 21, 2013 1:01:53 GMT -8
I have a problem. The code works. It flashes "Please welcome our newest member_____ " The problem is where the the user name is supposed to be it is blank. The user name is there, you just can't see it (if you highlight the name it shows up). Is this a problem with the code or is the name font color the same as the background? I can't figure this out. Any help would be appreciated. www.devildogshome.proboards.com/Bump. I still haven't got this figured out. The news feeder says "Please welcome our newest member_____ " The new member's name is there, (if you highlight over were the member's name should be you can see it) it just seems the font of the member's name is the same color as the background. I did notice when the new member is added to a group that has the "Styled Member Names" plugin the name will show. Can someone give me a little help with this please?
|
|