everest19
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Setting bug?Hello again
I have change all in both main and sub to english but still in admin/dashboard menu is page in persian? and it is only the word “page”?
Forum: Networking WordPress
In reply to: languageThanks I did it but still the admin language is in english, must I translate by self?
Forum: Networking WordPress
In reply to: How to Make TimThumb Work With WordPress muSorry I can not do it but here you have index.php in my theme, please help me with it.
Best Regards
[Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Networking WordPress
In reply to: How to Make TimThumb Work With WordPress musorry I mean which file in the theme?
Forum: Networking WordPress
In reply to: How to Make TimThumb Work With WordPress muthanks but file in the theme?
Forum: Networking WordPress
In reply to: feature in sub dirHello Mrs Andres
I wrot the files wich I have in my comfy, Please tell me where must I add the codes that you recommend.
Best Regards
Forum: Networking WordPress
In reply to: feature in sub dirMrs Andrea
As you wrote my theme use timthumb and I have been trying to modify it with the codes you showed me, without any result!!!
In my theme(comfy) I have builtin-function which has two codes aboat thumb as folow.can you please tell me which one must be change and how?
Best Regards
creating thumbnails
********************************************************************/
function show_thumb($w,$h,$zc,$cropfrom,$q) {global $post;
preg_match_all(‘/\< *[img][^\>]*src *= *[\”\’]{0,1}([^\”\’\ >]*)/’,get_the_content(),$matches);
$thumb = get_post_meta($post->ID, ‘thumb’, true);if ($thumb) {
print ‘<img src=”‘.get_bloginfo(‘template_directory’).’/thumbs/timthumb.php?src=’.$thumb.’&w=’.$w.’&h=’.$h.’&zc=’.$zc.’&cropfrom=’.$cropfrom.’&q=’.$q.'” alt=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” title=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” />‘;
} elseif (count($matches[1]) > 0) {
print ‘<img src=”‘.get_bloginfo(‘template_directory’).’/thumbs/timthumb.php?src=’.$matches[1][0].’&w=’.$w.’&h=’.$h.’&zc=’.$zc.’&cropfrom=’.$cropfrom.’&q=’.$q.'” alt=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” title=”‘.str_replac’&’, ‘&’, $post->post_title).'” />‘;
} else {
// no custom key, no images, show nothing
}}
/********************************************************************
creating thumbnails (no permalink to story, image only)
********************************************************************/
function show_thumb_only($w,$h,$zc,$cropfrom,$q) {global $post;
preg_match_all(‘/\< *[img][^\>]*src *= *[\”\’]{0,1}([^\”\’\ >]*)/’,get_the_content(),$matches);
$thumb = get_post_meta($post->ID, ‘thumb’, true);if ($thumb) {
print ‘<img src=”‘.get_bloginfo(‘template_directory’).’/thumbs/timthumb.php?src=’.$thumb.’&w=’.$w.’&h=’.$h.’&zc=’.$zc.’&cropfrom=’.$cropfrom.’&q=’.$q.'” alt=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” title=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” />’;
} elseif (count($matches[1]) > 0) {
print ‘<img src=”‘.get_bloginfo(‘template_directory’).’/thumbs/timthumb.php?src=’.$matches[1][0].’&w=’.$w.’&h=’.$h.’&zc=’.$zc.’&cropfrom=’.$cropfrom.’&q=’.$q.'” alt=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” title=”‘.str_replace(‘&’, ‘&’, $post->post_title).'” />’;
} else {
// no custom key, no images, show nothing
}}
Forum: Networking WordPress
In reply to: feature in sub dirMR Andrea
I wonder if I send you the codes of my theme and timthumb you can help me please. I have send meny e-mail to deluxe but they do not answer.
Best Regards
Forum: Networking WordPress
In reply to: feature in sub dirThanks I have send 15e e mail to deluxe theme which I have bough my theme, but they never answer.
Thank you very much
Forum: Networking WordPress
In reply to: feature in sub dirsorry
what are you mean with the call in….? I am not good in php, what and where must I write+
best regards
Forum: Networking WordPress
In reply to: How to get latest blog sites registered in WPMU?Hi!
In wp 3.0 I have uses links and add new links cat. and then name of registred blogs
Forum: Networking WordPress
In reply to: feature in sub dirhello Andrea
I am waiting to help, Please help
Forum: Networking WordPress
In reply to: feature in sub dirsorry, and my theme is comfy plus
Forum: Networking WordPress
In reply to: feature in sub dirmy site is borderlessnews.com and one of the sub is borderlessnews.com/danish
Forum: Fixing WordPress
In reply to: featuresOBS I min to be able show pictures in fatures in my sub directory