rsstest
- TikiWiki: Announcing the Tiki Web Host Affiliate Program http://t.co/ITndUY7xfo #tikiwiki ()
- TikiWiki: RT @wikisym: WikiSym + OpenSym 2013 Registration Open!: Registration for WikiSym + OpenSym 2013 is open now, please registe... http://t.co/… ()
- TikiWiki: Show your support - Nominate Tiki for Critics Choice CMS Awards http://t.co/1XvxhVx5oa #tikiwiki ()
- # MS office & office #365 888-352-9606## Support number ... ()
Forum: Tiki Wiki CMS Groupware Author: pogogames201 Posted: Thu, 31 Mar 2016 17:10:44 +0200 Last post: Thu, 31 Mar 2016 17:10:44 +0200- 1*877@*778@*8969 Escan Tech Support Number ()
Forum: Tiki Wiki CMS Groupware Author: Mack Posted: Tue, 29 Mar 2016 22:45:33 +0200 Last post: Tue, 29 Mar 2016 22:45:33 +0200- Tiki 14.2 has been released ()
Forum: Tiki Wiki CMS Groupware Author: gary_c Posted: Mon, 28 Mar 2016 09:42:30 +0200 Last post: Mon, 28 Mar 2016 09:42:30 +0200
- Need some help with DB collation woe ()
Hi, one of my Tiki 18.8 has stopped to search... After login in as Admin, I could see the whole error message. Much to my astonishment it wasIllegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' Die Abfrage war: SELECT DISTINCT c.`title` AS name, LEFT(c.`data`, 240) AS data, p.`hits` AS hits, c.`commentDate` AS lastModif, CONCAT(p.`pageName`,': ',c.`title`) AS pageName,outputType ,p.`pageName` AS id1,c.`threadId` AS id2, MATCH(c.`title`,c.`data`) AGAINST ('Kämpfer' IN BOOLEAN MODE) AS relevance FROM `tiki_comments` c, `tiki_pages` p left join `tiki_output` on `tiki_output`.`entityId` = p.`pageName` WHERE c.`objectType` = 'wiki page' AND p.`pageName`=c.`object` AND MATCH(c.`title`,c.`data`) AGAINST ('Kämpfer' IN BOOLEAN MODE) ORDER BY relevance desc, p.`hits` The built query was likely: SELECT DISTINCT c.`title` AS name, LEFT(c.`data`, 240) AS data, p.`hits` AS hits, c.`commentDate` AS lastModif, CONCAT(p.`pageName`,': ',c.`title`) AS pageName,outputType ,p.`pageName` AS id1,c.`threadId` AS id2, MATCH(c.`title`,c.`data`) AGAINST ('Kämpfer' IN BOOLEAN MODE) AS relevance FROM `tiki_comments` c, `tiki_pages` p left join `tiki_output` on `tiki_output`.`entityId` = p.`pageName` WHERE c.`objectType` = 'wiki page' AND p.`pageName`=c.`object` AND MATCH(c.`title`,c.`data`) AGAINST ('Kämpfer' IN BOOLEAN MODE) ORDER BY relevance desc, p.`hits`This particular Tiki has data from very old days, migrated lots of times. So far no problems with the DB. When looking deeper I found that for reasons unknown search was set to Lucene, which I do not recall ever activating. Deactivating it, and rebuilding the index (successful) did not help. I had the suspicion it could be related to PHP 7.3, so I downgraded that to 7.2, on which another Tiki 18.8 runs, including search. To no avail. A look at my backups showed me that a discrepancy between the defaultCREATE DATABASE IF NOT EXISTS `MYDB` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;and many tables likeCREATE TABLE `galaxia_activities` ( `activityId` int(14) NOT NULL, `name` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL, `normalized_name` varchar(80) COLLATE utf8_unicode_ci DEFAULT NULL, ...exist. And have existed for looong. So why is this causing problems now? And how can I rectify this? Thanks hman- Can't set checkbox to n on listexecute action? ()
Hi All, Sorry if this is not the right place to post this. I'm using a list execute to set checkbox values from y to n. I am using the attached code but it seems to be doing nothing? However, it returns a success as per the attached. Do you know what I'm doing wrong? Thanks- Lost System Menu missing from Anonymous Users ()
Hi Tiki People I have just begun using TIKI24LTS. My wiki is at https://wiki.fionasuniverse.com/HomePage I have somehow managed to remove the System Menu down the left hand side for anonymous users. All that is displayed is Home Search, & Wiki. I was hoping to display the System Menu to everyone down the left hand side. I’m not sure which setting I need to change to have the System Menu show for everyone. Can anyone help please?- Zotero citations in Tiki wiki ()
I am a complete novice with all this. I know nothing about coding or programming. I apologise in advance if these are silly questions. I think I am running TIKI24LTS. It was only installed last week. I asked the IT person to install the latest LTS so assume it is TIKI24LTS. How do I tell what version Tiki I have? I’m afraid I don’t know anything about the server it is running on. Where might I find that information? It is a shared server is all I know. The site is at wiki.fionasuniverse.com I’m trying to have Zotero generate a citation on the Tiki wiki page Rockville Rylstone I have spent a lot of time reading the documentation and watching videos and can’t work out how to get Zotero to work despite trying lots of variations in the menu options. I keep getting a 500 Error. In the Zotero Citation screen menu what exactly is the “Reference Key”? Is it the client key from Zotero when the API was created or is it something else? Is the “Reference Tag” the URi of the document? If I do manage to generate the Zotero citation where does it appear? Do I need to set the Footnote and/or Footnotearea somehow and if so how do I do that please? If I do what do I need to enter in footnote class and SameAs Style? Apologies again, if this is a silly question, but I am really keen to get Tiki setup so I can begin entering data. Thanking you in anticipation- Can Tiki do row level security? ()
Hi all, I've been searching for an answer all day and I've hit a roadblock. I'm wondering if someone can enlighten me on this: is there a way to limit what parts of a tracker (rows) a user sees depending on their group permissions or category permissions? So what I mean by that is, say we have 3 items in a tracker (let's call it TRACKER _X). It has one field for DEPARTMENT, and another field for BUDGET. Two items belong to DEPARTMENT "Finance". One item belongs to DEPARTMENT "Administration". Now lets assume I'm a "Finance" person who belongs in the group "Finance". I don't want to see "Administration" line items when I log in. I don't want to use TRACKER Filter to manually change what I see as I'm not supposed to see another department's data, so I want it to automatically show the relevant items depending on my DEPARTMENT only, when I log in... The only way I could think of doing something like this was to use two different pages and use PluginList to only pre-filter things relevant to me. Note I need edit and view access for only my / my group's line items, which I think I can do in the tracker permissions? Any guidance would be much appreciated 😊 Thank you!- question about contens ()
i have another problem... this example: i build three main pages one, two, three and from page two, i need a link to page four. Page four is not a main page but a under page. This link should not be in the main table of contents. This link is alway in my main contens. how can i do this? i hope this is to understand? Thanks for answer Uwe- No (free)tags in Tiki 25, files gallery ? ()
Hello, I'm experimenting media management in Tiki25 (master). The idea is to upload in batch mode folders of pictures (2022, 2021, etc.) and then use tags to allow easy search (Nature, Family, etc). I enabled the tags feature (freetags) and go to "edit property" once a picture is uploaded. No sign of tags insert field. Can't we set a tag on a file in Tiki ?- Cookie Consent ()
Hi, I use the Cookie Consent feature like this: 1) I have set up a new Google Analytics 4 Property 1.1) to use this it was necesscary to modify the plugin a little bit (see the attachment) - but this is not the point of this topic. Feel free to use the modified code, but there is still some work in the admin-panel to do (description). 2) When the user decide to accept the Analytics Stuff everthing is OK. 2.1)When the user decide to reject the Analytics Stuff, some content will not be displayed. For this I use the Plugin Cookieconsent. 2.2) Now the user change decision and want to accept the additional cookies. Is there a way to change the first cookie consent desicion? Thanks. Bob- Tabellenrahmen ()
Hallo zusammen, ich habe mein Problem bereits im englischen Forum gepostet und schreibe es hier nun nochmals. Deutsch ist halt einfacher ;-) Ich nutze Tiki 24.x und möchte eine Tabelle erstellen, die auch den Tabellenrahmen und die einzelnen Zellen umrandet. Leider gelingt mir das nicht und ich finde auch keine Syntax dazu. Die Tabelle wird immer ohne Umrandungen gezeigt. Hat da jemand einen Tip? Danke Uwe- Trouble with Tables ()
Hi, im a Newbee. Im using Tiki 24.x and i try to build a table with color lines. How can i do this? The Tiki Editor build raws and coloum without line colors. I need line colors between the cell. Can everbody help with a tip please? Thanks Uwe
<?xml version="1.0"?> <!-- RSS generated by SourceForge.net at Mon, 09 Nov 2009 04:04:35 GMT on sfs-web-8 The content in this RSS feed was generated by SourceForge.net regarding the SourceForge.net site or a project hosted on SourceForge.net. Each project hosted on SourceForge.net is responsible for their own content, file releases and support. For a full list of available RSS feeds http://p.sf.net/sourceforge/rssfeeds For terms of use: http://p.sf.net/sourceforge/terms For content issues, comments and questions: contact the project via the comment link or the resources on their summary page. For technical issues with this feed: contact the SourceForge.net team at: http://p.sf.net/sourceforge/support In the event that you need to report abuse: contact the SourceForge.net team at: http://p.sf.net/sourceforge/support
<link>http://sourceforge.net/projects/tikiwiki/</link>
-->
<rss version="2.0">
<channel>
<title>SourceForge.net: Project Summary: TikiWiki CMS/Groupware (tikiwiki project)</title><description>A summary of key project details for the tikiwiki project on SourceForge.net.</description>
<link>http://sourceforge.net/</link>
<copyright>Copyright and acceptable use information for this RSS feed may be found at: http://p.sf.net/sourceforge/terms</copyright>
<lastBuildDate>Mon, 09 Nov 2009 04:04:35 GMT</lastBuildDate>
<generator>SourceForge.net RSS generator</generator>
<image>
<title>SourceForge.net logo</title>
<url>http://images.sourceforge.net/images/sflogo-88-1.png</url><width>88</width>
<link>http://sourceforge.net/projects/tikiwiki/</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<height>31</height>
<description>The world's largest Open Source software development website</description>
</image>
<item>
<title>Project name: TikiWiki CMS/Groupware</title>
<description>Project description: Powerful multilingual Wiki/CMS/Groupware to build & manage your Wiki, File Sharing/Image Gallery, CMS, Blog, Tracker/Forms, Forum, Directory, Polls, Surveys, Quizzes, Newsletters, Calendars, FAQs, Spreadsheets, Maps, Workflow, etc. - That all is Tiki !</description></item>
<link>http://sourceforge.net/project/memberlist.php?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Developers on project: 440</title>
<description>Project administrators: &#60;a href="http://sourceforge.net/users/chibaguy/"&#62;chibaguy&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/lrargerich/"&#62;lrargerich&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/luciash/"&#62;luciash&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/marclaporte/"&#62;marclaporte&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/mose/"&#62;mose&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/nkoth/"&#62;nkoth&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/nyloth/"&#62;nyloth&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/ohertel/"&#62;ohertel&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/pkdille/"&#62;pkdille&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/redflo/"&#62;redflo&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/ricks99/"&#62;ricks99&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/sylvieg/"&#62;sylvieg&#60;/a&#62;, &#60;a href="http://sourceforge.net/users/xavidp/"&#62;xavidp&#60;/a&#62;</description></item>
<link>http://sourceforge.net/project/stats/?group_id=64258&ugn=tikiwiki</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Activity percentile (last week): 99.97%</title>
<description>Most recent daily statistics ( 9 Nov 2009): Ranking: 71, Activity percentile: 99.97%, </description></item>
<link>http://sourceforge.net/project/showfiles.php?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Downloadable files: 784609 total downloads to date</title>
<description>Most recent daily statistics ( 9 Nov 2009): Download count: 233</description></item>
<link>http://sourceforge.net/mail/?group_id=64258</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Mailing lists (public): 5</title>
<description>Public mailing lists: tikiwiki-cvs, tikiwiki-devel, tikiwiki-pt-br, tikiwiki-users, tikiwiki-artwork</description></item>
<link>http://sourceforge.net/tracker/?atid=506846&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Tracker: Bugs (288 open/2021 total)</title>
<description>Tracker description: Bug Tracking System</description></item>
<link>http://sourceforge.net/tracker/?atid=506847&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Tracker: Support Requests (2 open/201 total)</title>
<description>Tracker description: Tech Support Tracking System</description></item>
<link>http://sourceforge.net/tracker/?atid=506848&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Tracker: Patches (71 open/184 total)</title>
<description>Tracker description: Patch Tracking System</description></item>
<link>http://sourceforge.net/tracker/?atid=506849&group_id=64258&func=browse</link> <pubDate>Mon, 09 Nov 2009 04:04:35 GMT</pubDate>
<item>
<title>Tracker: Feature Requests (690 open/879 total)</title>
<description>Tracker description: Feature Request Tracking System</description></item>
</channel>
</rss>