Search results

  1. armaclans

    Creating pages inside a plugin

    Is it possible to create a page inside a plugin? How would I go about doing that?
  2. armaclans

    Creating a homepage that doesn't have rankings

    I have a plugin that I am writing to go with my theme. I want to override the index so that {$content} is not rankings but instead a file that I created in the plugins folder $TMPL['content'] = $this->do_plugin_skin('./plugins/ClanlistThemePlugin','homepage'); I started playing with adding an...
  3. armaclans

    1.4 changelog

    Is there going to be a changelog sometime soon of the visiolist update 1.4?
  4. armaclans

    Lost password and Premium notifications

    To buy premium, a user is directed to paypal, once the transaction is complete, the admin "us" has a notifier in the admin panel of how many premium members need to be approved... Occasionally, users will pay for premium and we will get the paypal notification, but we do not get notified in the...
  5. armaclans

    If value is found in array.

    I have a custom join field with a tag {$acf_hoursop}. it is checkboxes This field has: internal values, mon tue wed thurs fri sat sun If I want to check if a value exists wouldn't the code be a simple if in array statement? if (in_array('mon', $TMPL['acf_hoursop'])) {...
  6. armaclans

    $TMPL tag with if statements

    I have a radial custom field that has internal values of "true" and "false" I cannot find any php tutorials for $TMPL tags, and I am trying to create a php code that says: if ($TMPL['$acf_recruiting'] == "true" ) { $TMPL['recruitingyes'] = '<div>New Code that says yes</div>'; } else {...
  7. armaclans

    Display Field along with some html

    I have a some curious questions here, Is it possible to have HTML activated when a custom field is active? For example: If there is a custom field, and the user puts something in that field and submits changes, when that field goes to show on the website on details page, could I have a <div>...
  8. armaclans

    WYSIQYG Editor for users

    I am thinking of adding a Wysiwyg HTML editor for my users.. Maybe making this more of a plugin so that anyone could do this.. Here is the link I am looking at https://github.com/jhollingworth/bootstrap-wysihtml5/ What are your guys opinions, is this something that could be done with a little...
  9. armaclans

    Searching on rankings site

    I want to create a search filter, I am making a site where there are going to be lots of gaming consoles, For example: Xbox One, Xbox 360, PS4, PC, etc. I would love for the user to be able to check xbox One, and then check another field like America, Euro etc.. Here is an example...
  10. armaclans

    Custom Search

    2 questions, is there a way to make a check-box/filter for the search... or like an Advanced search.. so people clan check a check-box and it will filter out stuff.. (another creative way possibly, the check box will just search for that parameter when checked) also when searching, is there a...
  11. armaclans

    Making some themes

    Alright everyone, we are going to start making some themes for visiolist!
  12. armaclans

    Other ways to cheating

    Is there a way to find if users are cheating on my VL
  13. armaclans

    ArmaClans

    After the site was themed after arma3.com Here are the results. (still working on sidebar. as the login only works sometimes...) User control panel: Premium users details page: Still adding information...
  14. armaclans

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    When I edit members I get this error around the banner URLS: Enter a valid banner. Leave it blank if you do not have one. Yet they have a perfect url
  15. armaclans

    Where can I find the {$edit_website_extra}

    I need to change a style/id in the code
  16. armaclans

    Only show for premium

    Is there a way to show certain things on the details page if the member is premium. So for example: for Premium members the "stats" table will show up, but for non premium members the "stats" table is hidden
  17. armaclans

    Best way to move my upgrade

    So here is the real site running on 0.9: http://armaclans.com/ Here is the new updated site running on 1.2 http://update.armaclans.com/ What is the best way I should move the update over. I have come up with 2 options Option 1: Move databases that hold all member information over to the...
  18. armaclans

    Version 1.2 (Multiple Categories Custom)

    Is it possible to have multiple categories for one member. In my case, the member would be a game community. So I would like to set up categories for "location" "gaming style" "most popular game played" And to go further.. Is it possible to have those categories show up as images/icons...
  19. armaclans

    Brute force

    Is there a way to unlock brute force for members..
  20. armaclans

    Just a little thank you

    I just wanted to say thank you to everyone for the great support! You guys have been an awesome help and I just cannot thank you enough. Keep it up!
Top