Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
Red Dalek
Nucleus Disciple


Joined: 12 Dec 2004
Posts: 212
Location: London, UK

Post Posted: Fri Aug 26, 2005 1:46 pm   Post subject:
Reply with quote

Ah no matter, I just replaced

Code:
$out = str_replace("%l", $IndexURL.$itemlink."#".$row->cnumber, $out);


with

Code:
$out = str_replace("%l", $IndexURL.$itemlink."#c".$row->cnumber, $out);


in the code and my site validates again Cool

_________________
The Musings of a Red Dalek

Back to top

View user's profile Send private message Visit poster's website MSN Messenger
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Fri Aug 26, 2005 2:46 pm   Post subject:
Reply with quote

Red Dalek wrote:
Ah no matter, I just replaced

Code:
$out = str_replace("%l", $IndexURL.$itemlink."#".$row->cnumber, $out);


with

Code:
$out = str_replace("%l", $IndexURL.$itemlink."#c".$row->cnumber, $out);


in the code and my site validates again Cool

Yes. That's will get it going for now. I tried the change and something screwup with the existing comment referirng in the code, that's why I didn't include the change....

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Thu Sep 15, 2005 10:29 pm   Post subject: v1.6 is out
Reply with quote

Release v1.6 wi emoticons support via NP_Smiley

http://edmondhui.homeip.net/nudn/item/719

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
ketsugi
Nucleus Professional


Joined: 14 Jan 2005
Posts: 801
Location: Singapore

Post Posted: Sun Sep 18, 2005 6:19 pm   Post subject:
Reply with quote

Why does the changelog show 0.91 being released after 1.0?
_________________
The Panegyrist

Back to top

View user's profile Send private message Visit poster's website ICQ Number
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Mon Sep 19, 2005 1:06 am   Post subject:
Reply with quote

ketsugi wrote:
Why does the changelog show 0.91 being released after 1.0?

yeah.. this one list the history in a reverse way....

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/


Last edited by admun on Sat Oct 29, 2005 6:14 pm; edited 1 time in total

Back to top

View user's profile Send private message Visit poster's website
christenson
Nucleus Newbie


Joined: 26 Oct 2005
Posts: 6

Post Posted: Fri Oct 28, 2005 3:13 pm   Post subject: My first plug in is latestcomments and need some pointers :)
Reply with quote

This is my first plugin after installing the nucleus.

I have a problem thou. I have the latest comments in the sidebar but I need to changes made.

1. I have two arrows before the name -->--> oscar says blabla bla
I want only one

2. I do not want to have "says" instead I want a :

Probably simple changes , but I am just starting out with nucleus.

Thankyou for replies

/ Oscar

Back to top

View user's profile Send private message
Red Dalek
Nucleus Disciple


Joined: 12 Dec 2004
Posts: 212
Location: London, UK

Post Posted: Fri Oct 28, 2005 3:17 pm   Post subject:
Reply with quote

In the plugins page of the Admin area, click 'edit options' for the Latest Comments plugin and you can alter these settings under 'Comment formatting'
_________________
The Musings of a Red Dalek

Back to top

View user's profile Send private message Visit poster's website MSN Messenger
christenson
Nucleus Newbie


Joined: 26 Oct 2005
Posts: 6

Post Posted: Fri Oct 28, 2005 3:38 pm   Post subject: Brilliant cms
Reply with quote

Thank you. I was messing around in the code. That was even easier than I thought.

Nucleus really is a brilliant cms.

Thanks

/ Oscar

Back to top

View user's profile Send private message
verbaljam
Nucleus PhD


Joined: 31 Jul 2002
Posts: 668
Location: Amsterdam, The Netherlands

Post Posted: Sat Oct 29, 2005 12:57 pm   Post subject:
Reply with quote

I just upgraded this plugin from the 1.2 version to 1.6. Good improvements! But I suspect it has a small conflict with the Fancytext plugin from Radek Hulan (version 3.1) which I use also. The latter has a function to jump between comments and to directly react to a certain comment by clicking an 'answer' link below each comment. This inserts the comment number in the new comment.

What happens now is this:
- Some comments in the Latestcomments list show a 'future postings not allowed' message, followed by a number. Note: not all comments in the list have this error.
- After the last comment in the list the 'answer'-link of the Fancytext plugin is showed.

To see what I mean, go to www.verbaljam.nl, in the right column click on the + sign next to 'nieuwste reacties' to fold out the menu item. Then you see the latest comments list.

I also use LatestComments on my ExtraPages. There it now leads to the following error:
Code:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/virtual/site136/fst/var/www/html/nucleus/plugins/NP_FancyText.php on line 323


You can see this on:
http://www.verbaljam.nl/page.php
Look under the topic 'Laatste reacties op artikelen'.

I don't know if all this can be corrected in an easy way, otherwise I think I will drop the Fancytext functionality. This because this plugin hasn't been updated for a long time and actually needs a complete 'rework'.

_________________
verbal jam
http://www.verbaljam.nl

Back to top

View user's profile Send private message Visit poster's website
admun
Nucleus Guru
Nucleus Guru


Joined: 20 Oct 2003
Posts: 4086
Location: San Francisco, CA, USA

Post Posted: Sat Oct 29, 2005 6:18 pm   Post subject:
Reply with quote

verbaljam wrote:

I also use LatestComments on my ExtraPages. There it now leads to the following error:
Code:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/virtual/site136/fst/var/www/html/nucleus/plugins/NP_FancyText.php on line 323


This is probably caused by the fact that the query failed becasue of some missing argument?? I didn't used NP_FancyText so I have no answer....

_________________
Personal blog: http://edmondhui.homeip.net/blog/
NucluesCMS dev blog: http://edmondhui.homeip.net/nudn/

Back to top

View user's profile Send private message Visit poster's website
Post new topic Reply to topic
Display posts from previous:   

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next

Page 2 of 9

All times are GMT + 1 Hour

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group