In-My-Opinion.org

»PhpBB mod (freeware): Persistent Avatars + Avatar Toplist«







knn:
How can it not go with your theme? They are just a bunch of grey buttons.

Perhaps he has a total different theme. You are still using the header of the forum and it could be that it looks terrible that way. Wink
I've even seen some themes, that have such changes, that it could make it impossible to read and so use a "normal" page not modified for this theme.


posted by Loeffel
  Yours

Loeffel

in-my-opinion.org -> Technology, Computers, Science, Internet -> Software by the admin -> phpBB mod (freeware): Persistent Avatars + Avatar Toplist



Loeffel:
Perhaps he has a total different theme.

So? These are just grey buttons.

However, you can adjust settings in "includes/functions_avatarsuite.php".

There is a section that starts with

<STYLE TYPE="text/css"



Edit there.


posted by knn





All i would like to do is change the background of the voting box, and also the font colour.
After that i just need to figure out how to centre the avatar and user name in the author box.


posted by ScollZero
  



Okay i got it fixed just the way i want!
One last minor thing that's been bugging me...and remember, my php knowledge is basic, but how can i stop Toplist from opening up in a new window when i click the link in the avatar list page.

The only reference i can find is

$template->assign_vars(array( // General variables
    
'SHOWMORE' => $continue,
    
'TITLE' => $page_title,
    
'LINK_TOPLIST' => (file_exists('avatarsuite_toplist.'.$phpEx)) ? sprintf($lang['avatarsuite_click_to_toplist'],append_sid('avatarsuite_toplist.'.$phpEx)) : ''
    
)
    ); 



Am i even looking in the right place?


posted by ScollZero
  



ScollZero:
.and remember, my php knowledge is basic, but how can i stop Toplist from opening up in a new window when i click the link in the avatar list page.

You mean, you want to open it in the same window?

Open "lang_avatarsuite.php" and change

$lang['avatarsuite_click_to_toplist'] = 'Click here to go to the <a href="%s" target="_blank">avatar toplist</a>...'


to

$lang['avatarsuite_click_to_toplist'] = 'Click here to go to the <a href="%s" target="_self">avatar toplist</a>...'




posted by knn
  



that's awesome, everything is working hunky dory! Cheers for making this mod, gives my forum more interactivity than others! Thanks!

*BOWS REPEATEDLEY


posted by ScollZero
  

unable to find install code



Maybe this is much-a-do about nothing, but during the install of includes/usercp_register.php
I can not find the code

@unlink(@phpbb_realpath('./' $board_config['avatar_path'] . '/' $userdata['user_avatar'])); 



Now I know that all you want done is to comment out the code - so it probably is fine as is - but can you conrfirm?

The reason for my concern is I've got some kind of avatar problem and want to eliminate your mod as the cause.
thanks


posted by Gephri
  



Hi guys.

Great mod. I have it on my forum, it's working except for a few minor points.

Sometimes (not everytime) when I click on a vote the vote counts but the window doesn't open. Any idea why this could be?

Secondly i'd like to know a bit more about changing the location of the voteform on viewtopic.

I'd like to align it to the left and also remove the gaps above and below so each vote form doesn't take up as much room on the page. Basically I want to make it less prominant and place the vote form under the avatars rather than in the middle of the cell.

Can anyone help with this or point me in the right direction?

Other than that awesome mod.

Jez

posted by jezlad
  



Goto page Previous  
1, 2, 3, 4, 5, 6

Reply to topic
Goto page Previous  
1, 2, 3, 4, 5, 6






RegisterRegister
Log inLog in
The time now is 6 July 2008, 04:21
php B.B.