Xuups
Get an account!     Login

Support Xuups Project

Utilities

Related projects

Who's Online

9 user(s) are online (3 user(s) are browsing Forum)

Members: 0
Guests: 9

more...
   All Posts


(1) 2 3 4 ... 55 »


Re: fbconnect does not work
Just popping in
Joined:
3/9 15:21
Group:
Registered Users
Posts: 2
Offline
Parse errorsyntax errorunexpected T_STRINGexpecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /membri/eventguidebz/portal/htdocs/modules/fbconnect/class/facebook.php on line 38

Posted on: Yesterday 6:50
Transfer the post to other applications Transfer


fbconnect does not work
Just popping in
Joined:
3/9 15:21
Group:
Registered Users
Posts: 2
Offline
hello i've got a problem with your facebook connect module ... i've installed the module, and i've created an app on facebook ... now i've got a link to fbconnect in the usermenu of my website (http://eventguidebz.altervista.org/portal/htdocs/) but when i click on it, there appears only a blank page without content ...

my modul config page looks like this:
http://img684.imageshack.us/img684/8871/fbconnect.jpg

i've also uploaded the following pic as the facebook connect logo to the facebook website:
http://yfrog.com/jyconnectlightmediumlongg

do u know what i did wrong?

Posted on: 3/9 15:29
Transfer the post to other applications Transfer


SEO Made Easy
Just popping in
Joined:
3/9 6:49
Group:
Registered Users
Posts: 1
Offline
Starting with SEO business is fun and easy with proper tools. Before you start a SEO business, you need tons of advice from SEO experts. The main purpose of SEO business is to make money always.One should accept it honestly. In order for a SEO business to succeed, it must have a system. Most businesses fail because they have a system that does not work well. However, SEO business is the most interesting subject forever. Creating SEO business is a hard time-consuming job but if you find the right way,then you can double, triple your profits even more!.

An Awesome SEO Tool

Posted on: 3/9 11:24
Transfer the post to other applications Transfer


Re: About module defacer alpha (analysis and suggestions)
Just popping in
Joined:
3/7 9:29
Group:
Registered Users
Posts: 1
Offline
Hi,

I think that this module would be brilliant, I you know how it works. But as the most of other XOOPS modules, has Defacer also a leak of an user manual that tells you how to use it.

I hoped that Defacer could help me to chance the look of ex. X-forum and AMS to my own theme, but the only I see is the header and the URL of the module, as far I know you doesn't I think that you're spending time to create an module for only that thing.

So, please help me!!! ...And also please try to spread the words to making manuals to modules, or just manuals generally, as I think that I would be very useful for the XOOPS project.

Thanks and cheers!

Posted on: 3/7 9:56
Transfer the post to other applications Transfer


Big Problem with modules Publisher
Just popping in
Joined:
3/5 17:22
Group:
Registered Users
Posts: 1
Offline
Sorry, my english is too bad, here is the message in french:

Bonjour(soir)à tous,

Voila j'ais un problème avec mon modules Publisher, sais a dire je n'arrive pas a crée une catégorie j'ais ce si:

Open in new window


Si quelle qu'un à une solution .

Merci d'avance. Pierre

Posted on: 3/5 17:29
_________________
Je suis Souvent copiée mais "copiée = Synonyme de célébrité'Alors continuez mes fans
Transfer the post to other applications Transfer


back to common.php
Just popping in
Joined:
2009/1/8 23:05
Group:
Registered Users
Posts: 9
Offline
Hi Trabis
regarding the problems i was having before in www.partsjpn.com - I scrapped the ICMS and went back to xoops - got it going quite well as recommended - adding seesion variables in the bottom of common.php.
if(!$_SESSION['siteok'] AND $_REQUEST['siteurl'] <> '') {
echo "SESSION SITEOK= ".$_SESSION['siteok']." AND ".$_REQUEST['siteurl']."
";
//$siteok = 0;
$_SESSION['siteurl'] = $_REQUEST['siteurl'];
$siteurl = $_SESSION['siteurl'];

// lookup siteurl in database
$sql = "select site_no,company_name,address1, categories, access_type, header_type, sitenick from sites where site_no ='".$siteurl."'";
if(!($result = mysql_query ($sql))) {
$siteok = 0;
$_SESSION['siteurl'] = '';
$siteurl = $_SESSION['siteurl'];
//echo "There has been an error: ".mysql_error();
} else {
while($row = mysql_fetch_assoc($result)) {
$sitecompany = $row['company_name'];
$site_email = $row['address1'];
}
$siteok = 1;
}
$_SESSION['siteurl'] = $_REQUEST['siteurl'];
$_SESSION['siteok'] = $siteok;
$_SESSION['sitecompany'] = $sitecompany;
$_SESSION['siteemail'] = $site_email;
}
?>

THese are all working very well and are used in theme but on clicking a lin after selecting site option(try Prestige Motor) the session variables are lost - strangely work in IE 64bit.

Any ideas greatfully received
Regards
Tony

Posted on: 3/4 16:53
Transfer the post to other applications Transfer


Re: Seo url problem...
Just popping in
Joined:
2009/1/10 15:29
Group:
Registered Users
Posts: 16
Offline
I have the same problem, any solution?

Posted on: 3/2 23:21
Transfer the post to other applications Transfer


Re: Which JS using in publisher ?
Just popping in
Joined:
2009/1/25 12:53
Group:
Registered Users
Posts: 13
Offline
I've found what's wrong. Error console said
Quote:
Error: jQuery is not defined
Source File: xx/modules/publisher/js/jquery-easing-1.3.pack.js
Line: 39'


When I use:
jQuery.noConflict(); 
jQuery(document).ready(function($){


There is still no luck. In other mudoles there is no probz.

Posted on: 2/28 18:49

Edited by bjuti on 2010/2/28 19:27:53
Transfer the post to other applications Transfer


Re: Which JS using in publisher ?
Just popping in
Joined:
2009/1/25 12:53
Group:
Registered Users
Posts: 13
Offline
Hi Trabis

I have JS conflict in Publisher.

I tried few lightbox clones.. None of them work. I made simple article with some photos in it, all of the photos have class="prettyphoto" ot something. None of that work.

When I click on photo, i expect to be shown in lightbox. In this case the photo is shown under the main page. Maybe it's css conflict or something.

Jquery, plugins and css files are loaded with no problems (in theme).

Tnx

Posted on: 2/28 11:40
Transfer the post to other applications Transfer


Re: Search problem with keyword
Just popping in
Joined:
1/3 15:13
From Bordeaux
Group:
Registered Users
Posts: 5
Offline
I've just test my pb on Xuups.com = same result = bad display.

Example:
http://www.xuups.com/modules/publishe ... ?itemid=19&keywords=xuups => "Click here for download it" KO.

http://www.xuups.com/modules/publisher/item.php?itemid=19 => "Click here for download it" OK.

Posted on: 2/24 20:26
_________________
Xoops sites: overfiles.com totaljeux.fr sos-adsl.com
Transfer the post to other applications Transfer



 Top
(1) 2 3 4 ... 55 »




 

Login

Username:

Password:

Remember me



Lost Password?

Register now!

Ajax Search


Advanced Search

Newest Posts