I am just wondering how hard is it to change the Random File Box and Replace it with a set of text? How can I do this?
Remove the random box in config and then start using anycontent. Both things are explained in the documentation.
Nice! Thanks for the INFO, It works preatty good. I got one more question regarding this topic. How can I add a line between anycontent and the next module?
If you look in my gallery (http://www.radiocontrolimages.com), you will notice that anycontent box has no space between the category box. How can I add a space between them?
why don't you just add a <br /> to anycontent's output?
If you look on the image below, you will notice the two arrows, break lines in the anycontent.php wont solve the problem. whats the name of the file that handles the {GALLERY}?
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.radiocontrolimages.com%2Fscrap%2Fspaces.gif&hash=1c860b744ecdec655bd5de9a2c6bf627e6c95e53)
Put in a <br /> at the end of anycontent.php as suggested.
line breaks in anycontent will solve this as well. Don't fiddle with the core code if you can easily accomplish the very same thing much more easily.
[edit]
Nibbler, you beat me to it answering this thread ;D. Posting nevertheless ;).
[/edit]
It worked, sorry I miss understood you the first time.