Thanks for the feedback! Sorry to hear you are extremely lost :) plugins are all updated as far as I know, themes here are virtually non existent (that is a bigger problem).
I will take a look at XF resource manager now, to be honest I didn't think we had that much of a selection of plugins...
Hello, please take a few minutes and read what I posted.
the post I linked you to tells you:
1) the templates you need to edit
2) and the tags you need to add
there is nothing more I can tell you, just try it.
Here is the initial release of the bootstrap 3 responsive theme framework. On its own its just default bootstrap, but its an excellent base to build your own custom child theme.
This should be considered a "beta" release as testing has been minimal due to time constraints. If you spot any...
That will probably never make a core feature as the audience is way to small ( so far only you :) ). A feature that targets only 1 country is something you would need to develop yourself or hire a coder to help you.
I had some time to look at the template in parabola, and minlength is already in use with jquery validation.
this is what you are after with the 1 new rule added:
// validate signup form on keyup and submit
$("#signupForm").validate({
rules: {
u: "required"...
hmm I dont see why PHP is needed here at all, if you use jquery validation, simply add minlength="25" to your textarea
<textarea class="required" minlength="25" name="description">
that should work.
nope, all my time has been consumed day to day support and development of new core features. This feature while nice, is still just an extension and as such is the lowest item on the priority list.
follow steps above, canonical tag was not added and we are not actively working on it as duplicate content does not appear to be a problem once a couple basics are put in place.
Alright we have this plugin in the hands of a couple loyal users and we will work together to make it rock solid.
The final release will be posted sometime early 2014 and will be likely be a part of our "premium plugins" suite.
No other beta testers are needed at this time.
I have it running on one of my lists, if you would like to help test I can send it over for you. BUT keep in mind it is a beta release and not all features have been implemented.
yes several plugins were included by default in the past
admin -> plugins Check for updates should show you the out of date ones, delete them and re-install.
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ATWBoss'@'72.167.131.40' (using password: YES) in /home/content/s/w/a/swafed/html/other_sites/addictedtowrestling/topsites/sources/sql/mysql.php on line 32
means your mysql credentials are wrong.
Just restore your settings_sql.php from the backup you took before starting the upgrade.
You should also use the upgrade bundle rather than the fresh install bundle, it prevents these types of accidents :)
lastly, you can manually populate settings_sql.php with your database info
<?php...