News:

Wondering if this will always be free?  See why free is better.

Main Menu

Ultimate Profile

Started by JovanT, March 12, 2009, 12:14:40 PM

Previous topic - Next topic

Stigmartyr

Quote from: Stigmartyr on May 04, 2009, 04:02:52 PM
BTW - one more little question: I noticed on the actual pics page it wants to render 10 images in 3 columns?  Seems like it would make more sense to render 12 in 3 colums..

My link: http://stangnation.com/index.php?action=profile;u=2;sa=pictures

Looks to me like there are a few 'if' statements there indicating that if it's 4 pics in a row to put one on a new row?  IDK Im not sure..  What can I edit to just make that page show 12?  If it's possible :)

Anyone have any insight as to this question :) :) ^

I attached the ProfilePictures.template.php for reference if that helps

Yağız...


Stigmartyr

Quote from: Yağız... on May 05, 2009, 06:12:20 PM
Try this.

Thanks for helping out :)  So what it did was render the thumbs in 4 columns rather than 3.  I was looking for 4 rows and 3 columns.

aED

Here! hope i got it right!  ;)

Özgür

Find

if (!empty($context['pictures'])) {
echo '
<tr>
<td class="windowbg2" style="padding-bottom: 2ex;">
<table border="0" cellpadding="4" cellspacing="1" width="100%" id="pictures">';


$i = 1;
foreach ($context['pictures'] as $picture) {
if ($i == 1)
echo '
<tr>';

echo '
<td align="center" valign="top" class="windowbg2" style="clear: both;">
<a href="', $picture['url'] ,'"><img src="', $picture['thumb'] ,'" alt="" title="', $picture['description'], '" border="0" /></a>
<br />
<b>', $picture['title'], '</b>
</td>';

if ($i == 3)
echo '
</tr>';

$i++;
if ($i == 4) $i = 1;
}
echo '
</table>
</td>
</tr>';
}


Change
if ($i == 3) to if ($i == 2)
if ($i == 4)  to if ($i == 3)
So Long

tonnybarros

#305
Erro BBcode

