I haven't done a plugin, but I have altered a theme with a facebook like button.
it takes a little more than expected as fb like require HTML+RDF 1.0 rather than xhtml (and I like my stuff to validate :) )
check it out: http://www.mageiausers.org
do you guys reckon could update the version number in conf/config.php in your upgrade process?
something like: sed -i ’s/2\.0\.15/2\.0\.16/g’ conf/config.php
*note: I am not an expert in sed :) *
I've been editing and updating my version in config…
Smarty security = on
Instead of using smarty template (default.master.tpl) use plain old php file (default.master.php) copy one from the existing views into your theme folder
fixed by doing this:
$this->Menu->Items["Discussions"][0]["Attributes"]="";
$this->Menu->Items["Conversations"][0]["Attributes"]="";
not very elegant though :(
well that helped writing some code in my templates .. thanks.
I still haven't figured out how to get any stuff out of {asset name='Head'}
I'd like to be able to use the title elsewhere
perfect !!! all working
@Todd thanks
You are correct in assuming I have no rewrite rules, therefore my urls are not "pretty" :) I hadn't got to that bit yet .. but am planning to implement this
edit: OH look at what I just found
$Configuration['G…
bam! it works ! thanks
now I wonder about twitter, openid, and google :)
oh and I definitely have apache2_mod_rewrite enabled (if that's what you were referring to)
@Tim
Seems this is an issues?
I have a completely fresh install (done today) and I cannot use any other method of logging in, simply doesn't work :(
any fix released yet?
does not work for me.
* Provider is required.
* UniqueID is required.
* The connection data has not been verified.
I get the FB log in bit, the asking for a unique username to use on the site, then this
nevermind .. I figured out question 1 also.
The admin I set up for vanilla (TerminalAddict) and the admin I set up for wordpress (TerminalAddict) were clashing .. I renamed the one to "van-admin" . .and now everything works ...
Now to start fiddli…
I fixed the "administer" portion of my question by manual sql inserts on GDN_User and GDN_UserRole.
I copied the settings from the original admin user setup with vanilla.