351
kerkyra
Re: Google maps WYSIWYG editor...RSS hack
  • 2007/9/30 23:24

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


the one i modified can be found here

Google Maps 0.82 modified

the original one can be found here

Release of Google Maps 0.82

Appreciate the help! I really think using html instead of XOOPS code in the description would be much better and the rss would work even better!
www.guidemap.gr - Beta is out...



352
kerkyra
Re: Google maps WYSIWYG editor...RSS hack
  • 2007/9/30 23:04

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


hey man, i never said that the design of the theme is mine!!I did made a few modifications to the theme though with the help of the community here! you can see my post herehttps://xoops.org/modules/newbb/viewtopic.php?topic_id=60988&forum=32&post_id=273341#forumpost273341

where i say that i use ramadan theme!

the theme i'm using right now is a mixture of ramadan and pro_violet!

where should i send the module?In email perhaps?

by the way i think your theme is one of the best out there (thats why i chose that one for my site)

and very easy even for newbies to understand the code and change it
www.guidemap.gr - Beta is out...



353
kerkyra
Re: Google maps WYSIWYG editor...RSS hack
  • 2007/9/30 20:29

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


Hi i made some more mods in the module!

I changed the first tab of the marker to show the title of the place, and to justify the content. I also removed the small magnifying glass image showing.

When submiting a new place i added a new Text area where the user can submit pictures (with XOOPS code) which then is showed in the second tab which is now titled "Images"!

Further more in the template instead of showing the names of the categories i added some code which shows a picture for each category and behaves as the previous text links. You only need to upload the image in the images folder of the module and name it as category_id_number.jpg.

also the image link for the rss is added. Just put an image named xml.gif in the images folder.

You can have a glimpse athttp://www.mykerkyra.gr/modules/googlemaps/

Notice that a modification in the database is needed...

If someones needs something like that i'll be happy to upload the module on my server for downloading.
www.guidemap.gr - Beta is out...



354
kerkyra
Re: the Perfect DHTML HACK for Xoops ( easier than WYSIWYG)
  • 2007/9/29 23:49

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


hi there! Very nice hack! could it be a radio button to enable or disable html code into the text area?
www.guidemap.gr - Beta is out...



355
kerkyra
Re: xcgal pagetitle hack ..improve the searchability of your site!
  • 2007/9/29 23:36

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


You have to pass those variables from the php file to the html to work.

So far i managed to display the pic_title and the pic_caption as those are already passed to the html file! I wasnt able to work out the album name though!
www.guidemap.gr - Beta is out...



356
kerkyra
Re: Mp Manager 2.6 beta
  • 2007/9/28 12:43

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


bump
www.guidemap.gr - Beta is out...



357
kerkyra
Re: 2 center top columns blocks and 3 bottom center
  • 2007/9/27 15:53

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


that did it! I played a lil bit with the code to get exactly what i wanted! Thanks very much for the help! You are the man
www.guidemap.gr - Beta is out...



358
kerkyra
Re: Google maps WYSIWYG editor...RSS hack
  • 2007/9/27 12:13

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


hi and thanks for the info! i'm using frappr for my community map, so i have no problem there! My main problem is how to change the default editor so as to show html code instead of XOOPS code (xoops code doesnt work with the rss i'm working on so the images are not showing). Thanks for the reply though! Very usefull indeed.
www.guidemap.gr - Beta is out...



359
kerkyra
2 center top columns blocks and 3 bottom center
  • 2007/9/27 12:08

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


hi i'm using the ramadan theme (in www.mykerkyra.gr)

what i want is to have in the theme.html file

2 blocks above the center column (center top left - center top right)

then the center center block

contents

and bellow all to have 3 blocks bottom center left - bottom center center - bottom center right.

right now the code of that table is like the one bellow, and the top left and right blocks appear in the bottom.

anybody know what i need to change ?

Quote:
<td colspan="3" id="centercolumn"><!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>
<table cellspacing="0" class="centercol">
<tr>
<td id="centerCcolumn" colspan="2"><!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<{include file="$xoops_theme/theme_blockcenter_c.html"}>
<{/foreach}>
<!-- End center-center blocks loop -->
</td>
</tr>
<tr>
<td id="centerLcolumn"><!-- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}> <{include file="$xoops_theme/theme_blockcenter_l.html"}> <{/foreach}>
<!-- End center-left blocks loop -->
</td>
<td id="centerRcolumn" style="border-right: 1px solid #c6c6c6;"><!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}> <{include file="$xoops_theme/theme_blockcenter_r.html"}> <{/foreach}>
<!-- End center-right blocks loop -->
</td>
</tr>
</table>
<{/if}>
<!-- End display center blocks -->
<div class="content">
<{$xoops_contents}>
</div>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
<table cellspacing="0" class="centercolb">
<{if $xoBlocks.page_bottomcenter}>
<tr>
<td id="bottomCcolumn" colspan="2"><{foreach from=$xoBlocks.page_bottomcenter item=block}>
<{include file="$xoops_theme/theme_blockcenter_c.html"}>
<{/foreach}>
</td>
</tr>
<{/if}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
<tr>
<td id="bottomLcolumn"><{foreach from=$xoBlocks.page_bottomleft item=block}>
<{include file="$xoops_theme/theme_blockcenter_l.html"}>
<{/foreach}>
</td>
<td id="bottomRcolumn" style="border-right: 1px solid #c6c6c6;"><{foreach from=$xoBlocks.page_bottomright item=block}>
<{include file="$xoops_theme/theme_blockcenter_r.html"}>
<{/foreach}>
</td>
</tr>
<{/if}>
</table>
www.guidemap.gr - Beta is out...



360
kerkyra
Re: Google maps WYSIWYG editor...RSS hack
  • 2007/9/27 11:29

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


anybody?
www.guidemap.gr - Beta is out...




TopTop
« 1 ... 33 34 35 (36) 37 38 39 40 »



Login

Who's Online

210 user(s) are online (128 user(s) are browsing Support Forums)


Members: 1


Guests: 209


kenaanna,

more...

Donat-O-Meter

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

Latest GitHub Commits