RSS 2.0
Browse posts:
Unanswered |
Mark all read
| Author | Message | ||
|---|---|---|---|
|
gozomike Nucleus Newbie Joined: 27 Jan 2006 Posts: 4 |
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 |
||
|
|
|||
|
viewsource Nucleus Newbie Joined: 18 Feb 2006 Posts: 6 |
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 |
||
|
|
|||
|
ketsugi Nucleus Professional ![]() Joined: 14 Jan 2005 Posts: 801 Location: Singapore |
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
|
||
|
|
|||
|
wmmyg Nucleus Newbie Joined: 09 Feb 2006 Posts: 10 Location: Scotland |
Many thanks for such a useufl plugin - and for clear docs.. 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... _________________ William: http://www.iwp.net |
||
|
|
|||
|
Legolas Nucleus Guru ![]() Joined: 31 Jan 2004 Posts: 813 Location: Woerden, Nederland |
This has to do with the blog url / $CONF['SELF'] var, please take a look at those |
||
|
|
|||
|
wmmyg Nucleus Newbie Joined: 09 Feb 2006 Posts: 10 Location: Scotland |
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.... Thanks in advance. William _________________ William: http://www.iwp.net |
||
|
|
|||
|
Legolas Nucleus Guru ![]() Joined: 31 Jan 2004 Posts: 813 Location: Woerden, Nederland |
since you use the same url for your normal / second blog it shows the entries for blog #1 |
||
|
|
|||
|
wmmyg Nucleus Newbie Joined: 09 Feb 2006 Posts: 10 Location: Scotland |
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... William _________________ William: http://www.iwp.net |
||
|
|
|||
|
Legolas Nucleus Guru ![]() Joined: 31 Jan 2004 Posts: 813 Location: Woerden, Nederland |
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?) |
||
|
|
|||
|
viewsource Nucleus Newbie Joined: 18 Feb 2006 Posts: 6 |
darn school-work! 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. _________________ CSS Beginner? Try my brief overview: Using CSS for Styling HTML Documents |
||
|
|
|||
|
All times are GMT + 1 Hour
You cannot post new topics in this forum |
|||