[ABD]Linked Profile Picture 0.3.0

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
JasonWade
Registered User
Posts: 287
Joined: Mon Jun 05, 2006 9:22 am

Re: [RC2]Linked Profile Picture 0.3.0

Post by JasonWade »

JasonWade wrote:Tried to download it, no problem, but then when I open the install file it can't be displayed, gives me some message (in Dutch so prob ably not very meaningfull to you) about xml and normally I never have problems opening mod install files....
This is the message I get:
De XML-pagina kan niet worden weergegeven
Kan XML-invoer niet lezen met opmaakmodel XSL. Herstel de fout en klik vervolgens op de knop Vernieuwen of probeer het later opnieuw.


--------------------------------------------------------------------------------

Sleutelwoord xsl:call-template mag xsl:value-of niet bevatten.


Says something about not being able to read XML input with an xsl stylesheet. and below the ---- it says keyword xsl:call-template isn't allowed to contain the xsl:value-of
User avatar
Sunka
Registered User
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: [RC2]Linked Profile Picture 0.3.0

Post by Sunka »

Try open it in firefox
JasonWade
Registered User
Posts: 287
Joined: Mon Jun 05, 2006 9:22 am

Re: [RC2]Linked Profile Picture 0.3.0

Post by JasonWade »

That works thnx, but actually I can't stand firefox, so everything gets opened with IE by default, and as I said with other things I never have problems opening them there, could there be something in the coding that makes it impossible for me to open it with IE?

So yeah I'm happy it does open in FF, don't get me wrong, I just wonder why it doesn't work with IE
User avatar
Sunka
Registered User
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: [RC2]Linked Profile Picture 0.3.0

Post by Sunka »

Some xml files are "bad" (I do not know word to express my self, sorry). That files have error and because of that error, it can be opened in IE :mrgreen:
Wait for author to fix that error
shahinavthal
Registered User
Posts: 277
Joined: Fri Sep 19, 2008 6:53 am

Re: [RC2]Linked Profile Picture 0.3.0

Post by shahinavthal »

JasonWade wrote:That works thnx, but actually I can't stand firefox


I have heard people saying the other way around... :shock:
JasonWade wrote:So yeah I'm happy it does open in FF, don't get me wrong, I just wonder why it doesn't work with IE
You do have the answer yourself i guess :?
User avatar
iEric
Registered User
Posts: 249
Joined: Mon Apr 10, 2006 10:57 pm
Location: Falköping, Sweden

Re: [RC2]Linked Profile Picture 0.3.0

Post by iEric »

JasonWade wrote:
JasonWade wrote:Tried to download it, no problem, but then when I open the install file it can't be displayed, gives me some message (in Dutch so prob ably not very meaningfull to you) about xml and normally I never have problems opening mod install files....
This is the message I get:
De XML-pagina kan niet worden weergegeven
Kan XML-invoer niet lezen met opmaakmodel XSL. Herstel de fout en klik vervolgens op de knop Vernieuwen of probeer het later opnieuw.
--------------------------------------------------------------------------------
Sleutelwoord xsl:call-template mag xsl:value-of niet bevatten.

Says something about not being able to read XML input with an xsl stylesheet. and below the ---- it says keyword xsl:call-template isn't allowed to contain the xsl:value-of
Hi Jason
Glad it worked out for you in the end.
And thanks Sunka for helping me out while I was asleep. :D.

I have no idea why this happened to you. Will check it up though.
Was that the whole message? If it was more can you PM me or post it for me.

Edit: Made a new download with a new xsl file inside. If the problem still exists, please use Safari or Firefox instead.

• Eric
JasonWade
Registered User
Posts: 287
Joined: Mon Jun 05, 2006 9:22 am

Re: [RC2]Linked Profile Picture 0.3.0

Post by JasonWade »

Sorry I wasn't home when you posted the above message, but I downloaded the new download file & it works like a charm now, so thank you for whatever you changed

And to shahinavthal I have no clue what you meant there, but either way it works in IE now, so no problem anymore :)
User avatar
Lisbon
Registered User
Posts: 831
Joined: Wed Jan 30, 2008 12:28 pm
Location: Zermatt

Re: [RC2]Linked Profile Picture 0.3.0

Post by Lisbon »

Sunka wrote:Some xml files are "bad" (I do not know word to express my self, sorry). That files have error and because of that error, it can be opened in IE :mrgreen:
Wait for author to fix that error
What? The mod dont work fine?
JeRicHoOL
Registered User
Posts: 449
Joined: Sun Jun 01, 2008 4:02 pm

Re: [RC2]Linked Profile Picture 0.3.0

Post by JeRicHoOL »

Can someone explain me the following step? I have no clue what to do.
SQL-note: Don't forget to change the db-prefix incase you have altered it (phpbb_users => my_db_users).
I have altered it like it was explained in the first step in the install.xml file. But how do i change the db-prefix?

Thanks in advance.
User avatar
Sunka
Registered User
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: [RC2]Linked Profile Picture 0.3.0

