| 00:07 |
malisch011 |
s |
| 00:12 |
vince2 |
Phlogi_: chefan: Sorry. I thought it was a curtesy if I was gone for a while so if anybody said anything to me they would not think I was ignoring them. |
| 00:14 |
ndee |
where can I define the $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['userDisplayCatmenuHook'] variable? |
| 00:15 |
Phlogi_ |
in ext_localconf.php in you extension |
| 00:15 |
void |
ndee: at your ext_localconf.php file |
| 00:15 |
void |
ah, me should always read *all* messages |
| 00:16 |
ndee |
ah, found it |
| 00:17 |
ndee |
thanks :) |
| 00:21 |
Phlogi_ |
void: at least I could answer the question too :) |
| 00:23 |
ndee |
foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_news']['userDisplayCatmenuHook'] as $_classRef) { $_procObj = & t3lib_div::getUserObj($_classRef); } anyone knows what that line does exactly? |
| 00:24 |
just2b |
calls all hooks |
| 00:25 |
ndee |
just2b: I created the file userDisplayCatmenu.php in the tt_news/res-directory. The function is also called "function userDisplayCatmenu($conf, $pObj)" but somehow, that hook can't get called. |
| 00:25 |
kreegee |
can somebody here give me some tipps about fetching content elements with ajax? |
| 00:25 |
kreegee |
urls are enough |
| 00:25 |
kreegee |
i'm even happy with google queries |
| 00:25 |
just2b |
kreegee ext rgtabs |
| 00:26 |
kreegee |
thx |
| 00:27 |
ndee |
$_procObj = & t3lib_div::getUserObj($_classRef); return false in my case |
| 00:27 |
ndee |
good night just2b |
| 00:27 |
kreegee |
hehe, last minute call by me :D |
| 00:27 |
kreegee |
gn8 |
| 00:27 |
just2b |
gn8 |
| 05:23 |
vince2 |
typo3 is cool but the documentation drives me crazy! |
| 05:24 |
vince2 |
I see an tutorial example that has |
| 05:24 |
vince2 |
page.5.1 = TMENU |
| 05:24 |
vince2 |
page.5.1.NO { |
| 05:24 |
vince2 |
linkWrap = <font color=yellow> | </font> |
| 05:24 |
vince2 |
ATagBeforeWrap = 1 |
| 05:25 |
vince2 |
So I see if I can look up the .NO attibute in the TS reference. |
| 05:25 |
vince2 |
No mention of it under TMENU |
| 05:26 |
vince2 |
Finally find it under a separate section for Common item states for TMENU, etc |
| 05:27 |
vince2 |
There it says it is a Boolean value. |
| 05:28 |
vince2 |
No mention, for example of assigning ATagBeforeWrap. Arrgh! |
| 07:18 |
FloLeBlanc |
hi all |
| 07:23 |
xsebi |
hi |
| 07:26 |
FloLeBlanc |
hi xsebi |
| 08:54 |
Randomresult |
good morning |
| 08:55 |
Randomresult |
someone here who has impemented sr_freecap or captcha in the direct_mail_subscription? |
| 09:29 |
SargoDarya |
mornin chan |
| 09:35 |
SWEMark |
good morning |
| 09:35 |
FloLeBlanc |
can someone tell me if I'm able to "cut" text per TS? (for example cut the header after 25 chars) |
| 09:38 |
teppi|work |
FloLeBlanc, there is a stdWrap.substring method |
| 09:39 |
FloLeBlanc |
teppi thx will look that up |
| 10:00 |
umc |
anyone knows if/how it's possible to show for a page only a certain language ? |
| 10:01 |
umc |
no matter what the translation settings are... |
| 10:01 |
umc |
if I'm on L=1, when I click that page it should load L=0 |
| 10:03 |
Denyerec |
If there isn't a translation shouln't it show the default ? |
| 10:03 |
Denyerec |
I suppose you could use the GPVARS thing to override the L on a given page ID? |
| 10:03 |
Denyerec |
a typoscript conditional for that page ID, I mean to say |
| 10:04 |
ndee |
what's the constant for accessing the current extension directory? |
| 10:20 |
bin |
hi friends do u know abt the mini_news extension |
| 10:21 |
bin |
is it possible to show the full details about the news in another page |
| 10:21 |
Denyerec |
Neer used it I'm afraid |
| 10:23 |
bin |
iam showing the news title and teaser text in home page |
| 10:24 |
bin |
when iam clicking on that its full descriptions showing on the same page |
| 10:25 |
FloLeBlanc |
hmm.. teppi: do you know if there is a way to access a marker that will be substituted in the template via ts? in the code it is written as: '###TOPICSUB###' => $arr['category_name'].' / '.$arr['forum_name'], ? there seems to be no typoscript object that I can apply the substr to |
| 10:28 |
webworker |
hi everybuddy |
| 10:32 |
d|g |
hi all |
| 10:33 |
SargoDarya |
does someone know how to extend tt_news without extending itself? Don't know if it's possible with just php class extends. Heard just something about hooks and don't found something really useful in google |
| 10:33 |
SargoDarya |
hi d|g |
| 10:42 |
SargoDarya |
sorry for disconnecting.. wireless sucks |
| 10:43 |
FloLeBlanc |
anyone who has experience with extension hooks in? |
| 10:46 |
d|g |
SargoDarya, may be XCLASS can help you http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.0.0/view/3/8/ |
| 11:21 |
FloLeBlanc |
void - my extension god :) |
| 11:21 |
FloLeBlanc |
did you hear my call hehe |
| 11:21 |
void |
yes, i am here =) |
| 11:22 |
FloLeBlanc |
can you please tell me if I get this right: If I use an extension hook and insert the path in the ext_localconf.php + add my class in the extension dir, the hook will be persistent when updating to a new version? |
| 11:36 |
Joker7680 |
hello, I would be very thankful for 1 or 2 hints concerning typo3 backup. I cannot find an integrated backend plugin to do that correctly with dbal. fullbackup is buggy with that. any ideas? |
| 11:41 |
Joker7680 |
really noone? how do you guys running typo3 on postgres doing your backups? all on the shell? bash-scripts and cron-jobs? |
| 11:45 |
teppi|work |
why not .. its most comfortable |
| 11:45 |
teppi|work |
who wants to start the backup manually? makes no sense imho |
| 11:48 |
Joker7680 |
hello teppi .. guess many people get along with bash and cron very well and the rest is using mysql. For me this solution doesn't appear to be comfortable |
| 11:49 |
Joker7680 |
do you have any snippets at hand? |
| 11:50 |
void |
FloLeBlanc: yes.. |
| 11:50 |
FloLeBlanc |
void: thank you for the info |
| 11:50 |
Joker7680 |
hello void |
| 11:51 |
teppi|work |
nope sry ... but i know that there is a shell commands executing script in the directmail extension .. maybe you can customize this for creating a backup extension |
| 11:53 |
Joker7680 |
well, sounds strange :)... lets see how far i get with bash/cron. THX |
| 12:00 |
Phlogi_ |
are all the typo3 devs using macs? I'm wondering because I'm only seeing macs in podKast's or is this just Kaspers laptop? |
| 12:03 |
tf |
hi. anyone uses the extension perfectlightbox?? |
| 12:03 |
maholtz_ |
yep |
| 12:03 |
maholtz_ |
does not work with kb_betterstdwrap |
| 12:05 |
tf |
maholtz_: i have disabled the lightbox on the page but the images are although shown |
| 12:05 |
tf |
disabled the checkbox "lightbox". only click to enlarge is enabled |
| 12:06 |
tf |
but altough lightbox |
| 12:06 |
maholtz_ |
may be you configured lightbox to work "global" -> have an look in contants |
| 12:11 |
tf |
maholtz_: thanks. :-) |
| 12:12 |
Phlogi_ |
tf: maybe you want to use perfect lightbox |
| 12:14 |
maholtz_ |
@tf: np:) |
| 12:16 |
tf |
Phlogi_: ??? |
| 12:16 |
Phlogi_ |
tf: its better imho because it does not XCLASS... |
| 12:17 |
tf |
i use the extension perfectlightbox |
| 12:24 |
Phlogi_ |
tf: ah sorry :) |
| 12:25 |
tf |
:) |
| 12:25 |
Denyerec |
Hey guys |
| 12:44 |
umc |
Denyerec: I haven't made any translation for that page, but still, if I access it with other L values, it doesn't jump to L=0, and it's a special page, where products are shown from commerce extension |
| 12:44 |
umc |
and I just see empty lists... because there are no values |
| 12:44 |
umc |
and I haven't found a way to translate the products and categories |
| 12:44 |
umc |
I think it's one of the most weird and complicated and undocumented extensions... :) |
| 12:44 |
umc |
and hard to get working... |
| 12:45 |
Denyerec |
Ahhh commerce. |
| 12:45 |
Denyerec |
Yeah... I've never used it, the lack of docs scared me too badly |
| 12:45 |
umc |
I was kind of forced... needed something to display some products :) |
| 12:45 |
Denyerec |
If your site sells <100 items then EJunkie is the best solution for a Typo shop |
| 12:45 |
umc |
lucky they don't sell them |
| 12:46 |
Denyerec |
Jeez if they don't even SELL them, just make some FCEs :D |
| 12:46 |
umc |
I just want to show the products and info and prices |
| 12:46 |
umc |
I'm not that experienced :) |
| 12:46 |
Denyerec |
Making some flexible content elemements is a shitload easier than using commerce |
| 12:46 |
Denyerec |
hwo many products do they have? |
| 12:47 |
umc |
they will have thousands I guess |
| 12:47 |
umc |
and categories and stuff |
| 12:47 |
umc |
well... it works now, I just wanted to show only that language |
| 12:47 |
Denyerec |
:S |
| 12:47 |
Denyerec |
thousands.... you made the right choice |
| 12:47 |
umc |
as it's mostly computer stuff... doesn't need to be translated anyway |
| 12:47 |
Denyerec |
if it was only a few products it would have been overkill |
| 12:51 |
umc |
did you see the link from the pm ? |
| 12:53 |
umc |
wonder if it was possible somehow to translate the categories and products... |
| 12:53 |
umc |
it would be even nicer of course... |
| 12:53 |
umc |
but I really don't know if that works without some major hacking |
| 13:51 |
tommyd |
with what kind of stick do I have to hit t3 so that it executes my USER(_INT) function? |
| 13:52 |
maholtz_ |
may be an typoscript based stick? |
| 13:52 |
tommyd |
tried that... the thing is it outputs nothing and the error_log from apache keeps quite as well |
| 13:53 |
tommyd |
includeLibs.my_id = path/to/script.php is set (relatively to the t3 base dir) |
| 13:53 |
tommyd |
a t3 obj path coming from templavoila is set (lib.imageHeader = USER) |
| 13:54 |
tommyd |
and finally userFunc is referenced in there (lib.imageHeader.userFunc = foo) |
| 13:55 |
tommyd |
the file is executable itself (no errors when $ php path/to/script.php) |
| 13:56 |
tommyd |
I'm currently wondering what the best place for all this might be (i.e. above or below the creation of the PAGE object) - if that matters |
| 13:56 |
tommyd |
but I've also tried both |
| 14:03 |
tommyd |
ok, userFuncClassPrefix was set to "user" |
| 14:03 |
tommyd |
wtf |
| 14:04 |
tommyd |
why do I always have to look into t3's source code to find this kind of stuff? why doesn't tsref mention that?! |
| 14:04 |
tommyd |
damn |
| 14:14 |
maholtz_ |
@tommyd: you know the wiki.typo3.org/TSref/USER ? Please write it down there - thank you:) |
| 14:23 |
animan |
has any of you experienced the issue where Commerce' ###PRODUCT_LINK_DETAIL### doesn't suppy link with enough parameters (namely catUid) and therefore link doesn't work? |
| 14:31 |
umc |
animan: I use it, but it works ok fo me... |
| 14:31 |
umc |
from the listing you mean ? |
| 14:32 |
umc |
in the listing, my products have both tx_commerce_pi1[showUid] and [catUid] params |
| 14:33 |
animan |
yes, from listing.. well it works in one page but doesn't in other |
| 14:34 |
animan |
i wanted to make product images clickable as well but only header link works :/ |
| 14:35 |
animan |
and it's because when i try to make link using ###PRODUCT_LINK_DETAIL###, catUid doesn't get added to link address :/ when i add it manualy it works |
| 14:36 |
umc |
when I click pictures a pupup just shows up with the original picture size |
| 14:37 |
umc |
you really wanna make a shop that actually sells stuff with this contribution ? |
| 14:37 |
umc |
it seems awfull to me... horrible to get going |
| 14:39 |
animan |
well, it does seem to be pretty much of headache.. it should also make banklink and PayPal transactions in the end :/ |
| 14:39 |
animan |
but what do you recommend? |
| 14:43 |
Denyerec |
I want to find and hug Kasper |
| 14:43 |
Denyerec |
he's awesome :) |
| 14:48 |
void |
Denyerec: what feature did you find? ) |
| 14:48 |
Denyerec |
I was just reviewing the podcasts |
| 14:49 |
Denyerec |
and was reminded Kasper's general greatness as a human. |
| 14:49 |
Denyerec |
*reminded of |
| 14:53 |
delmonico |
hi |
| 14:53 |
FloLeBlanc |
denyerec: *G* |
| 14:53 |
delmonico |
when I have <a href=""><img src="".../></a> how can I map the href AND the src? i.e. have a click-enlargement to a different image then the thumbnail |
| 14:54 |
Denyerec |
You're not planning a goaste trap are you delmonico ? |
| 14:54 |
Denyerec |
:) |
| 14:54 |
delmonico |
a...what? |
| 14:55 |
delmonico |
you mean something where you click a harmless image and get something creepy? |
| 15:00 |
Denyerec |
Indeed |
| 15:00 |
Denyerec |
If you just googled for Goaste, you have my sympathies. |
| 15:01 |
delmonico |
hrhr |
| 15:01 |
delmonico |
nope thats not what i'm trying to build and i didn't google for it |
| 15:01 |
delmonico |
however I managed to get it working ;) |
| 15:02 |
delmonico |
well, kind of. it opens in the same window and rescales the image but thats a beginning |
| 15:02 |
delmonico |
I wish I could just get the values the editor enteres in the backend passed as argument to a php method and write 2 lines of code instead of this crap though |
| 15:05 |
maholtz_ |
there is an propertie userFunc in stdWrap - so you should be able to do so |
| 15:06 |
delmonico |
hmm yeah but to do that I would need to edit xml which is sadistic and it would be overwritten if i ever modified the template thingie |
| 15:07 |
maholtz_ |
? xml - no typoscript an simple php |
| 15:08 |
delmonico |
yeah but to get templavoila to use the userFunc...? still, writing typoscript is nearly as sadistic : |
| 15:08 |
delmonico |
P |
| 15:08 |
delmonico |
but speaking of editing xml - can I prevent templavoila vom rescaling the images without hacking the xml? |
| 15:08 |
maholtz_ |
lol - no i do not think so - not writing typoscript but finding other ways is sadistic:) |
| 15:08 |
maholtz_ |
donotknow |
| 15:12 |
maholtz_ |
never really worked with tv |
| 15:22 |
ndee |
hi there, I wanna add a customer marker to tt_news. Now, I checked out the example file and I have a question. We use DAM to link images to a news category. Now, when I output the $row in the example_itemMarkerArrayFunc.php, I have a field called ["currentValue_kidjls9dksoje"]=> which holds the image but to me, that field kinda looks funky because it's not in the database. what kinda field is that? |
| 15:26 |
maholtz_ |
maybe it is an newly saved entry? |
| 15:26 |
maholtz_ |
than the id is not know at that point? |
| 15:27 |
ndee |
it's weird, I added a image but there is only still one picture showing up. |
| 15:29 |
ndee |
and the field is also not in the database so I'm wondering where it's coming from. I'm guessing it's something funky with DAM etc. |
| 15:29 |
endurans |
Hi people, quick question: is the default search functionality limited to "pages" and "tt_content" tables? i.e it can't be used to search records in the tt_news table, for example? |
| 15:46 |
maholtz_ |
afaik it is not limited to an content-element - the ext parse the !cached! frontend-output - so pages or plugins which are user-int or "no_cache=1" are not indexed |
| 15:48 |
Denyerec |
gerards are you ther e? |
| 15:49 |
ndee |
is there a way to make a list of tt_news and give the last news-record a different style? |
| 15:49 |
Denyerec |
I know you can do alternates |
| 15:49 |
Denyerec |
dunn oabout highlighting the last one tho |
| 15:53 |
endurans |
maholtz_: Ok, but I'm not talking about indexed search, but builtin serach function, using "search" content element, and "searchresult" cobject. |
| 15:55 |
maholtz_ |
@endurans: yaou talk about the backend? afaik it searches in all tables and fields, which are listed in backend |
| 15:55 |
maholtz_ |
it works with tt_news |
| 15:56 |
maholtz_ |
@ndee: cant you insert two plugins, one with limted to 1 element? there is an example about that in the manual |
| 15:57 |
endurans |
no, I'm talking about builtin fe search |
| 15:58 |
ndee |
maholtz_: that's what we're doing now but it's just not very "sexy" so to speak ;) |
| 15:58 |
Denyerec |
the word you seek is "elegant" |
| 15:59 |
ndee |
yeah, probably ;) |
| 16:01 |
maholtz_ |
ok, the sexy way to do it, is via typoscript - you need an stdWrap an an LOAD_REGISTER or an tt_news - register (do not know if there is any you coudl use) and then do it:) |
| 16:03 |
ndee |
ugh, typoscript, my arch enemy. |
| 16:06 |
Denyerec |
gerards ? |
| 16:06 |
Denyerec |
anyone here in HK or Singapore ? |
| 16:09 |
ndee |
Jason Bourne is in HK |
| 16:09 |
ndee |
was |
| 16:09 |
maholtz_ |
@ndee: whats the problem with typoscript? |
| 16:10 |
Denyerec |
lol |
| 16:10 |
ndee |
maholtz_: I don't get it ;) |
| 16:11 |
ndee |
nah, typoscript is just kinda bleh. |
| 16:14 |
Denyerec |
in TV, when you're mappig something, what is the "Mapping instructions" field for ? |
| 16:20 |
gerards |
hi Denyerec. you summoned? |
| 16:25 |
delmonico |
anyone knows how to map css in tv? I have some pages with a background image for the <div id="content"> and it should be replacable by the user |
| 16:43 |
HardPhuck |
is it possible to remove the classes that are added by the css styled content?? |
| 16:43 |
Denyerec |
Hey gerards |
| 16:43 |
Denyerec |
any chance you could check the price of something in singapore for me? |
| 16:44 |
gerards |
sure |
| 16:44 |
gerards |
if i have time |
| 16:53 |
gerards |
lemme guess, those flower tea thingys? |
| 16:56 |
Denyerec |
Nope |
| 16:56 |
Denyerec |
Sorry had a phonecall |
| 16:56 |
Denyerec |
gerards - it is a few nikon parts |
| 16:56 |
Denyerec |
but I only need the price of one to know if it will be worth the trouble, |
| 16:56 |
gerards |
sure. |
| 16:56 |
Denyerec |
it's called a DK-17m |
| 16:56 |
gerards |
what is it? |
| 16:56 |
Denyerec |
http://www.nikonusa.com/Find-Your-Nikon/ProductDetail.page?pid=4793 |
| 16:56 |
Denyerec |
That is the product page. I'm making something and need 3 parts, that is the most expensive one. |
| 16:57 |
Denyerec |
And I am certain it will be cheaper to have a friend in Singapore or HK mail them over, than it would be to buy them here. |
| 16:58 |
gerards |
ok. probably over the weekend is that ok? |
| 16:59 |
Denyerec |
Do you use any online shops in singapore, or know of any large ones? |
| 16:59 |
Denyerec |
Cos if you know a couple of names i can check them myself |
| 16:59 |
Denyerec |
but not knowing any in Singapore makes it hard to find them |
| 16:59 |
Denyerec |
Over here we have Speedgraphic, Jessops and World Camera Exchange, as an example./ |
| 17:00 |
gerards |
we have lots of shops. online isn't usually the cheapest. |
| 17:00 |
gerards |
Singaporeans don't have the habit of shopping online. |
| 17:04 |
Denyerec |
Any big names of camera stores ? |
| 17:05 |
gerards |
not that I know of... |
| 17:05 |
Denyerec |
doh |
| 17:05 |
gerards |
I'm not a camera guy dude :) |
| 17:05 |
Denyerec |
Aww |
| 17:05 |
Denyerec |
I'm not a car person, but I know some names of auto dealerships :) |
| 17:06 |
Denyerec |
I'm pretty sure i need to get these parts from Asia |
| 17:06 |
Denyerec |
as in the UK they cost a fortune |
| 17:51 |
alexwx |
Hello, Static data should be also marking in a starting point? Because I would to set the starting point also for the posted entries of that ext.. Thanx for information for understandig |
| 17:54 |
alexwx |
another words, I would put the pages 1. static data and 2. posted entries by form in the Startnig point. That should be two another pages. Is it normal? Beacuse I am thinking about the static data should has a PID... but maybe sometime yes.. what you mean? |
| 17:55 |
alexwx |
Has someone imagene of my question? |
| 17:55 |
alexwx |
imagine :) |
| 17:58 |
alexwx |
Huuuu.... |
| 18:11 |
void |
alexwx: don't understand.. |
| 18:12 |
alexwx |
can be use a Starting point for static data on the sysfolder page where are the static datas |
| 18:13 |
void |
what is that data? |
| 18:13 |
alexwx |
the satic data has a sysfolder for adding nre entries or editing this static datas |
| 18:13 |
void |
tt_news entries? |
| 18:13 |
alexwx |
no, this is my ext. |
| 18:13 |
alexwx |
static data as a branches, lands |
| 18:14 |
void |
so you can do anything at your ext |
| 18:14 |
void |
use starting point or don't use... |
| 18:15 |
alexwx |
yea but i would like to use it for two things, this is the reason for asking |
| 18:15 |
Best |
hey, does anyone have a link to a good RTE configuration? |
| 18:17 |
void |
alexwx: you can make 2 fields: starting point #1 and #2 =) |
| 18:18 |
alexwx |
because if I will there two pages in a starting point with static data and some sysfolder with entries to save, I dont know how to find out wich one is wich |
| 18:18 |
koomi_ |
Best: http://dev.datenwolken.de/index.php?id=154 |
| 18:18 |
alexwx |
void two starting point fields? really? |
| 18:18 |
void |
really. you can make even 10 starting points =) |
| 18:19 |
void |
alexwx: use flexforms.. |
| 18:20 |
Best |
koomi_: good link ty |
| 18:20 |
koomi_ |
Best: you're welcome |
| 18:20 |
alexwx |
ou , ok so I have to find some informations how it works? Aah so with FF? not with a ext_tables.php? |
| 18:20 |
void |
koomi_: is there an english version of that page? |
| 18:21 |
void |
alexwx: yes.. you can make it with extending real table too, but that is ugly way... |
| 18:23 |
alexwx |
void maybe ugly, but this is not hard funcionalities, you just get the value from FF and this is result of PID what you want, nothing more. Short way... maybe you think it is not original accessing with SP as in ext_tables.php |
| 18:23 |
alexwx |
I dont know if original SP has somethnig more. It looks the same, just the page of the entries |
| 18:29 |
Nipsting |
anyone know how to change the content rendering. Like adding a few more div tags to a regular text element, and not using flexible content. |
| 18:30 |
koomi_ |
void: doubt it. ask uschi_, it's hers |
| 18:30 |
uschi_ |
Nipsting? |
| 18:30 |
Nipsting |
uschi, that made no sense eh ? :) |
| 18:31 |
uschi |
wanted to become my very self |
| 18:31 |
uschi |
where do you want to add what, Nipsting |
| 18:32 |
Nipsting |
well what I want is to have an extra class (a div tag for example with an id called "content_footer") just an example |
| 18:32 |
Nipsting |
its because I need some graphic elements to surround the content elements |
| 18:33 |
Nipsting |
tried it with TV using flexible content, but I really dont like that way :S |
| 18:35 |
uschi |
you have to work on those wrappers than |
| 18:35 |
uschi |
explore css_styled_content/static/setup.txt |
| 18:36 |
Nipsting |
is that where the setup is stored ? |
| 18:36 |
uschi |
for a footer the same path as for the to top link should be your friend |
| 18:36 |
uschi |
yes |
| 18:36 |
Nipsting |
cool, thats just what I have been looking for. Thanks alot, Ill give it a go |
| 18:43 |
Nipsting |
looks like its gonna take me some time to figure out that file ;) |
| 18:45 |
uschi |
it is a nightmare :-) |
| 18:45 |
uschi |
but if you do so you know a lot more about TS afterwards |
| 18:46 |
Nipsting |
yeah, its a good thing I dont have a deadline lol |
| 18:47 |
Nipsting |
I guess getting a new field in there shouldnt take too long, but I need to have 3 different types of regular content elements in there (one for each column on the page), thats gonna be tricky |
| 18:47 |
uschi |
i could offer you a solution where you have a div around every CE and one around the bodytext, if that is of any help |
| 18:47 |
uschi |
it is heavily commented |
| 18:48 |
Nipsting |
that would be extremely nice |
| 18:48 |
uschi |
no, because you can evaluate the col pos |
| 18:48 |
Nipsting |
can you elaborate on that ? |
| 18:49 |
uschi |
can you see my query, Nipsting? |
| 18:49 |
Nipsting |
hmm nope |
| 18:49 |
uschi |
so you are not a registered user on this server? |
| 18:50 |
uschi |
? |
| 18:50 |
Nipsting |
I have an old user.. hang on a sec, phone just rang |
| 18:50 |
uschi |
ok |
| 19:03 |
Soeren_Nielsen |
there we go :) |
| 19:03 |
Soeren_Nielsen |
uschi try now please. sorry to keep you waiting |
| 19:14 |
Awillys |
qnyone using Tinyrte qnd got the Preview, Zoom buttons to work? |
| 20:13 |
Timoslav |
hi |
| 20:29 |
uriahhee1 |
hey hey |
| 20:29 |
uriahhee1 |
http://pastebin.ca/938617 |
| 20:29 |
uriahhee1 |
check this out... |
| 20:30 |
uriahhee1 |
for some reason, the list is not generated in the correct order |
| 20:30 |
uriahhee1 |
i want the elements to be listed in the order that they're displayed in on the page... |
| 20:30 |
uriahhee1 |
but that isn't happening :-/ |
| 20:30 |
uriahhee1 |
it seems to be displayed in order of date/time created :-/ |
| 20:31 |
uriahhee1 |
descending :-S |
| 20:31 |
uriahhee1 |
anyone have an idea why? |
| 20:39 |
HardPhuck |
guys |
| 20:39 |
HardPhuck |
is it possible to remove the classes that are added by the css styled content?? |
| 20:42 |
uriahhee1 |
void: you around? :-/ |
| 20:42 |
void |
yes |
| 20:42 |
void |
HardPhuck: possible, but hard |
| 20:42 |
uriahhee1 |
void: could you check that TS that i pasted out please? |
| 20:42 |
uriahhee1 |
void: for some reason it doesn't order properly... |
| 20:43 |
HardPhuck |
will i have to edit some source files? |
| 20:43 |
void |
HardPhuck: no. |
| 20:44 |
void |
uriahhee1: seems to be right |
| 20:44 |
HardPhuck |
what then :) |
| 20:44 |
void |
HardPhuck: look at EXT:css_styled_content/static/setup.txt |
| 20:44 |
void |
find classes you need to unset |
| 20:44 |
void |
and write that TS at your setup |
| 20:45 |
HardPhuck |
so there is some editing :) |
| 20:45 |
uriahhee1 |
void: hrm... strange :( |
| 20:45 |
void |
HardPhuck: no. |
| 20:45 |
HardPhuck |
i was hoping i'll solve it with TS in template setup :) |
| 20:45 |
void |
yes, you will solve that in template setup |
| 20:45 |
uriahhee1 |
void: orderBy = sorting should order the list by the order of the content elements on the page? |
| 20:46 |
void |
HardPhuck: but for finding needed classes you need to view that file. |
| 20:46 |
HardPhuck |
oh |
| 20:46 |
void |
uriahhee1: yes |
| 20:46 |
uriahhee1 |
hmm.... |
| 20:46 |
uriahhee1 |
very strange, then, that it doesn't..... |
| 20:46 |
HardPhuck |
void and then i copy the needed things over to TS setup and modify them? |
| 20:46 |
void |
yes. modify or unset using ">" operator |
| 20:47 |
tsrepadmin |
could anybody tell what to set as relative for the rgsmoothgallery path to imagedirectory? |
| 20:47 |
HardPhuck |
have you done that? |
| 20:48 |
uriahhee1 |
void: hrm.... for some reason almost all of the elements are sorting=1000000000 |
| 20:48 |
void |
HardPhuck: me? no. because i think it's useless. |
| 20:49 |
void |
uriahhee1: weird. |
| 20:49 |
uriahhee1 |
valdo: oh, never mind, i may be wrong |
| 21:04 |
neabo_ |
hi there! is it possible to tell tt_news extension to LATEST to show 5 latest news but not the most recent? |
| 21:18 |
Joker7680 |
hello! somebody uses mailformplus and sends emails in language defined by the "L" parameter? As I understand mailformplus it is easy to make the form itself multilanguage by using LLL: labels but what about the email text? TO PUT IT IN ONE QUESTION: Can i write emails to the fe user in the language the fe user choose with only one template and only one xml language file? |
| 21:25 |
uriahhee1 |
void: is sorting set automatically? |
| 21:26 |
void |
uriahhee1: yes |
| 21:26 |
uriahhee1 |
hmm, ok.. |
| 21:26 |
uriahhee1 |
void: and, basically, it's set depending on the placement of an element on the page? |
| 21:27 |
void |
yes |
| 21:27 |
uriahhee1 |
ok... |
| 21:28 |
uriahhee1 |
void: and when i do orderBy = sorting, it should therefore be displayed in the order that the elements are displayed on the page? |
| 21:29 |
void |
yes |
| 21:29 |
uriahhee1 |
void: so, would this wrong behavior count as a bug? :-/ |
| 21:30 |
void |
yes |
| 21:30 |
uriahhee1 |
:( |
| 21:30 |
uriahhee1 |
it's almost as if sorting is completely ignored, though |
| 21:30 |
Soeren_Nielsen |
yay, finally this TS is starting to make some sense |
| 21:30 |
uriahhee1 |
...perhaps i'm missing something? |
| 21:33 |
void |
uriahhee1: are your elements look right at the frontend? |
| 21:34 |
uriahhee1 |
yeah |
| 21:34 |
uriahhee1 |
void: what do you mean by look right? :-/ |
| 21:35 |
void |
they sorted from top to bottom as it do at the be |
| 21:35 |
uriahhee1 |
indeed |
| 21:43 |
uriahhee1 |
void: no clue, eh? |
| 21:43 |
void |
yes |
| 21:45 |
uriahhee1 |
void: hmm? |
| 21:45 |
uriahhee1 |
you have an idea of what might be wrong? |
| 21:45 |
void |
no |
| 21:48 |
uriahhee1 |
void: ok, the sorting in the db is wrong |
| 21:52 |
uriahhee1 |
void: oh... i know what the problem is now |
| 21:52 |
void |
what? |
| 21:52 |
void |
which? |
| 21:52 |
uriahhee1 |
void: in TV, it's correct. however, not in normal tt_content |
| 21:52 |
uriahhee1 |
that's why the elements are in the right order, but not the menu |
| 22:47 |
federico__ |
it is possble to nest wraps? |
| 23:09 |
andreasbalzer |
hello guys :) |
| 23:10 |
andreasbalzer |
Does somebody know what to do if login via IE does not work? |