|
Author |
Message |
seb_thib_55

Member
Posts: 1832
Registered: Apr 2005

 |
Posted October 6th, 2005 10:43 PM IP  goes at the very bottom of the index template
|
|
|
|
junk master

Member
Posts: 8
Registered: Dec 2005

 |
Posted February 1st, 2006 03:58 AM IP  Wonderful little script. TYVM
|
|
|
|
gibbie2210

Member
Posts: 233
Registered: Mar 2005

 |
Posted February 1st, 2006 07:43 PM IP  Cracking little bit of script folks ........... whoever is responsible for writting it ....... i thank you.
Just glad it was posted, gives me a chance to reach out to all the members now in one go.
cheers
|
|
gibbie2210

Member
Posts: 233
Registered: Mar 2005

 |
Posted February 1st, 2006 07:44 PM IP  I just luuuuuuuurvvvvv this site , it so inventive, and useful. thanks folks
|
|
shellspeare

Member
Posts: 1518
Registered: Jul 2004

|
Posted February 2nd, 2006 06:15 AM IP 
Glad you are liking our work.
The cell highlight script would also look well on your board  Pure Robbie
|
|
mizwings

Super Moderator
Posts: 2009
Registered: Feb 2006

 |
Posted February 28th, 2006 11:33 AM IP  works great now that I put in my board id. forgot to do it when i added the script initially
|
|
seb_thib_55

Member
Posts: 1832
Registered: Apr 2005

 |
Posted February 28th, 2006 05:37 PM IP  You shouldn't have to put ur board id... should be done automatically thanks to {boardid}
|
|
Tactician

Member
Posts: 459
Registered: Mar 2006

 |
Posted March 15th, 2006 08:25 PM IP  rock on works great!!
D&D Played to the Max, A Gamer's Paradise Site dedicated to the legendary Dungeons and Dragons RPG and miniatures game.
Millions of thanks to: Catchow, Seb, Shellspere, Orpheas, and Sage for all thier help with my questions on adding to/fixing my board.
It IS NOT Catchow to blame! It is ME!! Blame me, it is all my fault!!
If your board has problems blame me!
|
|
MarinesMami

Member
Posts: 121
Registered: Jul 2006

|
Posted July 28th, 2006 07:36 PM IP  aww u guys r incredible, i did it lol!
|
|
Tami65

Member
Posts: 26
Registered: Mar 2006

|
Posted November 26th, 2006 06:56 PM IP  Ok, I have a stupid question. Where is the index page and how do I put this in?
|
|
Anti Paul

Member
Posts: 3308
Registered: Jan 2005

|
Posted November 26th, 2006 07:06 PM IP 
Quote: Tami65 wrote:
Ok, I have a stupid question. Where is the index page and how do I put this in?
|
the INDEX page is the main page of your EXCOBOARD, it's the one which lists each category and forum along with statistics.
in order to install anything on your INDEX page, you'll need to first go into your Control Panel and click on Custom Templates, then enter the Index page template.
 (if it's not EXCOBOARD, then it's not worth discussing)
|
|
marcussexymama
Member
Posts: 33
Registered: Nov 2006

|
Posted December 12th, 2006 03:44 PM IP  Oh snap, I was looking for something like this!! Thanks bunches!
|
|
mom2girls
Member
Posts: 66
Registered: Oct 2006

|
Posted January 8th, 2007 01:41 PM IP  Is this gonna work on s3 also
|
|
sdn

Member
Posts: 2597
Registered: Feb 2004

|
Posted January 8th, 2007 04:06 PM IP  It should work on an s3 board if you change the URLs to s3.excoboard.com.... My signature was here, but then the new rule came and sat on it.
(Spared No Expense - the fully modded ExCoboard) Currently kinda bland, so answer my thread and suggest stuff.
AmpleAdy makes awesome templates.
|
|
mom2girls
Member
Posts: 66
Registered: Oct 2006

|
Posted January 8th, 2007 04:28 PM IP  k thanks did it...
|
|
Tracy N

Member
Posts: 109
Registered: Feb 2007

 |
Posted February 4th, 2007 01:28 PM IP  What about server 3? LOL http://s3.excoboard.com/exco/index.php?boardid=1583
|
|
Tracy N

Member
Posts: 109
Registered: Feb 2007

 |
Posted February 4th, 2007 01:29 PM IP  Nevermind, I see the rest. :P http://s3.excoboard.com/exco/index.php?boardid=1583
|
|
sdn

Member
Posts: 2597
Registered: Feb 2004

