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
gozomike
Nucleus Newbie


Joined: 27 Jan 2006
Posts: 4

Post Posted: Sun Jan 29, 2006 8:30 am   Post subject:
Reply with quote

Quote:
It doesn't add the full url, look at the media url setting in your global settings


I tried that thanks but it didn't help.

I have now got it working by entering the full url in line 214 of NP_popupGD2.php.

i.e. - <img src="http://www.mysite.com/media/' instead of <img src="/media/'

Cheers,

Michael

Back to top

View user's profile Send private message
viewsource
Nucleus Newbie


Joined: 18 Feb 2006
Posts: 6

Post Posted: Sat Feb 18, 2006 5:50 pm   Post subject:
Reply with quote

it is a bit difficult to follow-- is there a recommended solution to the Fancy URL issue-- for a relatively NEW installation?

i am using Linux cPanel on an Apache server which has Fantastico, which is how i installed Nucleus. every other software i've installed w/ Fantastico has worked perfectly, so i expect Nucleus will also, but perhaps not, or perhaps i'm simply missing something yet.

is there a one-stop solution in the form of a plugin? i would prefer the "WP" style Fancy URL's -- the intuitive format of ...blogaddress.com/2006/02/18/blog-post/

EDIT: forgive me-- i realize that Nucleus isn't WordPress, and it isn't meant to be. so far, the impression that i get is that it's more "open source" friendly than what i've seen with the highly complex and sophisticated WP 2.0, etc. and i'm quite excited to have found Nucleus-- which appears to be easier to "get my head around" in terms of the application functionality vs file-structure, etc, however, i'm still having difficulty, and regardless of high-percentage of custom code out there implemented by the users of this community, i'm hoping that we have one "most recommended" solution. is this the case, or must we use trial and error until we determine what works best for our installations?

thanks!

_________________
CSS Beginner? Try my brief overview:
Using CSS for Styling HTML Documents

Back to top

View user's profile Send private message AIM Address Yahoo Messenger
ketsugi
Nucleus Professional


Joined: 14 Jan 2005
Posts: 801
Location: Singapore

Post Posted: Sat Feb 18, 2006 6:12 pm   Post subject:
Reply with quote