[b]brecha(Nilceu)[/b] quer ser seu amigo. [url=http://www.tectonny.com/forum/index.php?action=buddies]Clique aqui[/url] para aprovar ou negar o seu pedido.

Chipfryer

Hi.
Firstly many thanks for such a wicked modification. This works fabulously on my forum.
I have a question please.

I'm trying to load an SWF within the media section. It loads but does not play from that location and gives denied calls.
Is there anything I can do to make this work please?
Many thanks.

<object classid="denied:denied:denied:clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="245">
  <param name="movie" value="http://mysite/file.swf" />
  <param name="quality" value="high" />
  <embed src="http://mysite/file.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="245" />
</object>

mattchewone

Is this going to be upgraded to work with RC1?

Chipfryer

I just wanted to add that I know its dangerous to allow members to add flash files. I was rather hoping to use this as an application where files could be loaded by admins only.

Looking at it however this might not work at all.
Many thanks anyway.

tonnybarros

#309
I believe I found a bug, installed this MOD in my wonderful forum, where every message created with the form does not account for the State message.

Eg a new member with 0 message, put the form to send the form it continues with 0 message. Loading message from normal mode it does not. But if I go into the profile of the member and still showing 0, but if I ask to show the messages of the State, the message appears.

http://www.tectonny.com/forum/index.php/board,21.0.html

http://www.tectonny.com/forum/index.php?action=form;id=1

Adi.

Hi,

I used the previous version of this mod (.8.5).

After upgrading to this version (.9), all profile pictures dont show. The folder (profile_pictures) and all of the pictures are still there, but they don't show on the profile.

Could you help me with this?

Thank you.

Yağız...

Quote from: tonnybarros on May 09, 2009, 09:36:47 PM
I believe I found a bug, installed this MOD in my wonderful forum, where every message created with the form does not account for the State message.

Eg a new member with 0 message, put the form to send the form it continues with 0 message. Loading message from normal mode it does not. But if I go into the profile of the member and still showing 0, but if I ask to show the messages of the State, the message appears.

http://www.tectonny.com/forum/index.php/board,21.0.html

http://www.tectonny.com/forum/index.php?action=form;id=1
This is not an issue about this mod.

Quote from: Adi. on May 11, 2009, 03:58:28 AM
Hi,

I used the previous version of this mod (.8.5).

After upgrading to this version (.9), all profile pictures dont show. The folder (profile_pictures) and all of the pictures are still there, but they don't show on the profile.

Could you help me with this?

Thank you.
http://jovant.guruserve.com/test-forum/index.php?topic=13.msg42#msg42

Adi.

Quote from: Yağız... on May 11, 2009, 05:32:57 AM
Quote from: tonnybarros on May 09, 2009, 09:36:47 PM
I believe I found a bug, installed this MOD in my wonderful forum, where every message created with the form does not account for the State message.

Eg a new member with 0 message, put the form to send the form it continues with 0 message. Loading message from normal mode it does not. But if I go into the profile of the member and still showing 0, but if I ask to show the messages of the State, the message appears.

http://www.tectonny.com/forum/index.php/board,21.0.html

http://www.tectonny.com/forum/index.php?action=form;id=1
This is not an issue about this mod.

Quote from: Adi. on May 11, 2009, 03:58:28 AM
Hi,

I used the previous version of this mod (.8.5).

After upgrading to this version (.9), all profile pictures dont show. The folder (profile_pictures) and all of the pictures are still there, but they don't show on the profile.

Could you help me with this?

Thank you.
http://jovant.guruserve.com/test-forum/index.php?topic=13.msg42#msg42

Thank you.
That solved my problem.

tonnybarros

why not? If this only happens with the message created with this MOD, normal messages is not the problem.

Joe N

Microsoft: "We Need to Imagine Life Without Walls."
I Say: "If There are No Walls Who needs Windows."



My Mods (6) All My Mods Updated To SMF 2.0 RC2 and SMF 1.1.10!


tonnybarros


Mark S

Gotta say, I love this mod!  So much nicer than the bland cracker original profile in so many ways.  You really can do a lot with it, and, if you know a little bit of coding, you can modify your custom themes right in the program.  Great job!

In fact, I like it so much, is there a way to set Ultimate Profile as the default profile shown for all users?

Yağız...

Quote from: ThePharaoh on May 11, 2009, 12:51:49 PM
Gotta say, I love this mod!  So much nicer than the bland cracker original profile in so many ways.  You really can do a lot with it, and, if you know a little bit of coding, you can modify your custom themes right in the program.  Great job!

In fact, I like it so much, is there a way to set Ultimate Profile as the default profile shown for all users?

Look at ACP > Features and Settings > Ultimate Profile. There is an option for this.

Quote from: tonnybarros on May 11, 2009, 10:39:07 AM
why not? If this only happens with the message created with this MOD, normal messages is not the problem.
Which mods are you using?

soax

#318
Great mod, ty for ir :P

Version: SMF 1.1.7
Theme: I have a lot, but take the default
URL: hxxp:thewastedyouths.com [nonactive]
Language: spanish_latin-utf8

I have one problem, i've installed it, and all my users now can use it without any inconvenence, the inconvenence is for me, (co-administrator) i cant see the panel for configuration into the "path" mencionated into the FAQ, im a second administrator with any restriction, only show an space, i've tried changing language to english, british, spanish (my language), latin, and no one, someone can help me to fix it?

another question, i want to use the css, but nothing that i insert into the text box works, only show it like text on top into the profile, whats wrong?

the last one instaling profile visitors i got this error, someone have any idea?

QuoteEjecutar Modificación     ./Sources/Load.php     Prueba fallida
Ejecutar Modificación     ./Themes/default/UltimateProfile.template.php     Prueba fallida

(test failed)

ty for time

Mark S

Quote from: Yağız... on May 11, 2009, 01:27:48 PM
Quote from: ThePharaoh on May 11, 2009, 12:51:49 PM
Gotta say, I love this mod!  So much nicer than the bland cracker original profile in so many ways.  You really can do a lot with it, and, if you know a little bit of coding, you can modify your custom themes right in the program.  Great job!

In fact, I like it so much, is there a way to set Ultimate Profile as the default profile shown for all users?


Look at ACP > Features and Settings > Ultimate Profile. There is an option for this.

Tried that at first.  I'd click on Ultimate Profile and it just stays on SMF's "basic features".

Advertisement: