Jump to content

craigf136

Members
  • Posts

    1,103
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    craigf136 reacted to TheJackal84 in Tournaments ( Support Topic )   
    can't say for sure, I spent all day on this today but will have work during the week etc so won't be able to do anywhere near what I done today in the next few days, I still got a few hours left of today anyway so will see how much I can get done tonight, I got 6 and 10 team ones done already so still need to do 15 and 21 but the base of the code is done that is the hard part
  2. Like
    craigf136 got a reaction from SC36DC in Why not offer push notifications solution   
    +1 for push notifications.
  3. Like
    craigf136 reacted to TheJackal84 in Tournaments ( Support Topic )   
    Let me see what it would require etc and I'll get back to you
  4. Like
    craigf136 reacted to Midnight Modding in Tournaments ( Support Topic )   
    yeah, sorry about that. I really did want to get it done long, long ago. I was mainly posting, though, to tell how to get enough of it removed where this one will work, but then realized you already did it.
  5. Like
    craigf136 got a reaction from SeNioR- in Why not offer push notifications solution   
    +1 for push notifications.
  6. Like
    craigf136 got a reaction from Meddysong in Pages Category Images / Pages Searchable Text Fields   
    It's fine, I've added the code required to a custom template.
    <a href="{$category->url()}"> {{if $category->pcimage}}<a href="{$category->url()}"><div class="SG_cat_image" style="background-image:url('{file='$category->pcimage'}');"></div>{{endif}} Does what I need it to do.
  7. Thanks
    craigf136 got a reaction from Ramsesx in Tutorial for making a test install?   
    How I did it.
    download copy of config.php from live site login to cpanel and create a new database IPSV4b5 for example Assign existing user to the database create directory / subdomain for the test install (remember that this is the URL that will be used for all test installs Upload the files for IPB v4 copy public and upload folders for live site (don't move, download locally - you could also compress these two folders and move the compressed file and then extract that by using cpanel file manager) then upload them to the directory for the test install (I personally took it offline for maintenance for 5 minutes). You can do this part in one of 2 ways, take live forum offline or leave live (crude but effective) change the upload paths to the uploads paths for the test database you can also do this via phpmyadmin but I'm not 100 certain on what needs changed in the database but only do it once you have copied the database (see below) login to phpmyadmin, go to existing database, and then select operations,
    Untick create database before copying and in the field above, enter the database information and then click go to copy the database to the test install database once it has copied, go to the config.php in the test install directory edit and enter the test database information (replacing the live database information). then go to www.domain.com/admin/upgrade and run the upgrader, it will ask you to convert to UTF8 if you haven't already done so. Follow the upgrade steps
  8. Like
    craigf136 got a reaction from Vianney Gantelmi in iAwards   
    @Morrigan attached, it's disabled at the moment and I have changed "not" to disabled also - this is the same award for post ranks 2, 3 which it is not occurring on, just the conditions amended and the award amended.
    issue-award-based-on-post-rank-1.xml
  9. Like
    craigf136 got a reaction from GrooveOnBeat in iAwards   
    @-RAW- @GrooveOnBeat I have to agree, although sorting awards is available, it is not exactly intuitive. A click and drag to sort the order they want would be a simpler solution.
  10. Like
    craigf136 reacted to GrooveOnBeat in iAwards   
    Thanks RAW!
    While sort by and sort direction are good, it is pre-defined. I mean sort by either click and drag, similar to how we can sort forums by click and drag in the ACP. Or an include list, but there's an up/down buttons where members can move awards up or down.
     
  11. Like
    craigf136 got a reaction from Adriano Faria in Auto Reply to Topics   
    Excellent, thanks all sorted with the alter query.
  12. Like
    craigf136 reacted to Adriano Faria in Auto Reply to Topics   
    This query is there when you install/upgrade the plugin. Not sure why it is missing the column. Run the following query on your SQL Toolbox:
    ALTER TABLE forums_forums ADD autoreply_postcount tinyint(1) default 1; If you use a DB prefix, add it to the table name (forums_forums).
    if it doesn't fix, uninstall the plugin and reinstall it.
    http://www.screencast.com/t/gyLgxh6axUi
  13. Like
    craigf136 got a reaction from pilotguy in Tutorial for making a test install?   
    How I did it.
    download copy of config.php from live site login to cpanel and create a new database IPSV4b5 for example Assign existing user to the database create directory / subdomain for the test install (remember that this is the URL that will be used for all test installs Upload the files for IPB v4 copy public and upload folders for live site (don't move, download locally - you could also compress these two folders and move the compressed file and then extract that by using cpanel file manager) then upload them to the directory for the test install (I personally took it offline for maintenance for 5 minutes). You can do this part in one of 2 ways, take live forum offline or leave live (crude but effective) change the upload paths to the uploads paths for the test database you can also do this via phpmyadmin but I'm not 100 certain on what needs changed in the database but only do it once you have copied the database (see below) login to phpmyadmin, go to existing database, and then select operations,
    Untick create database before copying and in the field above, enter the database information and then click go to copy the database to the test install database once it has copied, go to the config.php in the test install directory edit and enter the test database information (replacing the live database information). then go to www.domain.com/admin/upgrade and run the upgrader, it will ask you to convert to UTF8 if you haven't already done so. Follow the upgrade steps
  14. Like
    craigf136 reacted to The Dark Wizard in iAwards   
    I also get this issue.
    @-RAW-, @Morrigan
    Anyway to make it so that the awards profile tab does not appear if the user does not have any?
  15. Like
    craigf136 got a reaction from Vianney Gantelmi in iAwards   
    My current automated awards.

    I'm just going to work on prestige medals, which basically counts post count and membership timescales.

     
  16. Like
    craigf136 reacted to Ahmad E. in TS3 Integration   
    It isn't set to "_blank". My best guess would be that this is being added by the setting: System->Settings->Posting->[TAB] URLs->"Force posted links to open in new windows?"
  17. Like
    craigf136 reacted to Adriano Faria in Contact Us   
    This is an enhancement of tge default contact feature, which also only sebd emails.
    Not sure. Maybe in a future version.
  18. Like
    craigf136 reacted to Adriano Faria in Contact Us   
    IPS changed from:
    /** * @brief Wrap in our main template wrapper */ public $useWrapper = TRUE; to:
    /** * @brief Should the default wrapper template be used? */ protected $useWrapper = TRUE; Let me see how to fix this.
  19. Like
    craigf136 got a reaction from ADKGamers in iAwards   
    Some feedback, I'm currently changing some permissions to allow certain groups to be allowed to award medals. 
    However, each medal needs to be changed manually for permissions, can you introduce something that changes sub categories for example if the main category has been changed? It would save a hell of a lot of time and effort to change permissions.
  20. Like
    craigf136 got a reaction from -RAW- in iAwards   
    @-RAW- Can you include the ability to remove awards from the from end, for example some awards can be automated to remove awards but some that we are doing cannot but they need to be removed in the same way (tiered format) - a certain group as the ability to add but do not have the ability to remove (no ACP access).
    @-RAW- Can you include the ability to remove awards from the from end, for example some awards can be automated to remove awards but some that we are doing cannot but they need to be removed in the same way (tiered format) - a certain group as the ability to add but do not have the ability to remove (no ACP access).
  21. Like
    craigf136 got a reaction from Morrigan in iAwards   
    @Morrigan many thanks, I really should proof read before posting, when I'm using the mobile.
  22. Like
    craigf136 reacted to -RAW- in iAwards   
    I will a new permission for this on next update, this way you all have the option to allow any group or just not alow at all.
  23. Like
    craigf136 got a reaction from OctoDev in iAwards   
    @Kevin Carwile @-RAW- I probably should post this in the rules app but as it's related to the iawards specific rules set, I think it's better suited here for others to comment upon also. 
    I was also mentioned to me by @Jimmy Gavekort
    Auto awarding is working great but if I set up a rule as follows, it will supply the member the award that was removed upon next action (i.e. they make a post).
    if member has 50 posts, check if they have medal 1, if not, supply medal 1
    If member has 100 posts, check if they have medal 2, if not supply medal 2, remove medal 1. Which is how it works just now, how does it know not supply medal 1 again though? As far as I can tell it doesn't and it will supply medal one upon the next action as they don't have the medal but rules thinks they should. 
    I think it needs an additional action condition to check if they have medal 2 and if yes not to supply medal 1. It's either that this functionality has been overlooked by myself and I can't find it, or it's missing and it will continue to occur until that additional check is added?
    @Kevin Carwile @-RAW- I probably should post this in the rules app but as it's related to the iawards specific rules set, I think it's better suited here for others to comment upon also. 
    I was also mentioned to me by @Jimmy Gavekort
    Auto awarding is working great but if I set up a rule as follows, it will supply the member the award that was removed upon next action (i.e. they make a post).
    if member has 50 posts, check if they have medal 1, if not, supply medal 1
    If member has 100 posts, check if they have medal 2, if not supply medal 2, remove medal 1. Which is how it works just now, how does it know not supply medal 1 again though? As far as I can tell it doesn't and it will supply medal one upon the next action as they don't have the medal but rules thinks they should. 
    I think it needs an additional action condition to check if they have medal 2 and if yes not to supply medal 1. It's either that this functionality has been overlooked by myself and I can't find it, or it's missing and it will continue to occur until that additional check is added?
    Double posts caused by cloudfront, seems IPS are having an issue with them at the moment.
  24. Like
    craigf136 reacted to Kevin Carwile in iAwards   
    It would check all member groups including secondary groups. The condition uses the IPS core $member->inGroup() method to check for groups, which itself uses all member groups.
  25. Like
    craigf136 reacted to EmpireKicking in iAwards   
    I'm still putting mine together http://forumpromotion.net/forum/viewtopic.php?f=107&t=137290
    getting ideas first. I still don't understand how rules work yet and gotta design the images to
×
×
  • Create New...