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 - mayashu

Pages: [1] 2
1
Discussion & Troubleshooting / Re: Changing the category_separator
« on: January 25, 2011, 10:55:40 AM »
can I chnage the separator with an image?

Sory for the question, but I manage to solve the problem:

in Admin | General | Settings | Page and Nav settings | Cetegory delimiter (in category paths)
I put the following code:
Code: [Select]
<img src="{template_url}/images/spacer.gif" width="10" height="10" alt="" />

2
Thanks it orked fine after removing old code ( I was just coment it)
Thanks

3
I inserted the code in the right place but when I am in admin panel the Auto-Thumbnailer wont load I have a blank page....
I dezactivate the code and is loading. Anyone know how to fix it?
Thanks
Dragos Popovici

4
Installation, Update & Configuration / Error when I moved the hosting
« on: December 17, 2009, 07:57:28 AM »
Hello .

I recently changed my hosting to (dreamhost)
I uploaded my site and database but I have this error:
Quote
Parse error: syntax error, unexpected $end, expecting T_STRING in /home/mayashu/dragospopovici.ro/includes/sessions.php on line 780

in sessions.php on line 780(last line) I have this:
Code: [Select]
function
I searched the forum but could not find a solution.
Can anyone help me?
Thanks

Dragos Popovici

5
Since 4images v1.7.7 you can use the following combination in category_bit.html template:
Code: (HTML template) [Select]
{ifno index}{if sub_cats}{sub_cats}{endif sub_cats}{endifno index}

Thanks a lot it is exactly what I looking for. next time I will read the changes from update.


PS. What is the role of ;
Quote
{if details}...{endif details} for details.php page,

Dragos Popovici


6
If I set that It wil not showing subcategories in categories page


7

Is there any possibility to show subcategories only in categories and not in front page?

thankyou
Dragos Popovici

8
I instaled step by stef for many times but I have this error:

Quote
Not Found

The requested URL /4i/img-bafta-2647.htm was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

9
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 30, 2009, 10:07:05 AM »
thank you again .
now it works

10
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 30, 2009, 09:40:48 AM »
no :( it is not working I have this errorwhen I create a blog And I want to save

    
Quote
Error

You are not logged in or do not have permissions to enter this site!
   Please wait a few seconds. The browser will be automatically redirected
Or click here To the Entry

11
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 30, 2009, 09:20:38 AM »
:(
Sorry for that.( I realy do)

Thank you.

Dragos Popovici

12
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 30, 2009, 07:33:45 AM »
here is the file
thank you

13
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 29, 2009, 09:49:30 PM »
thank you. That fixet my second problem but I do have the first problem "active"  :(

14
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 29, 2009, 01:54:07 PM »
I double check the code but I have sa same error.
an d I see another code error in :
http://dragospopovici.ro/4i/pb.php?action=showpb
At the top of the page apeare this error:
Code: [Select]
Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/dragos/public_html/4i/includes/functions_pb.php on line 388

Warning: file(http://rinaldos.homeip.net/versions/blog_version) [function.file]: failed to open stream: no suitable wrapper could be found in /home/dragos/public_html/4i/includes/functions_pb.php on line 388

Code: [Select]
function get_version_blog() {
        $current_blog_version = 'http://rinaldos.homeip.net/versions/blog_version';
        $array = file($current_blog_version);                                               =================line 388==========
        $current_blog_version = $array[0];
        $current_blog_version = preg_replace('/\\./', '',$current_blog_version);
     return $current_blog_version;
}

15
Mods & Plugins (Requests & Discussions) / Re: MOD PhotoBlog
« on: June 29, 2009, 09:03:50 AM »
Hello. I instaled this mob but I have this error When I go to Control Panel
Code: [Select]
Parse error: syntax error, unexpected ';', expecting ')' in /home/dragos/public_html/member.php on line 945
But on line 945 in member.php I have this

Code: [Select]
//-----------------------
// BLOG MOD START
//-----------------------
   $sql = "SELECT COUNT(users_pb_id) AS blogs
            FROM ".USERS_PB_TABLE."
            WHERE user_id_pb = ".$user_row['user_id']." AND user_pb_private = 0";        ==============this is line 945=========
   $result = $site_db->query_firstrow($sql);
   $num_blog_1 = $result['blogs'];

    $user_pb_link = "<a href=\"".ROOT_PATH."pb.php?action=showpb&id=".$user_row['user_id']."\">".$lang['user_pb_too_pb'].$user_row['user_name']." (".$num_blog_1.")</a>";

    $site_template->register_vars(array(
    "user_pb_link" => $user_pb_link
    ));
//-----------------------
// BLOG MOD END
//-----------------------

What should I do ?
Thanks,
Dragos Popovici

Pages: [1] 2