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
cs42
Nucleus Addict


Joined: 28 Mar 2005
Posts: 79
Location: Dresden, Germany

Post Posted: Mon Mar 20, 2006 10:04 pm   Post subject:
Reply with quote

Hm, I think I let the users tackle this problem for themselves. Giving the oppurtunity to add some additional string, whatever this may be, seems to be the best option. At least it is most flexible for me, because if someone needs to add something different, I can just say: "Hey, use this string" Laughing

To make things easier I might add two global options, like "add this string to all link tags" and "add this string to all img tags". So if it's just the same for everything, you don't need to repeatedly add this...

_________________
http://foto-cs.de/blog/

Back to top

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


Joined: 15 Nov 2007
Posts: 6

Post Posted: Thu Nov 15, 2007 4:18 am   Post subject:
Reply with quote

My apologies for bumping such an old thread, but I'm new to this, and having some trouble.

I think I understand everything, but I must have something wrong. In the admin for my blog, I go into settings, and I have 4 new fields (with my entries in italics):
Quote:
Options for NP_RandomImg
Title for the section The pop-up title text when someone mouses-over the image
Where are the images? http://www.site.com/images/logos
Base to a gallery to link to (absolute URL). http://www.site.com
The definitions for the images to display. blank


I'm using the mandarin skin set, and what I want are random header logos. So in header.inc instead of
Code:
<h1>sitename</1>
I put
Code:
<%RandomImg%>
but nothing shows up! What am I missing? I've tried changing the path to the directory of images to a bunch of different things, but I'm not getting any images from the plugin, random or otherwise.

Any advice? Thanks. Smile

Back to top

View user's profile Send private message
Download
Nucleus Disciple


Joined: 02 Oct 2007
Posts: 174
Location: Belgium

Post Posted: Tue Dec 18, 2007 1:07 pm   Post subject:
Reply with quote

Hi, Same problem as above and more.
I try to add <%RandomImg%> in my Sidemenu to display some random images.
And see what it gives. But when I add it, I loose my background images from the menu and I loose everything that is under <%RandomImg%> code. For example I set the <%RandomImg%> code on the top and everything underneat that doesn't show up. Aswell the images doesn't show up from like i suppose to be doing. I use 3.2 I saw you didn't test it on 3.2 only on 2.2 Maybe you can help us out anyways ?

I will wait to uninstall this plugin if i can get some help of course lol Razz
Is there also a demo where I can see what it gives me ??
And will it auto generate thumbs? ..

Thx in Advance!!

Back to top

View user's profile Send private message
Download
Nucleus Disciple


Joined: 02 Oct 2007
Posts: 174
Location: Belgium

Post Posted: Thu Jan 03, 2008 1:56 pm   Post subject:
Reply with quote

Any ideas?
Let me know!

Back to top

View user's profile Send private message
Download
Nucleus Disciple


Joined: 02 Oct 2007
Posts: 174
Location: Belgium

Post Posted: Fri Jan 25, 2008 4:40 pm   Post subject:
Reply with quote

Download wrote:
Hi, Same problem as above and more.
I try to add <%RandomImg%> in my Sidemenu to display some random images.
And see what it gives. But when I add it, I loose my background images from the menu and I loose everything that is under <%RandomImg%> code. For example I set the <%RandomImg%> code on the top and everything underneat that doesn't show up. Aswell the images doesn't show up from like i suppose to be doing. I use 3.2 I saw you didn't test it on 3.2 only on 2.2 Maybe you can help us out anyways ?

I will wait to uninstall this plugin if i can get some help of course lol Razz
Is there also a demo where I can see what it gives me ??
And will it auto generate thumbs? ..

Thx in Advance!!


Any Support on this?

Back to top

View user's profile Send private message
PakTrik
Nucleus Addict


Joined: 07 May 2008
Posts: 89

Post Posted: Mon May 26, 2008 11:34 am   Post subject:
Reply with quote

Exactly the same for me.
I installed this plugin and it ruined the layout of blog. I'm using skin classicemotion.

So until you figure this one out, I wouldn't advice this plugin to anyone.

greetz

Back to top

View user's profile Send private message
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Mon May 26, 2008 1:24 pm   Post subject:
Reply with quote

This plugin seems to work fine for some people. Those who are reporting problems with it destroying the layout, could some of you let us know what version of PHP you have running on your site. The description of the error seems to be what would be expected if there is a PHP error in the plugin code. Since that error doesn't happen for all, it is likely something PHP version specific. Also, could someone who sees the problem check their web server error logs for the time this plugin was installed to see if there are any hints to the kind of error and the line number.

Back to top

View user's profile Send private message Visit poster's website
PakTrik
Nucleus Addict


Joined: 07 May 2008
Posts: 89

Post Posted: Tue May 27, 2008 9:14 pm   Post subject:
Reply with quote

I installed this plugin following the guidelines in de help.html to the letter without thinking.

In the help.html there is this line:

quote
To display a random image just call <%RandomImg%> anywhere you want the image be included.
unquote

I did just that and my layout got messed up. But it seems you can't put the <%RandomImg%> anywhere you want into the html code. I put <%RandomImg%> at the bottom of my <div class="sidebardiv"> in sidebar.inc and the layout got messed up.
I created a new <div>, put the <%RandomImg%> inside and everything looked perfect.

So my problem is solved.

greetz

Back to top

View user's profile Send private message
prevail
Nucleus Fan


Joined: 03 Aug 2006
Posts: 36
Location: Union City, Ca

Post Posted: Wed May 06, 2009 10:53 pm   Post subject:
Reply with quote

Hello,

Please forgive me for my ineptitude, but can someone tell me where in my skin, which is Laila, I should put the skinvar? I'm trying to use the plugin to randomly change the masthead at the top of the page on my weblog, www.jameslogancourier.org.

When I change the image manually, I usually do it via the css file, and that seems inappropriate.

Any help or advice will be greatly appreciated.

Patrick

Back to top

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


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Wed May 06, 2009 11:00 pm   Post subject:
Reply with quote

You'd have to stop doing the background for that section in CSS and instead use the output of the plugin as content in that header section. Might involve some other CSS tweaks to make it look good.
_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

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  Next

Page 5 of 6

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