Posts

embed facebook into a article - Joomla! Forum - community, help and support

hello , happy holidays joomla users. currently using joomla 3.6.5 http://www.movalleywrestling.com , want embed/wrap/iframe or ever black , white mat club wrestling facebook page in our "what's happening" article. used wrapper module , used {loadposition xxx} in article didn't work. took out iframe text filer in tiny mce editior , didn't work. don't want spend money on extensions crash sites. have suggestions. use jce editor , embed pdf plug in there plug in in jce editor embed facebook page or website article? thanks. hello cdelattre you try https://extensions.joomla.org/extension ... ebook-wall regards, Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Thread: Installing Request Tracker via repositories

request tracker bestpractical.com in repositories, after running through installation dialogs isn't live (127.0.0.1/rt returns 404.) there wikis , forum threads on how install rt scratch, since there repository package shouldn't there steps configure after installation? found this page looks out-dated. what version of ubuntu? page referenced current version of ubuntu, there's warning @ top. running lamp? did try running: sudo dpkg-reconfigure request-tracker3.8 Forum The Ubuntu Forum Community Other Discussion and Support Education & Science Installing Request Tracker via repositories Ubuntu

Thread: Temperature control?

hi. used change gpu peaks in windows (ati overdrive enabled) lower gpu temperature. used minimal peaks nd got 15 c lower temperature. now, m not able change them. tried restricted drivers nd ati s website, nothing. when enable overdrive aticonfig command nd set new lower peaks, --odcc them accepted nothing changes - temperature same no effect @ all. help? can change opensource drivers? anything? bumb! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Temperature control? Ubuntu

ビデオ編集の中間ファイルについて

hdvカメラで撮影した90分ほどのデータをmpg2で取込みました。 しかし容量が大きすぎるので、必要な部分だけを中間ファイルとして書出し、素材として使おうと考えてます。 その中間ファイルの形式が何がいいのか教えていただきたいです。 ※取込む時に必要な部分だけ取込めば一番良いのですが、そう出来ない事情があります。   いろいろと調べてみた所、このような流れがよいのかな?と考えてます。 hdvカメラ→mpg2→編集→mpg2(ビットレート35くらい?)→編集→mpg2→ブルーレイ 最終的にはブルーレイディスクで使用したいので、出来るだけ劣化を少なくしたいです。 どうかよろしくお願いします。   ■制作環境 os:mac ソフト:premiere cs5.5、aftereffects cs5.5 Premiereコミュニティフォーラム (Japan) でのその他のディスカッション adobe

Thread: Compiz with 11.10 Unity

Image
hi new linux user , have installed latest ubuntu release 11.10. have installed compiz following command code: sudo apt-get install compizconfig-settings-manager i have enabled unity plug in , have tried changing backend , 'flat-file' , 'gconf' no changes ccsm effecting desktop e.g. wobbly windows, annotate etc. when type compiz software centre following installed -openfl windows , compositing manager -compiz -compizconfig settings manger not installed -compiz fusion icon -screenlets -simdock , running ubuntu of ext usb hard drive, make problem? appreciated. first of all, make sure running unity (3d) runs on compiz , not unity 2d -which resembles unity in looks , looks can deceiving - runs on metacity. so, search dash (by pressing <super> key) terminal , post output of command please: code: /usr/lib/nux/unity_support_test -p ...

What script is my Template missing? - Joomla! Forum - community, help and support

joomla version: 3.6.2 stable php 5.6.27 i have created joomla template, think missing javascript somewhere. http://mixedstew.com/web/index.php/catalogue on pages, when click on menu on right hand side, wont show drop down menu? the javascript doesn't seem change element css display: none; display? it happens on requires display drop down, not menu any awesome. thank you did tried use browser console becouse visit site , browser console error: jquery(...).accordeonmenuck not function Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Thread: Create makefile with the following lines...how?

Image
code: step step (i’m not sure if newest k10temp version!): $ wget http://lists.lm-sensors.org/pipermai...attachment.bin hallo, trying follow ther following... $ mkdir k10temp && mv attachment.bin k10temp/k10temp.c create makefile following lines: obj-m := k10temp.o kdir := /lib/modules/$(shell uname -r)/build pwd := $(shell pwd) default: $(make) -c $(kdir) subdirs=$(pwd) modules $ make -c /lib/modules/$(uname -r)/build m=$(pwd) modules $ cp k10temp.ko /lib/modules/$(uname -r)/kernel/drivers/hwmon $ depmod && modprobe k10temp how "create makefile following lines..." else seems know this, gets no explanation anywhere fix appears on web! tried googleing makefile etc , extremely long document. i've tried guessing stuff make -f + name of module i'm not getting anywhere. i'm trying fix boot problem hangs because of amd cpu thermal throttle problem. study makefile document; ...