|
||||||||||
|
Yay! My new mod is up. Download it at What can it do? It is actually several mods in 1:
posted by knn |
||||||||||
|
|
||||||||||
| in-my-opinion.orgTechnology, Computers, Science, InternetSoftware by the adminphpBB mod (freeware): Persistent Avatars + Avatar Toplist |
|
|||
|
I cannot get my voting options to show up. It keeps saying "Did Any one vote yet?" not sure whats going on posted by Brasdrake |
|||
|
|||
|
|||
|
And? Did anybody vote yet? If noone voted yet, then the toplist isn't generated posted by knn |
|||
|
|||
|
|||
|
there is no place to vote posted by Brasdrake |
|||
|
|||
|
|||
|
The only two thing i see on my forum related to your Mod is the ACP Unite file and the "Top Avatars" option in the header. I tried to EASYMOD it but had a few difficulties. Had to rename the file admin_unite_double_avatars.php to admin_delete_double_avatars.php because that's the only way it would work. would this cause my problem? posted by Brasdrake |
|||
|
|||
|
|||
|
Brasdrake: there is no place to vote If the mod is installed correctly then voting buttons should appear under each avatar in each thread. Just like in this forum here. There are already several forums that implemented this mod and already generated toplists. Brasdrake: Had to rename the file admin_unite_double_avatars.php to admin_delete_double_avatars.php because that's the only way it would work. Oh, yeah. Thanks. That error only applied during installation. I have fixed it now. posted by knn |
|||
|
|||
|
|||
|
Could my permissions be screwed up? Even as the Admin I cannot see the voting panel. where would I set this for your Mod? posted by Brasdrake |
|||
|
|||
|
|||
|
Brasdrake: Could my permissions be screwed up? No has nothing to do with permissions. Brasdrake: Even as the Admin I cannot see the voting panel. Voting panel? You mean the voting buttons. Brasdrake: where would I set this for your Mod? To enable the voting buttons under each avatar you need to change viewtopic.php as written in the installation .txt file. But that should have been installed automatically since you used EasyMod. Just check whether your viewtopic.php has the lines that are mentioned in the .txt file. posted by knn |
|||
|
|||
|
|||
|
Yes the language is all there. I am confused as every why the buttons are not posted by Brasdrake |
|||
|
|||
|
|||
|
Hmmm everything just magically appeared now, I set a few Forum permissions, not sure if that did it, oh well I am shutting up now posted by Brasdrake |
|||
|
|||
|
|||
|
Great modification. One thing I am trying to solve, I have the "Forum AI" bot installed and now it doesn't post/show and avatar for the bot? Are you familiar with that mod and what modification is needed to show the bot's avatar(s)? Thanks posted by LaZeR |
|||
|
|||
|
|||
|
LaZeR: I have the "Forum AI" bot installed and now it doesn't post/show and avatar for the bot? Are you familiar with that mod I am not familiar with that bot, but that "missing avatar phenomenon" usually happens if the mod uses its own routines to submit a post instead of phpbb's "function submit_post()". This usually happens to circumvent one of phpbb's limitations: That a user cannot post something within seconds of another post (to fight accidental double-posts). But in case of bots this doesn't make sense. To make missing avatars visible simply re-run (or run for the first time if you haven't run it yet) "avatarsuite_sql_installation.php" posted by knn |
|||
|
|||
|
|||
|
Yea the problem is just with the bots routine. It is a seperate section added to functions_post which I need to figure out how to add something to make it act to post the avatar in the post field. I've played around with it with no luck yet. Any clues? Here is the snippet of code added for the bot:
posted by LaZeR |
|||
|
|||
|
|||
|
You would have to replace the content of "function iai_submit_post()" by a call to "submit_post()" and then edit "function submit_post()" to override the "Flood control" for the user IAI. posted by knn |
|||
|
|||
|
|||
|
posted by LaZeR |
|||
|
|||
|
The time now is 4 July 2009, 01:25 php B.B. |