Twig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP error when try to upload a pictureI just got around it as well, I believe.
I was trying to upload the image using the media tool but from the New Post page. I just left that page, navigated the menu to Media > Add New and it uploaded first try.
No idea why that would change anything.
Forum: Fixing WordPress
In reply to: HTTP error when try to upload a pictureThis has got to be one of the worst attempts at support.
I have the same issue, no resolution found yet.
Forum: Fixing WordPress
In reply to: New users registering, but don't show up in Users ListI’m a little worried I might deactivate whatever it is that’s keeping these users from becoming full users and spamming my site to death.
Forum: Plugins
In reply to: I want to make a simple pluginOn second thought, it doesn’t have to even be a plugin. I just need to do it to my personal installation of WP.
I can personally develop it into a plugin at a later date.Forum: Themes and Templates
In reply to: Regarding Custom Fields in the LoopWorks great. Thank you very much!
Forum: Themes and Templates
In reply to: Regarding Custom Fields in the LoopHmm… Doesn’t seem to work correctly.
I think it’s getting stuck at the POST ID part. I obviously can’t hard code the ID in, as that wouldn’t work for The Loop. Am I doing something wrong here?Forum: Themes and Templates
In reply to: Regarding Custom Fields in the LoopOk I see how that would work better.
Does this seem like it should do what I’m looking for:
<img src="<?php $meta_values = get_post_meta($post->ID, thumb, yes); ?>">Forum: Plugins
In reply to: nggallery gid not incrementing correctlyWell I had about 3 test galleries, deleted them, and my next gallery was 1023.
Forum: Requests and Feedback
In reply to: SUGGESTION: BBCODE for GalleryI should note, that I would be willing to pay for this if someone can complete it successfully.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] A page with all the galleries?Ok, I found a work around for this but it involves a little work.
First, you need to create a new page template. Check here for more information on how to do so.In this page template, you need to add the following code:
<?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <ul> <?php echo $children; ?> </ul> <?php } ?>I suggest adding it directly below the “content” code.
Now create a page(we will call it “All Galleries”) using your custom page template. Add whatever text you want to it. Directly after your text/content it will add a list of all pages that use itself as a parent.
When creating galleries, make sure to select “All Galleries” as the page parent.This will create a page with a list of every sub-page it has. If you already have a ton of galleries using different pages as their parent, then you will need to change the PHP code I posted above.
Use this page to find/create the exact code you need.I hope this helps everyone.
Install plugin: NextGEN Gallery Search
This allows you to search all your galleries in your admin area for easier sorting.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How to create tag cloud from image tags?To the top, I would love to see this as well.
Seems NG Gallery is a good start to a plugin but greatly needs more features.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] A page with all the galleries?I would also like to see this.
If the author of NextGEN Gallery and Lazyest Galleries would get together this would be the greatest gallery plugin ever.Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Upload multiple galleries via FTPI’ve seen it done before regarding non-wordpress PHP scripts where you upload a ton of zips or directories and then they remain in a “Need Moderation” type area. Then you add the database information(title, category, description, tags, etc) per zip/directory.
This would be an AMAZING feature to add to NG Gallery in my opinion. I would even pay for the feature.Forum: Plugins
In reply to: [Plugin: Section Widget] Tabs just show textWow, actually, I realized that renaming the …/tabs.js DID fix it. And since I’m not using the themes tabs feature it was essentially useless.
I thank you greatly, and still would like to repay you with a few bucks.
If you have PayPal then you can either post your paypal address here or send me an email to 20percentoff -@- gmail.com.
Once again, thanks a ton.