quick ? what does it mean to save and backlist items (comes up in trackers) as opposed to simply save thanx
ibrrorg: hi
howdy
ibrrorg: it means you save the item and it brings you back to the list of all items
my son will be born in the next 24-48hrs
w00t ! congrats already ! :)
thanx! so, what's the deal on the save and save backlist
is it some kinda coders importance thing? re: ?@19:19
nope, just preference, someone wants to stay on the item and view how it looks after saving and someone just wants to go back to the list of all items to have an overview and edit/add another one quickly
when you try that, doesn't it behave like that ?
ah, back-to-list eh?
never tried it---not as brave as ya'll! :)
excitement in my life is espresso vs. coffee! ha ha
:D
trying to get some interest over on SMF (my forum) for a Bridge between Tiki and SMF; they have one for MW. if it happens is there a place i should post the code?
ibrrorg: did your mate bring some exciting news from MTL TikiFest ?
yeah and no. we found out to always wait for vX.1,2,etc so we will wait for 5.x and the maps i sent a mail to marc laporte but don't know if he got it or not. can't use mapserver
so i will start to fund some massive coding for the google platforms
sure, you can start a wiki page at dev site about it
i think it is good idea to go with the google maps
the old mapserver seemed to me too outdated
i like it much better, but just didn't know where/how to start---totally agree!
i just walk a REAL fine line with the google API as u know
then we can give commit access to your coder or you can attach the code somewhere there
it's more of an open source deal; didn't hire them ill dig the link in a sec
np, i am on something anyway to lurk into it more than here :)
http://www.simplemachines.org/community/index.php?topic=369609.0
have a good one and if u ever get bored and wanna talk google earth there's a pot 'o gold at the end of the code line! ha ha :)
:)
sylvieg: do you know if the "Only one item per user or IP" is not yet supported in Profiles Tracker Handler ?
as noted here → http://profiles.tikiwiki.org/tiki-index.php?page=User_Trackers
well, i have now done a complete reinstall of TW 4.2 to try to correct my issues with pages not acting correctly and menus not acting correctly
and, reinstalling themes...site is http://www.cytopathnet.org
the milkyway theme menu not working properly
i could sure use some suggestions how else to troubleshoot this
jcyrisse, what exactle is not working?
well, editing pages seems a bit buggie...with not being able to move between tabs...or no editor pop up
in milky way, the menus dont show up...no drop down as in the strasa theme
and some rss feeds just stopped working
what menus?
on both
top menus
oh i see, strasa is ok
not the left hand
hmm, sorry I 'm not really into milkyway
it looks better on your sit ethough
yes...at least for that...it is less buggie
polom
polom chibaguy, you know anything about milkyway in 4.2? jcyrisse has some issues...
is ok
yes :)
i think so too
I think it's a javascript problem. Probably javascript minify (which is more or less broken) is turned on.
javascript minify? ok...that in admin area?
jcyrisse: you could go to the "performance" icon on the main admin page, and turn off "minify javascript" if it's turned on.
ok...brb
yep, it's the hourglass icon.
tiki-admin.php?page=performance
hi nkoth
so turn off both of those options?
yes
bingo!
actually "Minify javascript" was causing the problem. "minify CSS" may be safe to leave on, but not "Minify CSS into a single file".
it seemed like it was whenever it was a javascript item
ok...now will test some other things...thanks a ton!!
Of course you can experiment now that you know what to turn on and off.
sure, np.
yup...ty
ok...now another question
lol
i notice also that my last visits etc since i upgraded to v 4.1 dont ever change when i log out
I recall seeing something about that, but don't remember the details.
and a couple of my RSS feeds that were plugins on front page are gone...just stopped working
Anyway, you should upgrade to 4.2 for security and bug-fix reasons. Maybe the problem has been solved.
i did upgrade to 4.2
just saying since 4.1 hasnt been working right
oh, I see.
well, 5.0 will be out pretty soon.... ;-)
oh...goodie.... :)
but probably it'd be good to wait until 5.1, for your site.
let the bugs get shaken out a bit.
okies
hello, I need help with anoymous users not being able to see the tiki-view_forum_thread.php; permissions are the same as an loder 3.5 install but don't work with 4.2.
Specifically, this messes up the last forum post module.
matoc: try setting the perms again (not sure exaclty what might be the issue but perms did change between 3.x and 4.x
I've got tiki_p_forum_read set for the Anonymous group, should they have anything else. Also, I should say that I've given registered uses every forum permission there is including admin, and they can't see it either. The only user where it works is with the admin.
I've tripple checked all the perms againsts my working 3.5 install, so I don't think that it.
I'll reset everything here regardless.
what do you mean "messes up the last forum post module?"
is tiki-view_forum_thread.php working?
the module shows up ok, but none of the forum posts show up.
is the forum categorized
ttiki-view_forum_thread.php only works when I'm logged in as admin.
I'm not sure about the catagory option, I don't see it anywhere. I've just created two basic forums. Annonymous users can list the forums and read post, but tiki-view_forum_thread.php gives me an error saying I need to be logged in.
hmm, it works on my 4.1
oh, you have set specific forum perms?
I don't think so.... let me check.
nope, just the global ones.
well, i can't reproduce the problem...
is it just that thread or all threads?
ok, I've been going down the wrong path. tiki-view_forum_thread.php works. My problem is just with the last furom post module. I've spent to much time on this and I'm making silly mistakes.
so to restate the problem: nothing shows up in the last forum post module unless I'm the admin user.
matoc: that's true let me check
I think it has to do with the link to the actual forum post from the module. Loged in as the admin user, copied the link from the module, log out and past it in the browser I get "must be logged in" error. But as anonymous I can view the post, it has a different link.
this is what led me to think that tiki-view_forum_thread.php wasn't workin.
the forumId is missing from the url,
it says forumId= instead of forumId=1
for me as admin out of the module I get: http://10.10.10.41/tiki-view_forum_thread.php?forumId=&comments_parentId=1
going the long way I get: http://10.10.10.41/tiki-view_forum_thread.php?comments_parentId=1&topics_sort_mode=lastPost_desc&forumId=1
yeah, whatever there is a bug here
as the admin user, they both go to the same place.
matoc: well, are you able to file a bug so that someone can do a proper fix? I have a quick fix but it basically renders the permissions checking useless for the listing of items in this module
then again
I can file the bug report. a quick fix would be nice to have though.
if i want to insert some javascript in order to add a shared feed from my google reader, how do i do that? i tried the javascript plugin, and inserting the code i get from google, but nothing displays?
matoc: can you start filing the bug?
I am trying to make a svn diff of the quick fix
yup. It seems I have to register first!
ddo you also get the link as ": title"?
with a preceding :
http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=3076
nkoth: yes. I though that was odd too.
matoc: thanks, hang on
Recent Bug: Tracker item: #3076 - - last forum post module does not display posts - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3076
I figured it out....need to use HTML plugin instead :)
matoc: check the bug (I updated it)
thats awsome. thanks for your help!
nn all
Hello
I've been making a site as a demo and the people i've made it for green lighted it for production on a different server. How can I move the whole tiki from one server to another? I've searched and it gave me some instructions but I'm a very novice sql user and I'm not sure where to type int he command at.
hi all. Is there a TW native, easy way to make a module content scroll? I'm making a RSS feeds block, but to keep size of module down without cutting down on the number of feeds i'd like it to auto-scroll...possible?
Hello @all
Tried to restrict categorization of an object/page to the creator but can't find a only_creator_can_categorize permission... Also I enabled a group for each user I do not manage to hook this group to thecreatet page. Any hints
New Forum Posts: Explosion of bandwidth traffic consumption after upgrade to Tiki 3.3 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36631
Recent Bug: Tracker item: #3077 - - Disallow tiki-tell_a_friend.php in robots.txt - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3077
New Forum Posts: De-parse 'blob' - data from tiki_pages table. - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=36632
hi all :-)
Q: in 3.5, is there a way to mass-change tracker status? How can i change multiple trackers from OPEN to CLOSED in a single action?
polom-poloms
hi jonnyb
hi ricks99
I surely have as much joy as frustration with tiki; the upgrade from 2.4 to 3.5 was quick, easy, seamless .... required only theme adjustments
Show/Hide side menus no longer "sticks" for me though, in older version of ffox.
also true in v4 installation
the popup of a calendar event has just a class opaque .. that is also used in fgal - can I add a class
I need to be larger than the hard coded 200px
tikiwiki: 03sylvieg * r26061 10/branches/5.x/templates/tiki-calendar_box.tpl: [MOD]cal: add a class for the box to be able to overwrite the hard coded 200px
hi yohomer - yes, i fixed that for 5.x yesterday... it's been broken for ages - maybe you can get someone to backport it to 4... (and 3?)
bbl
lo all
is there any documentation on the developer wiki concerning the topic sql injection and a guideline what to do when putting the results from a form into a table?
Background: I am currently updateing / rewriting a feature for tikiwiki to manage a clubs members/accounting
polom
IonLeBlanc: I dom not think we have a page - you need to cast or filter the param
thx, sylvieg, that answers my question
It might be useful to create a special object/class for that so it can be used on other occasions as well
IonLeBlanc: perhaps the best is to send a message on the devel list
hehe, I am already working on a concept for that
though I don't know if I manage to finish it today
depends on what my apprentice needs from me
tikiwiki: 03sept_7 * r26062 10/third_party/phpcas/ (7 files in 4 dirs): [UPDATE] Updating PHPCas to 1.1.0RC7
New Forum Posts: look&feel shadow layer options - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36640
Hi, i am looking for a wiki for our project group. We have a few dozens of people, and we are playing an online game. What we need, is a dynamicly built internet archve of information that we gather in the game.
Now, both mediawiki and dokuwiki failed to suffice, because neither fo them has a sophisticated enough permissions system.
Is tikiwiki better in that aspect?
http://doc.tikiwiki.org/Permissions
tikiwiki: 03nkoth * r26063 10/branches/5.x/ (templates/tiki-upload_file.tpl tiki-upload_file.php): [FIX] Better fix than r26059 (i.e. use jq tag but use tiki_full.tpl instead of tiki-print.tpl). It is more consistent with the other filegal manager screens anyway
can i assign object to several categories?
@Weisser: y. objects can belong to multiple categories. See docs for details http://doc.tikiwiki.org/Category
thank you guys, i think i will give tikiwiki a try
it seems the correcxt wiki software for our group
be sure to check out the beginner's guide: http://twbasics.keycontent.org
:D
Info: Keep up with Tiki code changes! - http://info.tikiwiki.org/article87-Keep-up-with-Tiki-code-changes
New Forum Posts: Keep up with Tiki code changes! - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=36641
polom
polom2
polom3
is there a way to add "attachments" to a calendar item event?
no
;(
guess i could upload to file gallery and link {FILE}
actually, that wold work fine
changi: If you have time, it would be good to move themes.tikiwiki.org to branches/5.x on the new server
hey
changi: it is currently not updated via SVN (not good)
if tikiwiki works for us
i will come on this channel and say i love you
every week
hahahahahahah
for as long as i am using it
guys :D
and girls
we love you too!
if there are any
yay ^^
share the love
Weisser: what type of project?
a team gathering sensitive data as a part of onlite communit based game
we are ministyr of foreign affairs, and we need a sophisticated permissions system
hehe, that reminds me of old planetarion time
lol
was that some game like that? :>
one big part of my alliances success was their combination of being organized and collecting intel
changi: according to http://dev.tikiwiki.org/Tiki5, we should move themes to 5.x already. But since it's not on SVN, it's not trivial. Since we need to move to community server sooner or later, we may as well do all at once.
IonLeBlanc, yeah well if we manage to collect infromation on most important players, poliical parties, irc channel and informal groups
then we will pretty much will become the virtual version of jew masonry
:D
changi & mose: this would be great also to use mods to upgrade themes. Gary moved some themes to core but some, for licensing reasons, will always stay in mods. We need an easy way to update. mods is the answer :-)
mlaporte: i need help to move themes.tikiwiki.org on the new server
ok, what is needed?
mlaporte: look themes1.tikiwiki.org you will see my problem
header already sent
yes
ok, can you do a switch to branches/5.x ?
i'll do that in 3 hours
http://www.geeklog.net/faqman/index.php?op=view&t=38 might be helpful
because i need to get data back from the master server
cool
i'll get data back from the old server this evening
and then switch the dns
so please don't touch themes.tikiwiki.org
thx
ok!
I need to switch back from the wysiwyg editor to wiki editor because of some rather serious issues with the wysiwyg not really working properly which i have no idea how i missed for so long
you can also lock old site if you want
is there a way to mass-convert all existing pages from HTML to wikisyntax?
Kerin: It's very very difficult to do
mlaporte: if there's no tool i'll just export the table and find/replace on it
how many pages do you have?
let's guesstimate 40 or so
yeah it's my fault for trying it
mlaporte, i exported the table as a sql statement
Tiki5 will have CK Editor3 so perhaps it will be better
ok, you are ok then
now i'm using find and replace to swap
with \n, and as __, etc
tikiwiki: 03jonnybradley * r26064 10/branches/proposals/3.x/tiki-tc.php:
tikiwiki: [bp/r24576] [FIX] If theme control finds more than one theme to apply set by an object's categories then ignore them all.
tikiwiki: [bp/r24593] [FIX] Theme control: don't count categories with no theme (properly)
no big deal :)
better keep a backup in case something goes wrong
already backed the DB up
i'm not an idiot, i just play one on IRC.
;]
New Forum Posts: Search Bar in Articles section - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36643
hehe
do we have a way to test if cookie is enabled - the $smarty.cookies.PHPSESSID does not work as it can be the page the cookie is set
doesn't the javascript detect use a cookie?
yes I suppose we have js thing to check that..
a grep on cookie on tw is very productive :-(
maybe worth looking in jquery.cookie.js too
ths jonnyb I will have a look
in fact the problem is more complex - as the user can individually allow a cookie - I have to check the vote check with 2 steps...
tikiwiki: 03sylvieg * r26065 10/branches/5.x/lib/smarty_tiki/prefilter.tr.php: [bp/ r 26033][FIX]release: blind commit
tks sylvieg
New Forum Posts: Themes are not applied correctly - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=36645
tikiwiki: 03sylvieg * r26066 10/branches/5.x/ (lib/setup/polls.php templates/tiki-poll.tpl): [FIX]poll: if the first page displaed is a poll page, the cookies are not set yet. Cookies set must be checked only at the second page
how large is tikiwiki in mb's ?
and what can i remove to make it smaller
i have a free hosting and uploading script takes hours
look in lang/
can also remove changelog.txt
tikiwiki: 03sylvieg * r26067 10/branches/5.x/ (lib/wiki-plugins/wikiplugin_poll.php templates/tiki-poll.tpl): [MOD]polls: option to show title
Tried to restrict categorization of an object/page to the creator but can't find a only_creator_can_categorize permission... Also I enabled a group for each user I do not manage to hook this group to the createt page. Any hints?
Hello asked that befor but did not solve it.
@luciash are you around?
Hello. PluginSORT: how can I [tiki-contact.php|Contact us] let it display @ correct position?
SORT seems to sort the "["...
tikiwiki: 03changi67 * r26068 10/branches/5.x/tiki-index_p.php: [FIX] typo
can i have the PluginSort followthe hirarchy of an ordered list (eg. sort headings and then under each heading sort the *-bullets?
jonnyb: thanks for the sticky hide side fix :)
it was fiddly - probably why everyone was avoiding it for so long ;)
does one know if the browserside cooky is the only on or does tiki store client info?
does one know if the browserside cooky is the only saved info or does tiki store additional client info somewhere? (beside IP when editing)
tikiwiki: 03changi67 * r26069 10/branches/5.x/installer/tiki-installer.php: [MOD] remove ?> to avoid -- header already sent -- and Zend Recommendation
tikiwiki: 03sylvieg * r26070 10/trunk/ (26 files in 9 dirs): [MRG] Automatic merge, branches/5.x 26035 to 26069
jonnyb: it was one of the strong featurs which swayed me in favor of tiki during early v2
I like parking some rarely used, or only once per session, modules "over there" hidden
tikiwiki: 03pkdille * r26071 10/branches/5.x/lang/ (87 files in 78 dirs):
tikiwiki: [MOD] languages: some cleanup in translation files. Remove some too much SUMO
tikiwiki: specific strings. Remove the language files with absolutely no translated
tikiwiki: strings. Remove the empty folders in /lang. Affect the correct svn properties to
tikiwiki: the php files. Add some missing index.php files. Remove some strange and
tikiwiki: unmaintained files (untranslated.php, Changelog).
hello...
I'm having some trouble with the Full Screen Edit button on the wiki editor toolbar
Using Internet Explorer 8, and 7, actually
It just doesn't work, does nothing.
I've also noticed that when using the Attach Picture icon on the editor tool bar, the drop down selection boxes for some of the fields do not display anything
They drop down, but are empty
I'm using Tiki 4.1
Same thing works fine in Chrome and Firefox
Anyone else seen this?
hi socket_77 - yes, that sounds feasible - can you update to 4.2? (although i don't recall any fixes for IE, it might be better)
Oh, I didn't realize 4.2 was out
I will check it out, thanks
Hmm, can't seem to find any release notes for the 4.2 changes
nevermind
found them