| Author |
Message |
jjh221
Newbie


Joined: Dec 16, 2006
Posts: 14
|
Posted:
Mon Dec 18, 2006 11:16 pm |
|
Sorry if posted in wrong cat. Figured it wasnt really a bug, the tap does work just a something wrong i guess.
It does it on this site as well, http://montegoscripts.com/topics.html. If you look at the topics page, this "·" appears in the title part for the topics. How do i fix that? Also on mine the cat. titles are displayed twice.
edit: nm only does that when the cat. Article is not selected. If I create and choose another, then it displays twice. |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1281
|
Posted:
Tue Dec 19, 2006 7:41 am |
|
I was waiting for someone to find this! You win the prize: "free downloads from this site forever"... Oh, that's right, downloads ARE always free...
It is actually an issue with the RavenNuke 2.02.02 Topics code. Here is the fix (I have not fixed it here, because I was going to wait for 2.10.00 release where I have fixed this, but, now that someone else has spotted it).
=== OPEN ===
modules/Topics/index.php
=== FIND ALL ===
>·<
=== ADD ===
Add a semi-colon ";" after the "t" and before the "<" to where the last few characters look like this:
dot;<
I tried to post the code here, but, of course, nuke doesn't know how to handle that properly.
=== DONE ===
Be careful to use a really good text editor (i.e., NOT Windows NotePad) and you should find three lines with replacements needed. |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
Last edited by montego on Tue Dec 19, 2006 7:55 am; edited 1 time in total |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1281
|
Posted:
Tue Dec 19, 2006 7:52 am |
|
I went back and checked our bug tracker, and the same problem exists in Encyclopedia.
=== OPEN ===
modules/Encyclopedia/search.php
=== DO ====
Do the same as above. You should have four lines to replace. |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
jjh221
Newbie


Joined: Dec 16, 2006
Posts: 14
|
Posted:
Wed Dec 20, 2006 12:12 am |
|
lol yay! thanks mon. Ill fix it later this morning. when is 2.10 comming out? |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1281
|
Posted:
Wed Dec 20, 2006 8:09 am |
|
| Quote: |
| when is 2.10 comming out? |
Good try... It will be out when Raven says it is ready... |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
jjh221
Newbie


Joined: Dec 16, 2006
Posts: 14
|
Posted:
Wed Dec 20, 2006 10:50 am |
|
thanks for the fix its all perrrdy now |
| |
|
|
 |
|
|