Skip to Content Skip to Menu

Superthumbs Native for J1.5

15 years 8 months ago #88009 by reverendspam
Superthumbs Native for J1.5 was created by reverendspam
I updated the Superthumbs module to be native for Joomla 1.5.x

Sorry if this is not the correct area to post, but I could not find an area regarding modules for CB?

You can see it in action here: www.familyfirstusa.com

-joe


Attachment mod_cb_superthumb-4e0c8a976c6dd5b6a2cb87a3077fcc09.zip not found



Post edited by: reverendspam, at: 2009/02/08 03:49
Attachments:

Please Log in or Create an account to join the conversation.

  • Hennepdesk
  • Hennepdesk
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 2
  • Add-ons
15 years 8 months ago #88018 by Hennepdesk
Replied by Hennepdesk on topic Re:Superthumbs Native for J1.5
Thank you B) thumb up

Do you know how to grow?

Please Log in or Create an account to join the conversation.

  • sorema
  • sorema
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 1
15 years 7 months ago #90272 by sorema
Replied by sorema on topic Re:Superthumbs Native for J1.5
i've modded superthumb to let it show what r u doing status updates and nant's gallery updates

if someone's interested.. you have to insert following lines of code in mod_cb_superthumb.php:
look for listing "case" and add this at the beginning
[code:1]
case 11 :
$sql = "select u.id, u.username, u.name, c.avatar from #__users u, #__comprofiler c where u.id = c.user_id and c.cb_pglastupdate > '0000-00-00' and c.approved = 1 $imagenot $avatarplease and c.confirmed = 1 and c.banned = 0 and u.block = 0 group by u.id order by c.cb_pglastupdate desc limit " . $count;
break;
case 12:
$sql = "select u.id, u.username, u.name, c.avatar from #__users u, #__comprofiler c where u.id = c.user_id and c.cb_rustatustime > '0000-00-00 00:00:00' and c.approved = 1 $imagenot $avatarplease and c.confirmed = 1 and c.banned = 0 and u.block = 0 group by u.id order by c.cb_rustatustime desc limit " . $count;
break;
[/code:1]


and in mod_superthumb.xml:

look for listing "option value" and add this
[code:1]<option value="11">Latest profile gallery</option>
<option value="12">Latest status update</option>[/code:1]


and now..a question.. this module shows only 1st comment on profilebook for unnknown reason! do you have any idea?

Please Log in or Create an account to join the conversation.

  • memofree
  • memofree
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
15 years 6 months ago #93529 by memofree
Replied by memofree on topic Re:Superthumbs Native for J1.5
it's work.

but dont use "display online user" option

this options result : everytime show "No Online User"


why?
Attachments:

Please Log in or Create an account to join the conversation.

  • costis
  • costis
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
15 years 6 months ago #95685 by costis
Replied by costis on topic Re:Superthumbs Native for J1.5
Hi .Great plugin but my cb profile pictures are coming as a set aspect and distorts the pics that have a different ratio the 80px by 60 px. How can I change it so it keeps the aspect ratio of the original avatars?
www.constantin.uk.com

thanks

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum