Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wooody

Pages: [1]
1
Discussion & Troubleshooting / Re: problem in RSS Feed
« on: November 13, 2011, 11:12:10 AM »
Thanks for your kind reply Andi , before you answer me i just found the answer on the web ,and i tried to fix it but no way

i remove the space , but still problem exist . !   here is my rss.xml code in my template
<?xml version="1.0" encoding="{charset}"?>
<rss version="2.0">
  <channel>
    <title>{channel_title}</title>
    <link>{channel_link}</link>
    <description><![CDATA[{channel_description}]]></description>
    <pubDate>{channel_pubdate}</pubDate>
  {if channel_image}
    <image>
      <url>{channel_image_url}</url>
      <title>{channel_image_title}</title>
      <link>{channel_image_link}</link>
    </image>
  {endif channel_image}
  {if channel_ttl}
    <ttl>{channel_ttl}</ttl>
  {endif channel_ttl}
{if items}
{items}
{endif items}
  </channel>
</rss>

2
Discussion & Troubleshooting / problem in RSS Feed
« on: November 09, 2011, 01:42:52 PM »
Hello, i got error in my Site,
This page contains the following errors:
error on line 2 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.

http://www.logopub.net/rss.php?action=images

Any help,
Thanks

3
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: October 31, 2011, 07:03:08 AM »
Hi , How can i make  TinyMCE with full feature , with all buttons or remove no need buttons..


Thanks.

4
Hi,
i add @ini_set('zlib.output_compression', 'Off'); in Download.php  , but i'm still have problem..
also i remove  
header("Content-Length: ".$filesize."\n\n");

and it's not work , i have 4image 1.7.10

any help
-------------------------------------------------------------------------

That's my problem , I can't wait and still keep trying until i fix it..  Here is how with new version for 4images 1.7.10

go to include/zip.php and search for this code , located on line 200
    @ini_set('zlib.output_compression''0');
and change it to:
    @ini_set('zlib.output_compression''1');

save it, and that's will fix the problem.

5
Hello.
For this you'll need contact your server's administrator, something wrong with the server.

Hello, I don't think from Server, i think for one of installed module.


6
Hello,
i got 2 errors , any help.


An unexpected error occured. Please try again later.
Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
            FROM (4images_images i,  4images_categories c)
            LEFT JOIN 4images_users u ON (u.user_id = i.user_id)
            WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id
            ORDER BY i.image_downloads DESC LIMIT 1
Incorrect key file for table '/tmp/#sql_5169_3.MYI'; try to repair it


An unexpected error occured. Please try again later.
Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name
        FROM (4images_images i,  4images_categories c)
        LEFT JOIN 4images_users u ON (u.user_id = i.user_id)
        WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0)
        ORDER BY RAND()
         LIMIT 28
Incorrect key file for table '/tmp/#sql_5169_2.MYI'; try to repair it


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/logopub/public_html/includes/db_mysql.php on line 116

Read more: http://www.logopub.net/#ixzz1bhJFSAgI

7
@ wooody,
Redo Step #1. I think I overlooked something in that code. I made a change to it.

the like/unlike seemed to work for me. it did not change back till I told it to. I am using IE9

Yes your right,
IE7, Chrome  Image shown fine but the like become unlike automatically ,
and in Firefox image not shown and unlike become auto also.
 
can u give me your code in budduke site.

Thank you


Thanks a lot budduke , i appreciate your support and help for us,
now it's works fine , i just clear cache for browsers.

Thanks again.

8
I did not see any facebook like buttons on this link you sent...

Thanks a lot for you kind reply, i just remove it after i install it. I will repeat it today and will wait your help.

Thank you

Hello Dear budduke  , it's Ready now , please if you can visit it here and check .

1. Click on any image , you can see in your facebook there is " no preview available image"
always this
<meta property="og:image" content="http://logopub.net/templates/logotheque/icons/404.gif"/>


waiting your reply,
Thank you


9
Hello , I just follow this post
http://www.4homepages.de/forum/index.php?topic=29422.0

and i did all , and works fine just one problem when click on Like it's should display the image also in facebook, but it's display no preview available
xxx: xxx: logopub. net/img-amd-64-athlon-9. htm


any help.

Thanks

Pages: [1]