Brett Peters
Well-known member
Fire bug is your friend. I took a look at his demo compared to my own, and found the issue.
Thanks Savage, Now all I need is to be able to add more than 1 pic at a time & also have no more than 50 thumbnails per page.
Fire bug is your friend. I took a look at his demo compared to my own, and found the issue.
When you click on an image ...
The Gallery part of the Breadcrumb drops off.
And Breadcrumbs work very well for gallery hierarchies.
Home > Gallery > Classic
http://savagerebirth.com/index.php?...-codebase-with-shadows-and-bloom.7/view-image
<xen:navigation>
        <xen:breadcrumb href="{xen:link merc-gallerylite, $cat}">{$cat.title}</xen:breadcrumb>
</xen:navigation>
	<xen:breadcrumb href="{xen:link merc-gallerylite}">Gallery</xen:breadcrumb>
	<xen:navigation>
        <xen:breadcrumb href="{xen:link merc-gallerylite}">Gallery</xen:breadcrumb>
    <xen:breadcrumb href="{xen:link merc-gallerylite, $cat}">{$cat.title}</xen:breadcrumb>
</xen:navigation>
	You mean giving people who want a simple gallery without any bloat for free is wrong? THIS IS A BETA RELEASE. I want to give people who just need something simple an option. And I can't justify charging for it since it is so simple. But maybe I should, maybe I should not release anything until it is a full version and charge $100 odd dollars for it. Just make stuff for the people who have money, not the people who just want to get by with their community. I charge clients $80 an hour. How about I work out the hours I spend on mods and then price them accordingly? Want to spend $500 for a gallery? It's people like you who make me want to just stop making things for the public (which I get VERY little return from) and just go about my own business and projects. The problems with this beta is a bug that got into the beta release because I was getting it finalized after being awake for 24 hours to try get it out asap because someone needed it urgently. The bug with thumbnails was fixed but in my lack of sleep got into this release. It is a simple ' in the wrong place.I have never liked this type of marketing. The product has issues. People have been supportive of you and your venture. You have a beta out that seldom seems to work or work correctly for most users. Yet give you enough money and anything is suddenly possible.
Why dont you listen to the people who could be your customers. Finish the product and charge for a working stable addon. This is in polite terms teasing. You give the people a taste of your services and then say that for enough money they can buy the whole thing.
I tried your history of betas and it still doesnt run worth cr**.
I had fixed this problem but it seems I must have forgotten to add the new file to the zip. It was a sleepless rushed job sorry, won't happen when I am out of beta.. I will find time to test properly.Fire bug is your friend. I took a look at his demo compared to my own, and found the issue.
Edit template: "merc_gallerylite_thumb_list" For each style your currently using.
Find:
Replace:Code:<span class="thumb"><span style="background-image: url('/gallery-images/thumbnails/{$thumb.filename})'"></span></span>
The problem was the single quotation mark "'" was on the wrong side of the closing parentheses.Code:<span class="thumb"><span style="background-image: url('/gallery-images/thumbnails/{$thumb.filename}')"></span></span>
I just wanted to get it out, there are problems with simple things like that. If you use your reading skills you will notice it is a known bug which will easily be fixed in the next release.Thanks Savage, Now all I need is to be able to add more than 1 pic at a time & also have no more than 50 thumbnails per page.
It's all good. I knew about it but just wanted to get the mod out so left it broken. It is beta after all (and it is noted in the OP).Edit template "merc_gallerylite_image_view"
Find:
Add this code above:Code:<xen:navigation> <xen:breadcrumb href="{xen:link merc-gallerylite, $cat}">{$cat.title}</xen:breadcrumb> </xen:navigation>
So it looks like:Code:<xen:breadcrumb href="{xen:link merc-gallerylite}">Gallery</xen:breadcrumb>
Hope this helps, and I hope I'm not over stepping my bounds here just trying to help.Code:<xen:navigation> <xen:breadcrumb href="{xen:link merc-gallerylite}">Gallery</xen:breadcrumb> <xen:breadcrumb href="{xen:link merc-gallerylite, $cat}">{$cat.title}</xen:breadcrumb> </xen:navigation>
EDIT: I only have a few suggestions I'd like to post.
Multiple picture upload.
Being able to give a title for a picture.
A small link back area with the full link "www.mywebsite.com/merc-gallery/myimage.jpg" for quick linking.
You mean giving people who want a simple gallery without any bloat for free is wrong?
I just wanted to get it out, there are problems with simple things like that. If you use your reading skills you will notice it is a known bug which will easily be fixed in the next release.
My bad I was in a bad mood. I'll try get another release done in the next few hours to fix some of these small annoying bugs.I was simply expressing what I was wanting and if you took the time to have a look at my prior post's I am certain that you would have read it as I wrote it (exited and eager for a few features to be implemented). Sorry if somehow my posts came across as anything else, including the inability for me to read.
I'll keep making this stuff as I need it. If I get any type of return from it then I will do it more often and get things done faster. I was in a bad mood last night with that reply, I'm not going to stop developement anytime soon because I need this stuff. However do expect things to take even longer to get done because I now know people expect things to be release quality even if they are flagged as beta. Closed beta now I think.A ago I released a little code block to show a random image from Photopost in vBulletin 4. The amount of questions I got on seemingly easy (read the docs, folks. it's less than 20 lines of code) questions and the general lack of appreciation I got after helping folks out swayed me away from wanting to write anything and maintain it. Paid or not.
So I have to give props to anybody who'd willingly actually write something as complex as a "simple gallery" and support it for free.
As long as the product is good, does what it says it should without a reasonable amount of fuss, I'd pay for the full version. I'd just hate to see it get released and then get abandoned out of frustration, and my images get locked into a system that nobody would ever write an importer for. (Which is sort of my situation with Photopost.)
I'll try get another release done in the next few hours to fix some of these small annoying bugs.
PS. If I stuffed anything up with this packaging this mod up then tell me asap so I get it fixed before tomorrow (when I will be very, very intoxicated).
We use essential cookies to make this site work, and optional cookies to enhance your experience.