| 
Welcome, Guest

Plugin - Last Profile Visitors
(1 viewing) (1) Guest

TOPIC: Plugin - Last Profile Visitors

Re:Plugin - Last Profile Visitors 6 years ago #5415

  • Posts:
  • Karma:
Hi trail...

somethings to report... excuse me...
maybe is only mine problem but...

sometimes it appair this popup error in my user's profile...

First: Overlib 4.10 or later is requied for the hideform plugin

Second:Overlib 4.10 or later is requied for the anchor plugin

I've noted that this had appair when i've installed your plugin but it is possible that i've made a mistake...
what is anchor and what is hideform?

Re:Plugin - Last Profile Visitors 6 years ago #5462

  • Posts:
  • Karma:
that doesn't look like anything that came from this plugin.

last visitors doesn't use the overlib.

remove the plugin and see if its still there.

i think it will still be there.

i have no clue where that error comes from.

but your overlib library files should be here /components/com_comprofiler/js/ and are used everywhere in cb.

if you are doing a new site, try reinstalling cb ?
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many

Re:Plugin - Last Profile Visitors 6 years ago #5520

  • Posts:
  • Karma:
i've unpubblissh "da" plugin trail

Evrything is working fine...I've some connection problem with my wireless firewall is possible that this is the problems?

It's just for you... this is a great plugin and i hope works fine with all jomplapolitans...

Instead can I, im private, ask you some questions? like mp3 player in your site...


Post edited by: Walesa, at: 2006/02/03 23:19

Re:using sefRelToAbs() and alternate rows color 5 years, 12 months ago #6509

  • Posts:
  • Karma:
Viames wrote:
well trail, i know you love when i found something to change or fix ... lol j/k

1. Testing the SEF feature, i found that urls generated by lastviews plugin don't use the sefRelToAbs() function.
So the line:
... <a href=\"index.php?option=com_comprofiler&task=userProfile&user=".$lastview->viewer_id."\"> ...
could be changed into:
... <a href=\"".sefRelToAbs("index.php?option=com_comprofiler&task=userProfile&user=".$lastview->viewer_id)."\"> ...

2. The list could use alternate row colors, like in all CB tabs and in whole joomla. It missed "sectiontableentry1", using just "sectiontableentry2" for odds and even rows.

Thank you trail!


next update i will do the sef thing.. and i'll consider the alternating rows.. om not good at odd and even stuff.. have to see how thats done elsewhere..
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many

Re:using sefRelToAbs() and alternate rows color 5 years, 12 months ago #6515

  • Posts:
  • Karma:
trail wrote:
i'll consider the alternating rows.. om not good at odd and even stuff.. have to see how thats done elsewhere..

thank you for the fast reply to my pvt msg! look this way to do alternate row colours:
// loop starts
foreach ($lastviews as $lastview) {
is_int($counter++/2) ? $class='sectiontableentry1' : $class='sectiontableentry2';
// ...
$content .="<td class=\"$class\"> ...";
// ...
}

Let us know any update!



[OT] p.s. can someone enlarge the font size and the box size of php code tags on this forum template? gonna use CTRL + or catch my glasses to read it

Post edited by: Viames, at: 2006/02/17 02:05
CB italian translation & testing
translations on joomla.it
homesites: Viames.it, Crotone on Web

Re:using sefRelToAbs() and alternate rows color 5 years, 11 months ago #7385

  • Posts:
  • Karma:
Its done

Updating the first post with the new file. Please test.
DJ Trail.
CB Co-Founder & Test-Lead.
Plugins: My Age, Starsign Matchmaking Horoscope, My Visitor, My Highscores, My ProfileID,
My Components: Import & Invite Karma Casino (Use Test / Test)
My Modules: Many
Time to create page: 0.96 seconds