http://tikiwiki.org/Promo+Sheet -> file plugin doesn't work, unless I don't know how to use
marclaporte: there's a nice doc page on it
;>)
pluginfile is the page
>doctwo PluginFile
http://doc.tikiwiki.org/PluginFile
but i think it's redundant
:)
pluginattach does the same thing but better
except that it needs a tiny fix
which i've posted here: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2475
because i don't know how to commit
i can patch it and commit, just a note: we use xhtml, so it must produce
, not
excellent, thank you!
and thanks for tip on xhtml
ricks99: tks
more on its way....
ack!!!!!
i just lost my comment!
is this a 3.0 feature?
wtf!
huh?
conflict?
i was in the midst of posting a *comment*....
got notification that you were editing the page...
selected to ignore and continue with my comment...
page refreshed and comment was lost :(
tikiwiki: 03luciash * r18559 10/branches/3.0/lib/wiki-plugins/wikiplugin_attach.php: [FIX] attach wikiplugin: "applied" http://dev.tikiwiki.org/patch2475 (thanks to lindon)
yay! thanks again luci :>)
lindon_: just one glitch... in the commit message i used patch2475 but too late i realized the rewrite rule on the server doesn't have this like for bug or item ;)
will have to ask amette ;)
okay
really appreciate it
going to the movies...bye!
marclaporte, Are you in Ottawa for the TikiFest? I'm going to try my darnedest to show up at the Code Factory. I really really look forward to meeting some of the Tikieans
yes
I am going to Ottawa early tomorrow morning
I look forward to meeting you
Very cool. I've got to worry about Daycare pick up times. I'll try and recycle back downtown after the supper hour, then as much of the weekend as the family will let me get away with. ;)
New Forum Posts: What does "Show in popup box" in Calendar admin do? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=32915
Hi everybody
hi luciash
I saw your name in few of the TPL files.. have you devoloped those files ??
New Forum Posts: Import from other applications - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=32918
hi
question: with tiki 3.0 svn from a couple of days ago i get a strange screen when deleting a forum topic / post
it just says as a 'title' press here to delete and then on the button the same ..
I would've expected it to show the actual post / theme title
i was wondering if that was only on the german translation
LordVan, so you click the 'X', and then the page displays something like "click here to confirm your action" (this is English version) ?
hmm i gotta check out german it seems odd ot me
Anyway, that's how it is in english to delete a post. On the confirm page, there's no post title, just the simple statement.
ok
i was just thinking post title would be nice to make sure one got correct item to del
yeah, that makes sense.
i wonder how much work that would be - prolly not a lot
right, but at this stage of tiki 3, it's probably too late.
could go into trunk and either be in tiki 4 or else in a tiki 3.1 or so.
chibaguy, well as i said i duno .. it depends if at that stage it only got the post id or got more info and it woudl just be like 1 line to display the title ;)
yes, but the philosophy right now is only essential fixes for tiki 3.
yeah i understand that of coruse ;)
To remove a wiki page, you get a message like "Remove page: Sample_page". So the same could/should be done for posts, etc.
would be a little nicer/safer.
yes
definitely ;)
Do you want to add it as a feature request at dev.tikiwiki.org ?
might as well yeah
brb
hi chibaguy
hi luciash
thanks for the strasa blog fix
np, reindenting helped and then i used web developer's validate local HTML function and search function of Eclipse to count "
3.0 went very smoothly
hmmmm - tricky balance - a dozen or so silly redirecting files or 100s of support questions...
I'd go with one url with the faq, for those questions.
again, i always tilt in favor of end-user usability
we could remove them in 3.x when the installer is more clever?
depends on how clever the installer can be, probably.
nobody reads readmes & FAQs - i'm shifting towards stub files
+1
ouch
(now rick just needs to convert chibaguy) :)
not gonna happen ;-)
then we can pin him down till he caves in ;) :P
will direct all forum posts to chibaguy :)
ok, my copy-paste response will be ready. ;-)
it could certainly say "your installation has these obsolete files from a previous version: shall i delete them for you? (customisations will be permanently lost etc etc)"
im just saying... studies show that the *user* is *always* the weak-point. anything we can do to avoid necessitating their interaction is a plus (imho)
that'd be great, jonnyb.
well, then tiki has way too many points of interaction already. :-)
100% agree
new video camera has a "simple - normal" toggle for the menus.
big clunky switch next to the display
apparently what tiki should have on the install screen, eh?
simple edit screen has one crayon icon.
;-)
simple edit screen = wysiwyg (that works)
well, we can post this on the dev list and see what the consensus is.
I think people who install with ftp or on their own servers will be ok, as they have the tools. But upgrading with cpanel will be bad if people have no clue how to fix things after upgrading.
It'd be up to the hosting company support staff, and I don't know if there's a systematic way to inform these people or expect them to do it.
tikiwiki: 03sylvieg * r18563 10/branches/3.0/lib/smarty_tiki/resource.wiki.php: [FIX]tracker: tiki_p_use_as_template is not really useful as each field is tested individually
Hi everyone. Tikifest Ottawa is "starting up"...
Woo! Happy Festing all!
tikiwiki: 03sylvieg * r18564 10/branches/3.0/lib/ (smarty_tiki/resource.wiki.php tikilib.php): [FIX]tracker: do not show the edit header/plugin icon for a pretty tracker
tikiwiki: 03jonnybradley * r18565 10/branches/3.0/lib/tikilib.php: [FIX] Don't show unnecessary section edit button if hdr 1 is top of the page (and there is no section 0) [wish 2484]
tikiwiki: 03sylvieg * r18566 10/branches/3.0/tiki-print.php: [FIX]print: no plugin edit icon when printing
thx jonnyb - I just noticed this one...
good thing svn didn't let me overwrite your one - the email hadn't arrived ;)
polom
nkoth3: : all set?
nkoth3: : did you review new release scripts?
:D
Hi all - was trying to add
content
to a wikipage using: {DIV(type=>myclass)}content{DIV}. Doesn't work though... is there syntax to do what I want? Or should I just use HTML?
no, not reviewed yet
marclaporte^
@patlaj: use {DIV(class=>"myclass")}....
jonnyb: : welcome back! How was the trip?
but of course! :) Thanks @ricks99
patlaj, I think you need {DIV(class=>myclass)}content{DIV}
ah, sorry, wasn't paying attention. thx ricks99
hi marclaporte - mallorca was lovely, nice and restful
thx
tikiwiki: 03sylvieg * r18567 10/branches/3.0/lang/fr/language.php: [FIX]fr: better to see vendredi 8 mai than vendredi 08 mai
does anyone know the purpose of the page DefaultFeatureSet? or if it should be indexed by the wiki?
Kimberlee, where did that page come from?
well I have been having this weird problem with my "I forgot my password" functionality.
only in 1 of my sites
I thought it might be a problem with the password_reminder.tpl file
What is the weird problem?
because I noticed that instead of saying "Login as..."
it says "Login as&"
What Tiki version is the site running?
so I searched Google on login as& and found this website and the page was called DefaultFeatureSet
all of my versions are 2.2
hi thunder_dex
hi
so I checked and my site had the same file, but all of my other sites do not
test, test, I am here, carry on :D
hmm
Is your site oops-again, or is that the other one with that file?
the one with the file
thats the one i found when searching on "login as&"
and you have a page called DefaultFeatureSet at your site too?
do u see the login mod in the corner of the oops-again site? Thats the same problem I have
yes, although I renamed it
thats why i was asking what it was ;o
tikiwiki: 03jonnybradley * r18568 10/trunk/lib/smarty_tiki/function.icon.php:
tikiwiki: [FIX] Smarty icon plugin now theme "option" aware
tikiwiki: I.E. will use images in styles/my_style/options/my_option/pics/icons/ etc for folders etc
you didn't create the page?
tikiwiki: 03jonnybradley * r18569 10/trunk/tiki-webmail_ajax.php: [FIX] check to prevent JS error
no i didn't
hmm
although there is 1 other person with rights, hes not smart enough to do anything
do you have any modules that display ads, or other outside javascript being used?
yes
They're working ok?
yes
and the site is working normally as far as you can tell, apart from what you mentioned?
the only thing that is not working is the "forgot password" template is truncated
more specifically, the email that it sends is truncated and doesn't send a link or plain text
Yes, flawlessly
It was my first tikiwiki site, so who knows I probably did something stupid early on
well, I don't know of anything the site admin can do to cause those problems.
thank gawd! Can I get that in writing ;)
heh, just print this conversation, I guess.
I am certain that I did not touch the password_reminder.tpl file until this problem was reported to me by users
I assume your site is set to use english (not british english).
Is anyone working on http://profiles.tikiwiki.org/Profiles_in_30_installer ?
nkoth3_, I was working on copy for the Personal_Blog_and_Profile wiki pages, but didn't change anything at profiles.tw.o yet.
Kimberlee, I see "Login as&" in 145 google results (including at same sites) - including quite a few tiki installations.
tikiwiki: 03sylvieg * r18570 10/branches/3.0/lib/sheet/grid.php: [FIX]sheet: \n bugs javascript
I saw that before .... how to do not to have the background of fck editor iframe as the background of the body
Kimberlee, it looks like you are seeing the & in the code for elipsis - … - rather than the elipsis itself ( . . . ).
I don't know why the code would show instead of the characters that it means.
re
tikiwiki: 03sampaioprimo * r18571 10/branches/3.0/styles/tikinewt.css: [FIX] tabs displaying properly in all admin pages when using tikinewt theme
anyone got WARNING: Plugin disabled TR!_HOMEPAGE_CONTENT_ recently?
in tiki 3 rc
tikiwiki: 03sampaioprimo * r18572 10/branches/2.0/db/tiki_1.9to2.0.sql: [FIX] assign permissions tiki_p_list_file_galleries and tiki_p_list_image_galleries for groups that have tiki_p_view_file_gallery and tiki_p_view_image_gallery respectively
should I commit the same fix on tiki_1.9to2.0.sql from branch 2.0 to branch 3.0?
im asking because im not sure if the idea is to commit changes in two different branches or if there is some special merge procedure for that
i don't think there is any auto-merge from 2 to 3 anymore
ok, i know why the TR not enabled happens for me - translate plugin is turned off for me...
must be some profile that I installed or something
on admin: general, exactly what does the "Fields display order" do?
how does this work in conjunction with my defined date formats?
nkoth3: thanks, so im going to commit the change to branch 3.0
Hello! :)
Hello ohertel!
hi, i am in the tiki-blig_post.php
*blog_post
and I see the buttons Wiki Help and Plugin Help at the bottom
but they do nothing. I suppose I could comment them out since the help is now available in the floating Help thing, right?
+1 nkoth3
I think I will simply remove it. the buttons don't work anyway
no point leaving commented stuff there...
yeh
unless someone intends to make them work in future?
no it will be the help at the top right in the future
k
I was thinking more like this button also triggering the help at top right
but nm.
tikiwiki: 03nkoth * r18573 10/branches/3.0/templates/tiki-blog_post.tpl: [FIX] Remove unnecessary and broken wiki help buttons (duplicates floating help)
getting mysql errors on tw.o when using search :(
me too.
is tw.o on the latest?
yup. updated yesterday.
did perms change, too? i cannot search as anonymous
polom
ricks99: no perm change, upgraded to 3.0 last week and sylvie did tw.o up yesterday. So all *should* be well. ^^
nope. cannot search as anon\
hm.. yet Anon group *does* have tiki_p_search
does anon also need "search_categorized"?
which is worse: not being able to use search? or using search but getting db errors? ;-)
probably.
no idea. .P
I updated Anon group on tw.o - no includes p_search_categorized.
working now
well.. getting the db error... but no longer "perm denied"
tikiwiki: 03sylvieg * r18574 10/branches/3.0/tiki-list_file_gallery.php: [FIX]fgal: some perms errors messages
the search bug on tw.org is a strange Can't find FULLTEXT index matching the column list
ah . I get it
:), btw, any reason why search is not turned on or activated for everyone on info?
i was thinking of turning it on...
ohertel left ... somebody knows if there is a phpmyadmin on tw.org?
hmm. the menu squishes due to lack of space on info.tw.o if search is on for anoymous. maybe that's why
search on tw.org does not bugged anymore
cool. thanks sylvieg: what was the fix?
drop index ft on tiki_pages;drop index description on tiki_pages;create fulltext index ft on tiki_pages (pageName,description,data);
I have no idea why the fulltext index was split into 2 parts...
as far as I can tell, it was already pageName,description,data in previous versions right?
Also, I am looking at http://dev.tikiwiki.org/Release30process#Todo_3, are there bug numbers for some of the items there? I am having trouble understanding the bugs
in old version there was no description
if people did not put their name close to the bugs ... no idea...
tikiwiki: 03marclaporte * r18575 10/branches/3.0/templates/tiki-editpage.tpl: [FIX] Remove reference to source page in template as it's alwys blank. Applogies to translators.
Hi every one
tikiwiki: 03sylvieg * r18576 10/branches/3.0/lang/fr/language.php: [FIX]: no mail message ending with : must be translated into : because it wil be excaped
I have a doubt about the email notifications, it is not working for me and I'm looking some advise to find out why this is happening and how to fix it
!help
You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot .
alguien?
anyone?
check if the mail has been sent in your mail log or in tw log if release >3 or 3)
I'm using v2.4
fulano2040: do you receive other email other than notifications?
No, that is the only thing that I'm using the email for
There are any special requirements to use this features? I have seen some post saying that some people had the same problem but there wasn't any solution
tikiwiki: 03sylvieg * r18577 10/branches/3.0/lang/fr/language.php: oops
Should I upgrade to version 3? is stable enough to use it in a production environment ?
check also your spam box + sometimes your system need in admin-> geenral the option mail must end with CR or CRLF
I haven't tried the mails end with CR or CRLF
Nothing is in the spam box
I have 2 accounts where the mails its suppose to be sent but I got nothing on any
so try to switvh between CR and CRLF
is it your server or a hosting?
its my server
is it a linux?
yes it is
did you try on a command line: mail you@site.com
to see if your mailer is well set
no I didn't
let me try it
Its not woking
What should I set up to make this feature work?
you need to read the manual
the wiki tiki manual?
I read the documentation in the web but I didn't found anything
if the command line does not work - for sure tikiwiki will not work - try a moer system oriented irc perhaps
ok thanks a lot I'll for your help
I'll set up the email agent first to see if it works there
New Forum Posts: Title Header Missing After Upgrade To 3.0RC1 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=32940
Any TikiFesters still at the CodeFactory? I'd like to show tonight, but might not get there until 8:30 or later. Is it worth it or do I try for tomorrow?