|
Posted March 16th, 2007 01:02 PM IP  Here is the newest and best version of this script:
Quote:
<script language="javascript">
<!--
// PM notofication script
// written by sdn <forums.33bit.com>
// goes at the very bottom of the index template
var msgs = "{newpm.newpms}";
if (msgs || parseInt(msgs) > 0) {word = (msgs == "1") ? "PM" : "PMs";
if (confirm("You have {newpm.newpms} new " + word + ". View now?")) {window.open("/exco/pm.php?boardid={boardid}", "pmwindow");}
else {alert("Don't forget about them later.");}
}
//-->
</script>
|
Don't use the others. My signature was here, but then the new rule came and sat on it.
(Spared No Expense - the fully modded ExCoboard) Currently kinda bland, so answer my thread and suggest stuff.
AmpleAdy makes awesome templates.
|
|
seb_thib_55

Member
Posts: 1832
Registered: Apr 2005

 |
Posted March 16th, 2007 05:30 PM IP  First post will be updated once I login to my old account.. 
|
|
sdn

Member
Posts: 2597
Registered: Feb 2004

|
Posted March 17th, 2007 07:06 PM IP  It's supposed to go in your index template, not in your footer. (If you did put it in your index template, your board is doing something strange and not replacing the template variables.) My signature was here, but then the new rule came and sat on it.
(Spared No Expense - the fully modded ExCoboard) Currently kinda bland, so answer my thread and suggest stuff.
AmpleAdy makes awesome templates.
|
|
btbc
Member
Posts: 78
Registered: Jul 2004

|
Posted March 18th, 2007 02:39 PM IP  It pops up everytime on my board aswell :s (when script is in Index)
|
|
sdn

Member
Posts: 2597
Registered: Feb 2004

|
Posted March 18th, 2007 05:06 PM IP  Ah. Part of the conditional shouldn't have been in there. It made some sense for the older version and I didn't think I should take it out. (I tested the version that pops up every time and it worked fine, but I forgot that it broke for people who logged out.) Fixing it for people who aren't logged in broke it for people who are.
It's easily fixed, though. Sorry, again. I've changed my board's layout completely, so it doesn't always do what standard boards will with a new script. I've just made a new test board.
Quote:
<script language="javascript">
<!--
// PM notofication script
// written by sdn <forums.33bit.com>
// goes at the very bottom of the index template
var msgs = "{newpm.newpms}";
if (parseInt(msgs) > 0) {word = (msgs == "1") ? "PM" : "PMs";
if (confirm("You have {newpm.newpms} new " + word + ". View now?")) {window.open("/exco/pm.php?boardid={boardid}", "pmwindow");}
else {alert("Don't forget about them later.");}
}
//-->
</script>
|
My signature was here, but then the new rule came and sat on it.
(Spared No Expense - the fully modded ExCoboard) Currently kinda bland, so answer my thread and suggest stuff.
AmpleAdy makes awesome templates.
|
|
Aariah

Member
Posts: 22
Registered: Jun 2007

 |
Posted June 10th, 2007 10:27 PM IP  Oh ty ty ty! This was one option I was missing from other forums. Just what I needed. ^^
|
|
emschorsch
Member
Posts: 6
Registered: Jun 2007

 |
Posted June 26th, 2007 10:20 AM IP  Is there any way to make this script apply to when you're viewing a thread also?
|
|
Anti Paul

Member
Posts: 3308
Registered: Jan 2005

|
Posted June 26th, 2007 05:56 PM IP 
Quote: emschorsch wrote:
Is there any way to make this script apply to when you're viewing a thread also?
|
hopefully sdn wll know how to do what you're asking about. he's really smart! (if it's not EXCOBOARD, then it's not worth discussing)
|
|
seb_thib_55

Member
Posts: 1832
Registered: Apr 2005

 |
Posted June 28th, 2007 01:05 PM IP  I don't think this will be possible as
Private Messages: You have 0 unread messages...
Can only be found on the index page. 
|
|
sdn

Member
Posts: 2597
Registered: Feb 2004

|
Posted June 28th, 2007 02:28 PM IP  The old version—the one from before we had the template system—used to do that. I changed it because the templates added flexibility we didn't have before, so scripts could no longer rely on certain elements being standard across all or most boards. I could try to find the old one for you, but using it would mean it would stop working if you made certain changes to your board's private message area. My signature was here, but then the new rule came and sat on it.
(Spared No Expense - the fully modded ExCoboard) Currently kinda bland, so answer my thread and suggest stuff.
AmpleAdy makes awesome templates.
|
|
Anti Paul

Member
Posts: 3308
Registered: Jan 2005

|
Posted June 28th, 2007 05:20 PM IP 
Quote: seb_thib_55 wrote:
I don't think this will be possible as
Private Messages: You have 0 unread messages...
Can only be found on the index page. 
|
how about if the script was somehow installed at the very bottom of the Header? in theory it would then be visible on the Index / Forum / Thread pages, right?
or perhaps it could be implented into the top menu (still in the Header) for similar results (if it's not EXCOBOARD, then it's not worth discussing)
|
|
|
|