Post by Sunka »

Lisbon wrote:
Sunka wrote:Some xml files are "bad" (I do not know word to express my self, sorry). That files have error and because of that error, it can be opened in IE :mrgreen:
Wait for author to fix that error
What? The mod dont work fine?
MOD work fine...do not worry...That was explanation of error with opening file with instructions how to install MOD

Image
JeRicHoOL wrote:Can someone explain me the following step? I have no clue what to do.
SQL-note: Don't forget to change the db-prefix incase you have altered it (phpbb_users => my_db_users).
I have altered it like it was explained in the first step in the install.xml file. But how do i change the db-prefix?

Thanks in advance.
If you allready altered, then I think it is OK...Ussually database prefix is phpbb_

That instruction (SQL-note) is if your database prefix is different, let say --- forum_users ---
Then sql would be:

Code: Select all

ALTER TABLE `forum_users` ADD `user_profile_picture` VARCHAR( 255 ) NOT NULL DEFAULT '';
and NOT :

Code: Select all

ALTER TABLE `phpbb_users` ADD `user_profile_picture` VARCHAR( 255 ) NOT NULL DEFAULT '';
Image
JeRicHoOL
Registered User
Posts: 449
Joined: Sun Jun 01, 2008 4:02 pm

Re: [RC2]Linked Profile Picture 0.3.0

Post by JeRicHoOL »

Thank you very much. It works. I just ignored the SQL note because my prefix is "phpbb_" (phpbb_users).

There's only a little problem. When you don't have a profile picture the profile looks like this.

http://i107.photobucket.com/albums/m287 ... 292328.gif

There's a black area (I marked it with a grey X). Ignore the white stuff. I just censored my information :lol: . This doesn't look good of course so I'm asking you if there's a way to solve this issue. My style is subsilver based by the way.

Thanks in advance.

EDIT: When I click a topic title I get the following error.
Parse error: syntax error, unexpected T_ARRAY in /viewtopic.php on line 316
User avatar
iEric
Registered User
Posts: 249
Joined: Mon Apr 10, 2006 10:57 pm
Location: Falköping, Sweden

Re: [RC2]Linked Profile Picture 0.3.0

Post by iEric »

JasonWade wrote:Sorry I wasn't home when you posted the above message, but I downloaded the new download file & it works like a charm now, so thank you for whatever you changed

And to shahinavthal I have no clue what you meant there, but either way it works in IE now, so no problem anymore :)
Thanks Jason. Great to get that confirmed. :)


JeRicHoOL wrote:Can someone explain me the following step? I have no clue what to do.
SQL-note: Don't forget to change the db-prefix incase you have altered it (phpbb_users => my_db_users).
I have altered it like it was explained in the first step in the install.xml file. But how do i change the db-prefix?
No you did right - and as Sunka wrote phpbb_ is the normal prefix. It's just a reminder incase you had another prefix fo your database - It's very easy to overlook - something to miss. I also do that sometimes. Having my own different prefix and go on with phpbb_


JeRicHoOL wrote:Parse error: syntax error, unexpected T_ARRAY in /viewtopic.php on line 316
The 1st edits (that is line 316) for viewtopic - find:

Code: Select all

$user->setup('viewtopic', $topic_data['forum_style']); 
When it's ready it looks like:

Code: Select all

$user->setup(array('viewtopic', 'mods/Linked_Profile_Picture'), $topic_data['forum_style']); 
Did you upload the lang file?
User avatar
Diet Ebola Cola
Registered User
Posts: 132
Joined: Fri Oct 03, 2008 3:57 am
Location: USA

Re: [RC2]Linked Profile Picture 0.3.0

Post by Diet Ebola Cola »

if a user has an improper profile picture will other users have the ability to Report the Picture so an admin or moderator can remove it?
Diet Ebola Cola
User avatar
iEric
Registered User
Posts: 249
Joined: Mon Apr 10, 2006 10:57 pm
Location: Falköping, Sweden

Re: [RC2]Linked Profile Picture 0.3.0

Post by iEric »

No there is no report tool like in a post or so, but if you have a good members or a "crew" they can report it to you, and you can go in ACP and delete it through "Manage user". Or give your moderators some restricted adminfunctions, like being able to manage users.

At my own board we just have a board rule about what kind of pictures that are allowed and wha they should contain (and there's always the text to it is saying, "This is a picture of xxxx"). Violating a rule usually ends in a warning wich usually ends in a ban, so it is kind moderating it self. :)

But I'll take your idea and think it over. If it's not too difficult to make so... why not. Thanks.
User avatar
Diet Ebola Cola
Registered User
Posts: 132
Joined: Fri Oct 03, 2008 3:57 am
Location: USA

Re: [RC2]Linked Profile Picture 0.3.0

Post by Diet Ebola Cola »

With a large community board with hundreds (or even thousands) of active users.. the more automated tools moderators and admins can use the better.. thank you for your consideration.. :D
Diet Ebola Cola

Return to “[3.0.x] Abandoned MODs”