|
|
Re:Plugin - Last Profile Visitors
|
|
Date: 2006/02/03 02:18
|
By: Walesa
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
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?
|
|
The administrator has disabled public write access. |
|
|
|
Re:Plugin - Last Profile Visitors
|
|
Date: 2006/02/03 09:52
|
By: trail
|
Status: Admin
|
|
|
Karma: 613  
|
|
Admin  | Posts: 473 |   | |
|
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 
|
|
The administrator has disabled public write access. |
|
|
|
Re:Plugin - Last Profile Visitors
|
|
Date: 2006/02/04 05:17
|
By: Walesa
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 7 |   | |
|
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
|
|
The administrator has disabled public write access. |
|
|
|
Re:using sefRelToAbs() and alternate rows color
|
|
Date: 2006/02/17 06:31
|
By: trail
|
Status: Admin
|
|
|
Karma: 613  
|
|
Admin  | Posts: 473 |   | |
|
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 
|
|
The administrator has disabled public write access. |
|
|
|
Re:using sefRelToAbs() and alternate rows color
|
|
Date: 2006/02/17 08:00
|
By: Viames
|
Status: User
|
|
|
Karma: 4  
|
|
Senior Joomlapolitan  | Posts: 63 |   | |
|
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:
| Code: | // 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 homesite: Crotone on Web
|
|
The administrator has disabled public write access. |
|
|