1
spyblaster91
Re: Host Change problems

are you sure it's a template problem? i get the same error when i uninstall the module, delete the files and reinstall from new files. why should it happen?



2
spyblaster91
Re: Host Change problems

i already have these codes in extgallery_index.html
<div id="extgallery">
    <
a href="<{xoAppUrl modules/extgallery/}>"><{$extgalleryName}></a>

    <
table class="outer">
        <
tr>
            <
th><{$lang.categoriesAlbums}></th>
            <
th style="text-align:center;"><{$lang.nbAlbums}></th>
            <
th style="text-align:center;"><{$lang.nbPhotos}></th>
        </
tr>
        <{
foreachq item=child from=$cats}>
        <
tr class="<{cycle values="even,odd"}>">
            <{if 
$child.cat_nb_album == 0}>
                <
td colspan="2">
            <{else}>
                <
td>
            <{/if}>

            <!-- 
Category/album image -->
            <!-- 
Si l'option d'affichage de la photo de la catégorie est activéealors -->
            <{if 
$disp_cat_img == }>
                <{if 
$child.cat_imgurl != "" }>
                    <
div class="catThumb" style="float:left; margin-right:5px;">
                        <{if 
$child.cat_isalbum}>
                            <
a href="public-<{$display_type}>.php?id=<{$child.cat_id}>"><img src="<{$child.cat_imgurl}>" alt="<{$child.cat_name}>" title="<{$child.cat_name}>" /></a>
                        <{else}>
                            <
a href="public-categories.php?id=<{$child.cat_id}>"><img src="<{$child.cat_imgurl}>" alt="<{$child.cat_name}>" title="<{$child.cat_name}>" /></a>
                        <{/if}>
                    </
div>
                <{else}>
                    <{if 
$child.photo}>
                        <
div class="catThumb" style="float:left; margin-right:5px;">
                            <{if 
$child.cat_isalbum}>
                                <
a href="public-<{$display_type}>.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_desc}>" title="<{$child.photo.photo_desc}>" /></a>
                            <{else}>
                                <
a href="public-categories.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_desc}>" title="<{$child.photo.photo_desc}>" /></a>
                            <{/if}>
                        </
div>
                    <{/if}>
                <{/if}>
            <{else}>
                <{if 
$child.photo}>
                    <
div class="catThumb" style="float:left; margin-right:5px;">
                        <{if 
$child.cat_isalbum}>
                            <
a href="public-<{$display_type}>.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_desc}>" title="<{$child.photo.photo_desc}>" /></a>
                        <{else}>
                            <
a href="public-categories.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_desc}>" title="<{$child.photo.photo_desc}>" /></a>
                        <{/if}>
                    </
div>
                <{/if}>
            <{/if}>

            <{if 
$child.cat_isalbum}>
                <
a href="public-<{$display_type}>.php?id=<{$child.cat_id}>"><{$child.cat_name}></a><br /><{$child.cat_desc}></td>
            <{else}>
                <
a href="public-categories.php?id=<{$child.cat_id}>"><{$child.cat_name}></a><br /><{$child.cat_desc}></td>
            <{/if}>
            <{if 
$child.cat_nb_album != 0}>
            <
td style="text-align:center;"><{$child.cat_nb_album}></td>
            <{/if}>
            <
td style="text-align:center;"><{$child.cat_nb_photo}></td>
        </
tr>
        <{/foreach}>
        <!--<
tr class="even">
            <
td><a href="user-categories.php">User categories</a><br />You can find here all user categories</td>
        </
tr>-->
    </
table>

    <{include 
file='db:system_notification_select.html'}>
</
div>



i tried to replace it with the one you gave me but it didn't work.
thanx anyway



3
spyblaster91
Re: Host Change problems

i didn't find anything related to my problem in the 2nd link. based on the 1st link, i removed my browser's cache and added this lines to .htaccess file:
RewriteEngine on
RewriteRule ^Petites_annonces/([a-z]+)([0-9]+)(-(.+))? modules/extgallery/seo.php?seoOp=$1&seoArg=$2&seoOther=$4&%{QUERY_STRING} [L]
RewriteRule ^Petites_annonces(/)? modules/extgallery/?%{QUERY_STRING} [L]

and i have no comments on my images to edit.



4
spyblaster91
Re: Host Change problems

i mean i couldn't find the solution to solve my problem



5
spyblaster91
Re: Host Change problems

i dont get it...



6
spyblaster91
Host Change problems

Hi there
i changed my host yesterday and im experiencing problems. most of the modules are working like a charm including: news, content, site map, TDMDownloads and whats new module. but i get an error when i go to extgallery module as a user:

Error : Smarty error: [in db:extgallery_index.html line 16]: syntax error: unclosed tag \{foreach} (opened line 10). (Smarty_Compiler.class.php, line 317)

it only happens when i open the modules home page. every thing works fine when i open my albumes and images from the browser's history.

i have given my new database name, user name and password and my new physical path to the related files.



7
spyblaster91
Re: Adding comment-option to a block

ok problem solved(i just discovered )

admin>system>blocks
Blocks generated by COMMENT ANYWHERE Blocks visible in ALL TYPES Groups access ALL TYPES Visible ALL TYPES
press Go

now you can see the holy "hooking block"! modify it according to the instructions.

good luck



8
spyblaster91
Re: Need page url to use facebook plugin : how to do?

can someone tell me where to put the sdk codes?




TopTop



Login

Who's Online

157 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 157


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