1
SpeedAirMan
Import from XCGal to MyAlbum ?

Hi,

i currently use XCGal on my website, and i must admit that, since the begining, i really don't like it.

I was wondering if there were a way to important all photos and comments from XCGal to MyAlbum ?! (pleeaaasseeeeeeeeeee lol)

Only all photos would already be great.


Then, maybe there would exist a way (through .htaccess ?) to redirect all URLs to categories, user galleries and photos from the current XCGal to MyAlbum ?


Thanks by advance !



2
SpeedAirMan
Re: Xoops Tag ? (by phppp ?)

Thanks all for your replies and information.

Wait for this module



3
SpeedAirMan
Xoops Tag ? (by phppp ?)

Hi,

i'm searching a Tag module (hack ?) like on most Blogs.

I've seen this one :https://xoops.org.cn/modules/tag/
http://dev.xoops.org/modules/xfmod/project/?tag
but no file to download yet.

phppp, if you read this message, could you give us more info about this module ?
Is there a date release ?

Thanks by advance !



4
SpeedAirMan
Re: Bilingual Portal module

Quote:
How did you manage your articles titles and content?
Well, I have to correct ~ all the articles since i've passed from Multi-language modules from SmartFactory.ca (Marcan) to Xlanguage because Xlanguage doesn't allow long text to be translated. Additionally, i've changed several times the charset, and so, I have a lot of accents problems... but I'm going to fix all of that soon.
In fact, the solution is to do translate small paragraph by small paragraph instead of putting the translation of full long text in one time. (or a PHP function in Xlanguage will generate an error and a blank page will appear)

[fr.]paragraph 1[/.fr][en.]paragraph 1[/.en][es.]paragraph 1[/.es]etc. (for each languages)
[fr.]paragraph 2[/.fr][en.]paragraph 2[/.en][es.]paragraph 2[/.es]

instead of

[fr.]full long texts in FR[/.fr][en.]full long texts in EN[/.en][es.]full long texts in ES[/.es] etc.



For the titles, it's not always easy because forms don't always allow long text, and we don't have enough place to put all the translation :
[fr.]title in FR[/.fr][en.]title in EN[/.en]
So, in most of cases, I put a title easy to understand for everybody. (all languages)



Quote:
P.S. Je me suis beaucoup amusé sur parkour autant que
le film B13, a vrai dire, pas loin de la réalité de
quelques cités! Mais c'est un autre mal-de-tête.
héhé, so, checkhttp://www.parkour-videos.com/videos/banlieue-13 you'll find some of the best extracts

More Parkour videos there :http://www.parkour-videos.com/



5
SpeedAirMan
Re: Bilingual Portal module

Xlanguage is an excellente module/script created for XOOPS which allow to make Multilanguages websites easily.
For charsets encodage for EN, ES and BR, I suggest ISO-8859-1.

I've fixed the accents problems due to the encodage only recently (so some texts are not yet fixed).
You can take a look to my website which is in 6 different languages there :http://Parkour.NET



6
SpeedAirMan
Re: XLanguage and XOOPS Multilanguages: would I run into troubles if...

I've recently passed from XOOPS Multi-languages (Smart Language ?) from the SmartFactory (Marcan) to XLanguage, and had no real big problem.
I still have a Charset encoding problem, but it existed before.
I've got some blank page, and have fixed some of them, and the module MyLinks doesn't work anymore (blank page), but it's recent and i think i'll be able to fix most of those problems.
Then, it's easy...
Replace the files which was hacked by the Official XOOPS ones, add the line into common.php, and it works ! (after installing the module and config it)
Do a full backup before...



7
SpeedAirMan
SQL Problems : CBB

I've found some errors. The database (SQL) of CBB was an old database and wasn't updated. It was the database of the version 1.5 or 1.6...


I've found the file to update this database, but i get some errors.

Does anyone know how to solve them please ?!




Quote:
requête SQL:

ALTER TABLE `prefixexoops_bb_categories` DROP `cat_state` ,
CHANGE `cat_url` `cat_url` varchar( 255 ) NOT NULL default '',
DROP `cat_showdescript` ;

MySQL a réponduocumentation
#1091 - Can't DROP 'cat_state'; check that column/key exists






Quote:
requête SQL:

ALTER TABLE `prefixexoops_bb_categories` ADD INDEX `cat_order` ( `cat_order` ) ;