New FancyURL plugins will be coming out soonish... hang on and wait a couple months more (wish it could be sooner but I've too much school work to do >_<)
_________________
The Panegyrist

Back to top

View user's profile Send private message Visit poster's website ICQ Number
wmmyg
Nucleus Newbie


Joined: 09 Feb 2006
Posts: 10
Location: Scotland

Post Posted: Mon Feb 20, 2006 8:49 pm   Post subject: Re: Fancyurls without forcetypes
Reply with quote

Many thanks for such a useufl plugin - and for clear docs..Smile

Would appreciate help with this one.

I hit a snag with the second blog on my site. The archives list fine for the first blog, but not for the second one.

The Archive List shows
'This is the archive for February 2006' but none of the actual entries show.

If you want you can see it here:
http://www.iwp.net

Monthly Archives list on very bottom right.

This one works:
Holistic Lifestyle Blog

This one doesn't:
Holistic Articles

Thanks in advance...Wink

_________________
William: http://www.iwp.net

Back to top

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


Joined: 31 Jan 2004
Posts: 813
Location: Woerden, Nederland

Post Posted: Tue Feb 21, 2006 2:17 pm   Post subject:
Reply with quote

This has to do with the blog url / $CONF['SELF'] var, please take a look at those Smile

Back to top

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


Joined: 09 Feb 2006
Posts: 10
Location: Scotland

Post Posted: Tue Feb 21, 2006 3:43 pm   Post subject:
Reply with quote

Legolas wrote:
This has to do with the blog url / $CONF['SELF'] var, please take a look at those Smile


Thanks for that. I looked around some more and did some experimenting...

When I click on the link to Holistic Articles (which is the second blog on the site) initially, everything looks fine. Home Page content is right, categories listed are the ones for that blog, archive link for February points to 'http://www.iwp.net/archive/2/2006-02' etc., so it is pointing to the correct blog OK.

However, when I click the link 'February, 2006' on the bottom right under Archives it still just says 'This is the archive for February 2006' with no items.

I am assuming it should list all the items entered in the month February, 2006. Is that correct? If so, there is something wrong as there at least 6 items for this month for that blog.

My setting for the blog:
Edit Blog Settings: URL: http://www.iwp.net/articles.php

---
cat articles.php
<?php

$CONF['Self'] = 'http://www.iwp.net';

include('./config.php');

selectBlog('Articles');
selector();

?>
---

Would much appreciate any clues as to what is causing the glitch - even if the cause is in my assumptions....Smile

Thanks in advance.

William

_________________
William: http://www.iwp.net

Back to top

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


Joined: 31 Jan 2004
Posts: 813
Location: Woerden, Nederland

Post Posted: Tue Feb 21, 2006 4:05 pm   Post subject:
Reply with quote

since you use the same url for your normal / second blog it shows the entries for blog #1

Back to top

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


Joined: 09 Feb 2006
Posts: 10
Location: Scotland

Post Posted: Wed Feb 22, 2006 6:04 pm   Post subject:
Reply with quote

Legolas wrote:
since you use the same url for your normal / second blog it shows the entries for blog #1


Thanks for that, but it shows no entries at all; not the entries from the first blog.

Besides won't this line in articles.php make it point to the second blog (as Articles is its name)?

selectBlog('Articles');

---
What url should I use for the second blog to get archives to work?

I have tried all the following.

$CONF['Self'] = 'http://www.iwp.net';
or
$CONF['Self'] = '.';
or
$CONF['Self'] = 'http://www.iwp.net'/articles.php';

All still give me 'This is the archive for February 2006' with no items actually being listed

I had to include the line "selectBlog('Articles');" because if I remove it then it does indeed get stuck on the first blog.

.

Thanks in advance...Smile

William

_________________
William: http://www.iwp.net

Back to top

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


Joined: 31 Jan 2004
Posts: 813
Location: Woerden, Nederland

Post Posted: Wed Feb 22, 2006 6:25 pm   Post subject:
Reply with quote

Your .htaccess probably sends all fancy links to index.php. So to stop that problem you'll probably need to start with creating a prefix. (Can you post your .htaccess?)

Back to top

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


Joined: 18 Feb 2006
Posts: 6

Post Posted: Thu Feb 23, 2006 9:01 am   Post subject:
Reply with quote

ketsugi wrote:
hang on and wait a couple months more (wish it could be sooner but I've too much school work to do >_<)

darn school-work!
Wink

thanks ketsugi, it's good to hear about the plugin! for now, i've put my Nucleus experimentatin on hold. After playing around w/ it for a while, i decided i really like it.
I have experience w/ b2ev and WP's, and as anyone who's tried them would likely testify, Nucleus is indeed most unique.

What i want to do w/ this particular 'blog is to log my web app development notes-- nothing specific, and in no specific order-- heck, i guess that's largely the point of a web log-- the ability to let it do the categorization for you! so, the reason i've been concerned about the "Fancy URL's" is that i was thinking that this blog may turn out to be a useful "pocket dictionary" kind of reference for others who might be looking for quick little bits of code / scripts, etc to solve any of a number of particular development tasks.

i don't know how considerable a difference there is to having the default URL vs the "tagged" or "Fancy" Url's, but whatever will make it more likely to show up as something potentially helpful for anyone else-- that's what will make me most happy.

haha-- it's probably quite a fantastic thought to imagine someone might actually stumble upon one of MY log entries and find it to be useful, but i guess ya never know.
Smile

_________________
CSS Beginner? Try my brief overview:
Using CSS for Styling HTML Documents

Back to top

View user's profile Send private message AIM Address Yahoo Messenger
Post new topic Reply to topic
Display posts from previous:   

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

Page 6 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