asafche
Forum Replies Created
-
by custom meta-boxes i’ve ment a custom post meta defenition, sorry for the confusion.
i’ve used the code from here to generate the post-meta
Same here. 10 WP installations, all hosted on Justhost (damn!)
is it gonna be a cross servers solution? or do we need to open a ticket separately, so they will know which hosters have the problem?
Forum: Plugins
In reply to: Custom Media Upload Tab Form Questionfigured it out, here.
but now i don’t know how to pass information from that tab to the window.
i’ve tried to create a form that will send something, like this:function media_upload_choose_background_form() { echo media_upload_header(); ?> <form enctype="multipart/form-data" method="post" action="https://www.mimi.me/wp-admin/media-upload.php?type=image&tab=insert_choose_background&post_id=0&mysetting=myvalue"> <h3 class="media-title">Choose Background:</h3> <input name="send" id="send" class="button" value="Insert into Post" type="submit"> </form> <?php }
and it didn’t worked. i tried playing with the information that sends with the action call in the form (e.g. tab=insert_choose_background and so on…), but i got nothing…
Forum: Plugins
In reply to: Hide Some Media Upload Buttons/Functionshm… my bad… checked it and found you’re right.
o.k. for those who will find this thread searching for how to remove the NextGen tab, based on this i think you can just add in your functions.php the “remove_filter”, like this:
remove_filter('media_upload_tabs', 'ngg_wp_upload_tabs');
and for you, @adrian –
it has to be “gallery”… sorry.
look at the media.php in automattic wordpress SVN.i can’t find a proper solution for this misunderstanding.
asafche.
Forum: Plugins
In reply to: Hide Some Media Upload Buttons/FunctionsThe “gallery tab” isn’t a default tab of the media uploader.
it probably comes from another plugin in your WP…the default tabs of WordPress are “From Computer”, “From URL” & “Media Library”, in that order.
asafche.
Forum: Plugins
In reply to: Hide Some Media Upload Buttons/Functionsdo you mean that you want to remove the “gallery tab” produced by NextGen?
you probably need to hack the NextGen plugin and look for the
add_filter('media_upload_tabs','...');
did i understood you correctly?
Forum: Plugins
In reply to: Custom Media Upload Tab Form Questionnice work.
now – i noticed that the “media-uploader-header” doesn’t show.
why is that? did you fixed it some how?Forum: Networking WordPress
In reply to: Links to pages goes to the main site's static pagegot it!
urgggh….a fresh install solved it.
thank you very much for supporting me trough it!
Cheers.i’m sure it something to do with the two new tables that FAQ builder has added to your DB. check what is the encoding in the DB, just to be sure…
Forum: Fixing WordPress
In reply to: I keep getting blank emails to site's mail accounta LOT!
– Akismet
– All in One SEO Pack
– BackWPup
– Contact Form 7
– Contact Form 7 widget
– Featured Post Type
– Google XML Sitemaps
– GUAR Google XML Sitemaps
– Maintenance Mode
– Newsletter Pro
– NextGEN Gallery
– Random YouTube Video
– Rotating Posts
– Update Notifier
– WP Archive-Sitemap GeneratorDo you familiar with this issue?
thanks.So – I’ve tested the mod_rewrite and it’s working (with a simple text as describedhere.
What else can i do?
should i do a fresh install? can it help?Forum: Plugins
In reply to: Editing Comment Meta in edit comment admin panelthe problem is that there isn’t a filter for managing comments column.
There is a action hook in the name of “manage_comments_custom_column”
but there isn’t a filter hook to go with, like “manage_comments_columns”
I’ve looked everywhere for that filter hook… and nothing.What can be the solution?
Cheers,
Asaf.Thanks, @minkowski !
Very helpful tip…
solved the problem with the database solution.
not the most comfortable but did the work.thanks.
it’s o.k. Ammaletu, ??
i still don’t know what the problem is.
i deactivate all the plugins and got back to 2010 theme, and i still can’t get to the main site pages… ??how can i know for sure it’s a problem with the host mod_rewrite or not? guys, i’m lost here…
and by the way, thanks you all for trying.
really, that worth a lot.look at this.
it can’t be an .htaccess issue, right?what can i do?
is it a bug?please, help me.
thanks.