MySQL a réponduocumentation
#1061 - Duplicate key name 'cat_order'






Quote:
requête SQL:

ALTER TABLE `prefixexoops_bb_forums` CHANGE `parent_forum` `parent_forum` smallint( 4 ) UNSIGNED NOT NULL default '0',
CHANGE `forum_moderator` `forum_moderator` varchar( 255 ) NOT NULL default '',
CHANGE `forum_topics` `forum_topics` int( 8 ) UNSIGNED NOT NULL default '0',
CHANGE `forum_posts` `forum_posts` int( 10 ) UNSIGNED NOT NULL default '0',
CHANGE `forum_last_post_id` `forum_last_post_id` int( 10 ) unsigned NOT NULL default '0',
CHANGE `cat_id` `cat_id` smallint( 3 ) UNSIGNED NOT NULL default '0',
CHANGE `forum_type` `forum_type` tinyint( 1 ) UNSIGNED NOT NULL default '0',
CHANGE `allow_html` `allow_html` tinyint( 1 ) UNSIGNED NOT NULL default '1',
CHANGE `allow_sig` `allow_sig` tinyint( 1 ) UNSIGNED NOT NULL default '1',
CHANGE `allow_subject_prefix` `allow_subject_prefix` tinyint( 1 ) UNSIGNED NOT NULL default '0',
CHANGE `forum_order` `forum_order` smallint( 4 ) UNSIGNED NOT NULL default '0',
CHANGE `attach_maxkb` `attach_maxkb` smallint( 3 ) UNSIGNED NOT NULL default '1000',
CHANGE `attach_ext` `attach_ext` varchar( 255 ) NOT NULL default '',
CHANGE `allow_polls` `allow_polls` tinyint( 1 ) unsigned NOT NULL default '0',
DROP `allow_attachments` ,
DROP `subforum_count` ;

MySQL a réponduocumentation
#1091 - Can't DROP 'allow_attachments'; check that column/key exists






Quote:
requête SQL:

ALTER TABLE `prefixexoops_bb_forums` ADD INDEX `forum_last_post_id` ( `forum_last_post_id` ) ,
ADD INDEX `cat_forum` ( `cat_id` , `forum_order` ) ,
ADD INDEX `forum_order` ( `forum_order` ) ,
ADD INDEX `cat_id` ( `cat_id` ) ;

MySQL a réponduocumentation
#1061 - Duplicate key name 'forum_last_post_id'






Quote:
requête SQL:

ALTER TABLE `prefixexoops_bb_moderates` ADD INDEX `mod_end` ( `mod_end` ) ,
ADD INDEX `forum_id` ( `forum_id` ) ;

MySQL a réponduocumentation
#1061 - Duplicate key name 'mod_end'


Thanks by advance !



8
SpeedAirMan
Re: URG : Error while moving posts from 1 forum to another

I've tried to synchronize the forum through the admin control panel... It doesn't work.



9
SpeedAirMan
URG : Error while moving posts from 1 forum to another

Hey all the XOOPS Community !

Well, due to the important numbers of forums on my site, i wanted to reduce them by merging 2 forums in 1, few times, and so, to move hundred posts from one forum to another, and this operation, for few forums.

I usually ask my questions on the French XOOPS support community (frxoops.org) who replied me to do this (after empty tables xoops_session and xoops_online) :
Quote:
update xoops_bb_topics set forum_id=id_forum_destination
where forum_id=id_forum_source;

or, more easier to understand :

update OPDxPJ91_bb_topics set forum_id=45 where forum_id=75;

I've done it, succefully, without any errors through phpMyAdmin.

The problem is that now i have this :
Resized Image
This is a screenshot of the forum index.
I must precise that i wanted to move the posts and topics from the forum named "Rencontres Sportives" to the other one named "Annuaire et recherche de Traceurs par Region". This screenshot has been taken AFTER the operation on MySQL, which, i repeat, gave me no error...

Here is another screenshot from the forum "Rencontres Sportives", the one i wanted to move out all the topics.
Resized Image
As you can see, even if on the index it shows 109 topics, there are no topics anymore in the forum, no one...

It's really annoying, and i don't know how to fix that...

Please help me ^^

(my website is currently closed during all the operations)



10
SpeedAirMan
Re: How do u acess the admin section of ur site?





TopTop
(1) 2 »



Login

Who's Online

248 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 248


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