Tiki|bot: New Forum Posts: Website-Feld in den Kommentare nicht als URL anklickbar - https://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56552
New Forum Posts: phpBB Authentication method not working - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56547
New Forum Posts: member payment Paypal - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56540
Gwayne: joined #tikiwiki
joined #tikiwiki
Tiki|bot: New Forum Posts: Website-Feld in den Kommentare nicht als URL anklickbar - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56552
New Forum Posts: phpBB Authentication method not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56547
New Forum Posts: member payment Paypal - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56540
Tiki-KGB: 03lindonb r55746 10trunk/templates/tiki-webmail.tpl * [REF] webmail: add action wrench
Tiki|bot: New Forum Posts: Website-Feld in den Kommentare nicht als URL anklickbar - https://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56552
New Forum Posts: phpBB Authentication method not working - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56547
New Forum Posts: member payment Paypal - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56540
New Forum Posts: Website-Feld in den Kommentare nicht als URL anklickbar - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=56552
New Forum Posts: phpBB Authentication method not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56547
New Forum Posts: member payment Paypal - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=56540
Tiki-KGB: 03lindonb r55747 10branches/14.x/lib/smarty_tiki/block.self_link.php
[FIX] allow self_link to apply icon sizes - needed to clean up larger legacy icons
03lindonb r55748 10branches/14.x/templates/tiki-mytiki_bar.tpl * [FIX] wrong icon name
Tiki|bot: New Forum Posts: Glyphicons Not Working - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56553
Tiki-KGB: 03lindonb r55749 10branches/ 1014.x/themes/base_files/iconsets/legacy.php 1014.x/themes/base_files/iconsets/glyphicons.php 1014.x/lib/theme/iconsetlib.php 1014.x/themes/base_files/iconsets/default.php
[FIX] iconsets: allow for specifying different prepend and append for different size legacy icon; also add icon definition for use with tiki-webmail
03lindonb r55750 10(8 files in 6 dirs) * [MRG] Automatic merge, branches/14.x 55743 to 55749
fabricius: joined #tikiwiki
Tiki-KGB: 03chibaguy r55751 10branches/ 1014.x/themes/default/less/default.less 1014.x/themes/default/css/default.css
[FIX] Correct glyphicons font path in default bootstrap theme. Thanks to lindon for reporting.
03chibaguy r55752 10branches/14.x/themes/base_files/iconsets/glyphicons.php * [FIX] Corrected Glyphicons closed folder id.
03yonixxx r55753 10branches/ 10(140 files in 140 dirs) * [SEC] adding missing index.php
Tiki|bot: joined #tikiwiki
Tiki-KGB: 03chibaguy r55754 10branches/14.x/themes/base_files/iconsets/glyphicons.php
[FIX] Removed admin i18n icon (globe) from array because mixing glyphicons and font-awesome icons in the adminanchors panel causes float problems due to slight size differences after application of each font's CSS classes.
Tiki|bot: joined #tikiwiki
Tiki-KGB: 03jonnybradley r55755 10branches/14.x/lib/captcha/Captcha_Questions.php * [FIX] captcha: Translate question for q&a captchas
redflo: joined #tikiwiki
dhz: joined #tikiwiki
arildb: joined #tikiwiki
Hi bootstrap experts. I am usig the quote plug-in in Tiki 14. The site is mobile compatibility is good onthe site, except the quote plugin. It doesn't reposition itself properly on small screens. Any CSS tags that should be added?
chibaguy: joined #tikiwiki
arildb: Hi chibaguy. I just posted a CSS question to the bootstrap experts...I thing you are one of them. I will repost, maybe you have an idea
Hi bootstrap experts. I am usig the quote plug-in in Tiki 14. The site is mobile compatibility is good onthe site, except the quote plugin. It doesn't reposition itself properly on small screens. Any CSS tags that should be added?
chibaguy: hi arildb. I'll check about the plugin. I didn't notice before.
arildb: thanks
chibaguy: The quote plugin gives the content some padding and margin on the left. Is that the problem?
I don't see any other positioning information.
It seems to behave ok in my check.
arildb: My case does have a float:right and and embedded image. I assumed that would be no problem, but maybe it is
chibaguy: There's a div containing the quote with this inline CSS: "float:right;width:580px;" That width is causing the problem, it seems.
msaad: joined #tikiwiki
arildb: ok, hm-m...I need to have the section on the right side. How can I do it without limiting the size?
chibaguy: For a good mobile display, you can use bootstrap grid divs.
arildb: Unfortunately I am not very familiar with that
taking away the sizing messes up the desktop layout
chibaguy: <div class="row"> contains <div class="col-md-5"> (to contain the left-hand content) and <div class="col-md-7"> (to contain the quote).
I guess this can be done within an html plugin or else div plugins can be used.
arildb: trying
chibaguy: Basically it floats both the left and right sections to the left, so when the display gets narrow, the quote will pop down below the left sie content.
The 5 means 5/12 of the width; 7 means 7/12.
arildb: right
chibaguy: http://getbootstrap.com/examples/grid/
arildb: thanks....maybe it's time for me to learn more about bootstrap...
chibaguy: Well, for wiki content to be responsive, it's needed now.
arildb: seems like it
chibaguy: You fixed it!. ...public site not updated yet, but works fine on my local site...thanks!
chibaguy: Ok, great. :-)
jonnyb: joined #tikiwiki
polom polom
arildb: hi jonnyb
Telesight: joined #tikiwiki
jonnyb: hi arildb
Tiki-KGB: 03arildb r55756 10branches/14.x/lib/wiki-plugins/wikiplugin_img.php * [FIX] PHP errors
msaad: joined #tikiwiki
Tiki-KGB: 03arildb r55757 10trunk/lib/wiki-plugins/wikiplugin_include.php * [NEW] Allow URL inclusion in the include plugin
Bsfez: joined #tikiwiki
fabricius: joined #tikiwiki
Tiki-KGB: 03gezzzan r55758 10branches/ 1014.x/composer.lock 1014.x/composer.json * [ENH] composer update to bootstrap v3.3.5
Tiki|bot: joined #tikiwiki
New Forum Posts: irc.tiki.org down? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56559
Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
Tiki-KGB: 03gezzzan r55759 10branches/ 1014.x/themes/base_files/iconsets/legacy.php 1014.x/templates/tiki-pagehistory.tpl * [MOD] more bootstrappification, use iconsets
Tiki|Log: joined #tikiwiki
Topic: for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki 14.0 (Peony) and LTS version 12.4 (Altair) released! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log)