WHO IS WHERE NO IMAGE FLAG

Mod Support

Moderators: BNa, Sekuro, 4seven

WHO IS WHERE NO IMAGE FLAG

Postby geppino » 16 Jan 2014, 20:04

I installed the mod, I have only one problem I can not display images of flags

Image


Geppino
geppino

Tiptop

Tiptop
 
Posts: 17
Joined: 06 Sep 2013, 11:19
 
Resolution: 1440x900


Re: WHO IS WHERE NO IMAGE FLAG

Postby 4seven » 16 Jan 2014, 21:03

just rightclick on the ghost-image in a browser and look at the path of the image (where it thinks it should be) ;)
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Re: WHO IS WHERE NO IMAGE FLAG

Postby geppino » 17 Jan 2014, 05:31

Already done
images are in place
here is what comes out when I click right button of mouse: http://mysite/phpbb/images/flags/.png

image:
Immagine.jpg
geppino

Tiptop

Tiptop
 
Posts: 17
Joined: 06 Sep 2013, 11:19
 
Resolution: 1440x900


Re: WHO IS WHERE NO IMAGE FLAG

Postby 4seven » 17 Jan 2014, 16:50

Seems another issue, check, re-check all relevant edits and check also chmod() of folder/files the mods brings in via ftp.
It must have at least chmod (0755 or 755). Normally the mod works 100%, so it seems a rights problem
or some server restriction, but first check the tips above.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080



Re: WHO IS WHERE NO IMAGE FLAG

Postby 4seven » 17 Jan 2014, 16:59

4seven wrote:just rightclick on the ghost-image in a browser and look at the path of the image (where it thinks it should be) ;)

what for a path is showing there by rightclick/grafic-info?
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Re: WHO IS WHERE NO IMAGE FLAG

Postby geppino » 19 Jan 2014, 05:15

No path that shows if I click with the right button is the one that I put on
folders have already that the chmod() (0755 or 755)

I'll give you the info in most


The server and free http://parafolgore.altervista.org/forum/index.php
phpbb 3.0.12
prosilver style
ok installed with AutoMod
geppino

Tiptop

Tiptop
 
Posts: 17
Joined: 06 Sep 2013, 11:19
 
Resolution: 1440x900


Re: WHO IS WHERE NO IMAGE FLAG

Postby 4seven » 19 Jan 2014, 13:31

i need a testuser..

also make shure, the config area in who_is_where.php have this settings:

Code: Select all
    //--- CONFIG AREA -- 
    # show guests 
    //set false or true
      
$show_guests true;

    
# show topic name 
    //set false or true
      
$show_topics true;

    
# show forum name 
    # additional to topic name 
    # works only with $show_topics = false;
    //set false or true  
      
$show_forums false;
      
    
# show post name
    # cant be mixed with $show_forums = true; (check results)
    # you can mix it with $show_topics = true;* 
    #*(results are in "first come, first serve" mode)
    //set false or true 
      
$show_posts  true;
      
    
# Anonymize some citys .Leave array emtpty, if you dont need it: $ano_citys   = array();
    # Otherwise use it this way: $ano_citys   = array('Paris', 'Hamburg', 'Washington')
    # The town will be overwritten with 'City' (language dependent)
      
$ano_citys   = array('Paris''Hamburg''Washington');
      
$ano_repla   $user->lang['CITY'];
    
# you can mix it with $show_topics = true;*      

    # reminder
    //think about sense and server load on all modes    
    //--- CONFIG AREA --  
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Re: WHO IS WHERE NO IMAGE FLAG

Postby geppino » 19 Jan 2014, 15:13

Already has the configuration properly
Account: test - password: 123456


Code: Select all
    //--- CONFIG AREA -- 
    # show guests 
    //set false or true
      $show_guests = true;

    # show topic name 
    //set false or true
      $show_topics = true;

    # show forum name 
    # additional to topic name 
    # works only with $show_topics = false;
    //set false or true  
      $show_forums = false;
      
    
# show post name
    # cant be mixed with $show_forums = true; (check results)
    # you can mix it with $show_topics = true;* 
    #*(results are in "first come, first serve" mode)
    //set false or true 
      $show_posts  = true;
      
    
# Anonymize some citys .Leave array emtpty, if you dont need it: $ano_citys   = array();
    # Otherwise use it this way: $ano_citys   = array('Paris', 'Hamburg', 'Washington')
    # The town will be overwritten with 'City' (language dependent)
      $ano_citys   = array('Paris', 'Hamburg', 'Washington');
      $ano_repla   = $user->lang['CITY'];
    # you can mix it with $show_topics = true;*      

    # reminder
    //think about sense and server load on all modes    
    //--- CONFIG AREA --  
geppino

Tiptop

Tiptop
 
Posts: 17
Joined: 06 Sep 2013, 11:19
 
Resolution: 1440x900


Re: WHO IS WHERE NO IMAGE FLAG

Postby 4seven » 19 Jan 2014, 15:57

Seems some kind of server restriction.
Without ftp-access i can get not further.
This will shorten the support-time extremly.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Re: WHO IS WHERE NO IMAGE FLAG

Postby geppino » 20 Jan 2014, 02:17

PM
geppino

Tiptop

Tiptop
 
Posts: 17
Joined: 06 Sep 2013, 11:19
 
Resolution: 1440x900

Next

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 2 guests

cron