Icon not displaying - Twit Profile Link
Icon not displaying
e.g. look at this post (by user GarethW)
Any suggestions? Thanks in advance
- licensinglinks
- Registered User
- Posts: 132
- Joined: Tue Aug 12, 2008 7:32 pm
- Location: United Kingdom
- Contact:
Re: Icon not displaying
- licensinglinks
- Registered User
- Posts: 132
- Joined: Tue Aug 12, 2008 7:32 pm
- Location: United Kingdom
- Contact:
Re: Icon not displaying
I have cleared the cache, and refreshed the Prosilver Style.
Forum:
http://www.pimlico-flats.co.uk/forum/viewforum.php?f=2 (example)
The only user with the twitter profile entered:
http://www.pimlico-flats.co.uk/forum/me ... rofile&u=2
An example post where I would expect to see a button:
http://www.pimlico-flats.co.uk/forum/vi ... f=2&t=3039
- Pimlico Flats
- Registered User
- Posts: 28
- Joined: Fri Apr 09, 2010 11:09 pm
- Contact:
Re: Icon not displaying
please check the changed files manually.
- Metzle
- Registered User
- Posts: 113
- Joined: Sat Mar 15, 2008 2:55 am
- Location: Waiblingen-Neustadt (Germany)
- Name: Daniel
- Contact:
Re: Icon not displaying
AutoMOD installation completes with all statuses "success", no errors of any kind.
Apparent issues:
1) MOD does not show up in list of MODs on .MODS tab in Admin Control Panel, not sure if it should be there?
2) No Twitter icon on User Profile, only text "Twitter: View user’s Twitter page". Is it supposed to be text or icon? Should there also be icon in Members List? I DO however see Twitter icon on User Post.
3) No Twitter input field on User Registration.
Steps taken to resolve issue 3) :
In MOD details on AutoMOD tab I see "Available Change Twitter Profile Link - Addon: Display at registration (Install this MOD)". I click 'Install this MOD' and get all statuses "green" EXCEPT:
includes/ucp/ucp_register.php
Find
Comment: If you would like to make a field required during registration change true in array('string', true, 1, 15) to false
'lang' => array('match', false, '#^[a-z_\-]{2,}$#i'),
Add After
'twitter' => array('string', true, 1, 15),
The Find specified by the MOD could not be found
So I make the change in the file myself, BUT after this other line:
'lang' => array('language_iso_name'),
After this I click Force Install and Twitter field appears on User Registration.
QUESTION about issue 2) : I do not see Twitter icon on User Profile or Members List. Should it be there?? I saw a post that says that it should: http://www.phpbb.com/customise/db/searc ... trib_15325 but the change mentioned here is already incorporated so I don't know what the deal is.
(I also compared my files after AutoMOD installation with manual instructions here: http://www.phpbb.com/customise/db/view-install/id_54468
Took forever, I found no differences.)
-
- Registered User
- Posts: 22
- Joined: Fri Nov 04, 2011 6:29 pm
- Contact:
Re: Icon not displaying
new_user wrote:2) No Twitter icon on User Profile, only text "Twitter: View user’s Twitter page". Is it supposed to be text or icon? Should there also be icon in Members List? I DO however see Twitter icon on User Post.
It is supposed to be only text. If there's text, it's correct.
new_user wrote:1) MOD does not show up in list of MODs on .MODS tab in Admin Control Panel, not sure if it should be there?
The mod should not bet there. There is no need to show it there.
- Metzle
- Registered User
- Posts: 113
- Joined: Sat Mar 15, 2008 2:55 am
- Location: Waiblingen-Neustadt (Germany)
- Name: Daniel
- Contact:
Re: Icon not displaying
-
- Registered User
- Posts: 22
- Joined: Fri Nov 04, 2011 6:29 pm
- Contact:
Re: Icon not displaying
AutoMOD says:
language/de/acp/styles.php Cannot locate file
language/de/common.php Cannot locate file
language/de/memberlist.php Cannot locate file
language/de/ucp.php Cannot locate file
The manual method requires the same mods to the English equivalents
language/en/acp/styles.php,
language/en/common.php,
language/en/memberlist.php,
language/en/ucp.php,
And these mods have been made correctly
- Pimlico Flats
- Registered User
- Posts: 28
- Joined: Fri Apr 09, 2010 11:09 pm
- Contact: