1
Hasanibrahim
Re: about flowplayer

is not there anyone who use flowplayer in xoops family?



2
Hasanibrahim
Re: It's Official: XOOPS is opening a branch on GitHub! :)

is that mean the modules and other things will all be in github ?



3
Hasanibrahim
Re: about flowplayer

by the way, i downloaded fromhttp://sourceforge.net/projects/chronolabs/files/XOOPS%202.5/Modules/flowplayer/ 1.16 version, but also i tried to instal flowplayer v.1.1, too but didn't worked again :(



4
Hasanibrahim
Re: about flowplayer

I tried to install to a fresh xoops 2.5.0 this module, but it has yet "blank page" problem.

It must be because of module's files. I hope wishcraft will see that and help :(



5
Hasanibrahim
Re: Custom Block issue

do not use html and body tags.

just use

<img src="image.jpg" width="104" height="142"></img>


and be sure about the content type of the custom block, if it's yet being a problem, just change the content type to "php code" and paste this

echo '<img src="image.jpg" width="104" height="142"></img>';


and re-chech of the visibility of the block and the permission.



6
Hasanibrahim
Re: FBConnect module problem

at the end, i have found the great solution for all xoops users. you can read the solution of it:
https://xoops.org/modules/newbb/viewtopic.php?post_id=355168



7
Hasanibrahim
An important hack for Facebook "comment and like"

Hello dear xoops users,

i was working to fix FBConnect module for a huge problem explained inhttps://xoops.org/modules/newbb/viewtopic.php?post_id=354114 . As you know when you use this module, visitors can only comment on one section and all comments were collecting in the comment box.

I tried to fix the module with millions of the ways but result was un-succesfful. So i tried to use php codes for that,The easiest and basic way to fix that is addind a php block includes these codes:

echo '<div class="fb-like" data-href="http://YOURDOMAIN.com/" data-width="450" data-show-faces="true" data-send="true"></div>';

echo 
'<div class="fb-comments" data-href="' 'YOURDOMAIN.com' $_SERVER['REQUEST_URI'] . '" data-width="450" data-num-posts="15"></div>';


The first code is for "facebook like" which is not making issue, but the second code is working greatly. As you see, its target site is the current url of your website, hence visitors now comment the true page.

EDİT:
i forgot to explain how to moderate the comments. This problem was another annoying issue. But at the end, i have found its solution, too. You need to add these codes to your default theme html file:

<meta property="fb:moderator" content="YOUR_FACEBOOK_ID"/>
<
meta property="fb:admins" content="YOUR_FACEBOOK_ID"/>
<
meta property="fb:app_id" content="YOUR_FACEBOOK_APP_ID"/>


The last app_id is optional. You can learnd your facebook id via withhttp://findmyfacebookid.com/ .

After you add these codes between head tags, you can moderate the comments comes from facebook users.

enjoy



8
Hasanibrahim
about flowplayer

Hello,
i tried to install flowplayer 1.16 to my xoops web site. INstalliation was successfull but when i try to reach ......./modules/flowplayer/admin/index.php?op=dashboard, the traditional error "blank page" appears.

I tried to update the module and i got these errors:

Error Number: 1050 - SQL Did Not Executed! (Table 'xe1c_flowplayer_mimetypes' already exists!!!)
CREATE TABLE `xe1c_flowplayer_mimetypes` ( `mid` int(10) unsigned NOT NULL AUTO_INCREMENT, `support` enum('_MI_FLOWPLAYER_FLASH', '_MI_FLOWPLAYER_HTML5', '_MI_FLOWPLAYER_HTTP', '_MI_FLOWPLAYER_IOS', '_MI_FLOWPLAYER_RTMP', '_MI_FLOWPLAYER_RTSP', '_MI_FLOWPLAYER_SILVERLIGHT', '_MI_FLOWPLAYER_OTHER') DEFAULT '_MI_FLOWPLAYER_FLASH', `name` varchar(128) DEFAULT '', `mimetype` varchar(128) DEFAULT '', `codecs` varchar(500) DEFAULT '', `default` int(1) DEFAULT '0', `created` int(13) DEFAULT '0', `updated` int(13) DEFAULT '0', PRIMARY KEY (`mid`)) ENGINE=InnoDB DEFAULT CHARSET=utf8
Error Number: 1060 - SQL Did Not Executed! (Duplicate column name 'mid'!!!)
ALTER TABLE `xe1c_flowplayer_player` ADD COLUMN `mid` INT(10) UNSIGNED DEFAULT '0'
SQL Executed Successfully!!!
ALTER TABLE `xe1c_flowplayer_mimetypes` CHANGE COLUMN `support` `support` enum('_MI_FLOWPLAYER_FLASH', '_MI_FLOWPLAYER_HTML5', '_MI_FLOWPLAYER_HTTP', '_MI_FLOWPLAYER_IOS', '_MI_FLOWPLAYER_RTMP', '_MI_FLOWPLAYER_RTSP', '_MI_FLOWPLAYER_SILVERLIGHT', '_MI_FLOWPLAYER_OTHER') DEFAULT '_MI_FLOWPLAYER_FLASH'

my xoops version is 2.5.0. And i downloaded the module from wishcraft's sourgeforge account.

What's the solution of that, do you think ?



9
Hasanibrahim
Re: FBConnect module problem

Hmm,
i think there is no longer support to x_movie maybe but i'm sure there are green people her to help,

Thank you.



10
Hasanibrahim
Re: FBConnect module problem

My xoops version is 2.5.0 and the modules i'm using are in here:https://hotfile.com/dl/226560329/663862e/Modules.rar.html

X_video and FBConnect modules. There are 25.000 videos in my web site. So many users are following it. I deactivated the module because of this problem.

Thank you for help.




TopTop
(1) 2 3 4 ... 8 »



Login

Who's Online

203 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits