Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 25, 2012, 06:36:08 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
155477
Posts in
21708
Topics by
7734
Members
Latest Member:
rofroodoOvego
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
New Module: Contactlist
Pages:
1
2
[
3
]
Go Down
Author
Topic: New Module: Contactlist (Read 10929 times)
maverik
Offline
Posts: 1568
Re: New Module: Contactlist
«
Reply #50 on:
November 26, 2009, 04:43:19 AM »
all right contactlist works fine now, the problem was breadcrump with easy menu
maybe you install easy menu to show where the problem is
Logged
Signatur wird geladen...
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #51 on:
November 27, 2009, 03:06:34 PM »
Hallo,
was ist falsch? Version 0.7.1, WB 2.8.
Was ist mit dem Google Key? Wird der benötigt? Wenn ja, wo eingeben?
------------------
What's wrong? Version 0.7.1, WB 2.8.
What's with the google key, do I need it, and where to enter?
------------------
Gruss
Falcon
Logged
Uthred
Guest
Re: New Module: Contactlist
«
Reply #52 on:
November 27, 2009, 06:18:34 PM »
Hallo,
der Google-Key muß in die Datei modconfig.php eingetragen werden.
Kann auch nach der Installation gemacht werden.
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #53 on:
November 27, 2009, 10:51:03 PM »
Hallo,
liegt die 'falsche' Darstellung am fehlenden Google-Key?
Falls nicht verzichte ich lieber darauf Google für die Einrichtung auch
noch meine Handynummer für eine SMS-Bestätigung zu geben.
Gruß
Falcon
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #54 on:
November 28, 2009, 04:09:32 AM »
Hallo,
habe den Key jetzt auch ohne SMS Bestätigung bekommen.
Anzeige bleibt wie oben. Habe den Key innerhalb der Domain mit
einem externen Script getestet, funktioniert, liegt also nicht am Key.
Den Key habe ich in der modconfig.php eingetragen.
Woran kanns liegen?
Gruss
Falcon
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #55 on:
November 28, 2009, 11:07:02 AM »
Funktioniert mit einigen Templates, mit einigen nicht.
Wegen Vererbung im css gibt es bei einigen Templates
die obigen Probleme.
Lösung durch direktes style= in den <div> Tag.
Der html Code könnte auch nachgebesert werden,
bei den zusammenhängenden <tr> stimmen die nachfolgenden
colspans in den <td> nicht. Oft 0 statt 3.
Ein verlinktes Bild zieht die Zeilen sehr auseinander, da könnte
man den rowspan nochmal ändern.
Nach meinen Änderungen in der functions.php klappt es
nun hervoragend.
Gruss
Falcon
Logged
Uthred
Guest
Re: New Module: Contactlist
«
Reply #56 on:
November 28, 2009, 11:25:43 AM »
Hi Falcon,
schicke mir doch mal bitte die geänderten Dateien. Verbesserungen würde ich gerne übernehmen!
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #57 on:
November 29, 2009, 08:52:27 AM »
Hi,
in functions.php ca. Zeile 775 und 982
Code:
<div class="GoogleMapPrivate" id="GoogleMapPrivateId">
change to:
Code:
<div style="width:500px; height:300px; position:relative; border:1px solid #000000;" class="GoogleMapPrivate" id="GoogleMapPrivateId">
Thats all.
Die falschen Angaben zum colspan gehen über 1500 Zeilen, ich habe damit aufgehört
da den Browsern das egal ist. Ansonsten einfach mal ein border=1 in die Tabelle
für Hauptseite und 1x für die Detailseite eingeben und gucken.
Rowspan für das Bild war korrekt. Habe aber in in den img Tag noch ein width=150
reingepackt, dann ist die Bildgröße begrenzt und kann den rowspan nicht sprengen.
Habe noch ein Suchfeld eingebaut, welches nur in der contactlist Datenbank sucht,
habe aber noch Probleme das auf die groups einzugrenzen.
Gruß
Falcon
Logged
Luckyluke
Offline
Posts: 555
Re: New Module: Contactlist
«
Reply #58 on:
November 29, 2009, 10:24:13 AM »
Please guys... this is the English part of the forum!
Thxalot,
Luc
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #59 on:
November 29, 2009, 11:25:38 AM »
Sorry,
we talked about the fault in displaying the google map (see pic above).
The problem was the inheritance of my css file, the class of the
contact script didn't work.
To solve the problem I've inserted a Style= statement directly
in the appropriate tag (see post 57).
Further I didn't know where to enter the google key - in the modconfig.php
Now I'm working at search field only for the contactlist, but have to
solve some problems with searching seperately in groups.
Falcon
Logged
crnogorac081
AddOn Development
Offline
Posts: 1706
Re: New Module: Contactlist
«
Reply #60 on:
November 29, 2009, 12:20:40 PM »
Just a one quick question: is it possible to add additional letters, as I saw in some previous version that you use range(a-z) function for letters... For example, in my alphabet we have š đ č ć ž letters..
cheers
Logged
Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #61 on:
November 30, 2009, 10:23:25 AM »
Another question:
In the backend we have the possibility to insert a link for an external picture.
I have my pics for the contactlist in the media folder, which is included in WB,
an external access is not possible.
How can I build a link with WB_PATH in the appropriate field ?
Falcon
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #62 on:
December 03, 2009, 10:58:57 AM »
Another question
What if the list contains about 400 entries (I would like to enter so many)
I didn't find a paging in the functions.php, is there any?
Otherwise you will have a very 'long' listing.
Falcon
Logged
Argos
Moderator
Offline
Posts: 2156
Re: New Module: Contactlist
«
Reply #63 on:
March 15, 2010, 02:25:46 AM »
Nice module, but it
really
needs a paging function! Can it be added, please?
Also a simple point-and-click to an image in the media folder would be nice.
BTW: the conflict with WYSIWYG section is still there. Workaround is to temporarily put the Contact section first.
Logged
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase:
http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
bvolke
Offline
Posts: 5
Re: New Module: Contactlist
«
Reply #64 on:
March 19, 2010, 09:25:37 AM »
Thank you for this great module.
But I have one problem, how can I sort the groups from A to Z and not by group Id?
«
Last Edit: March 19, 2010, 09:30:52 AM by bvolke
»
Logged
bvolke
Offline
Posts: 5
Re: New Module: Contactlist
«
Reply #65 on:
June 29, 2010, 01:11:10 PM »
Frontend: How can I add the detail "SURENAME" into the Title-Tag to see the Name in the Browser-Title?
Logged
Uthred
Guest
Re: New Module: Contactlist
«
Reply #66 on:
September 08, 2010, 10:30:52 AM »
Hi,
Version 0.7.2 is available, see
AMASP
for further infos or/and look at the
demo
.
Changes:
- add paging feature for Adresslist, max. Number is defined in config file for Frontend and Backend
- new default style
- Falcon's GoogleMap proposal from post #57 is in
Best Regards
«
Last Edit: September 08, 2010, 10:57:24 AM by Uthred
»
Logged
Uthred
Guest
Re: New Module: Contactlist
«
Reply #67 on:
September 09, 2010, 06:29:08 AM »
Hi,
Version 0.7.3 is available, see
AMASP
for further infos or/and look at the
demo
.
Changes:
- Group order options (Groupname or ID, see modconfig.php)
- solve problem with Google Maps in IE8
- clean up html (colspans)
Best Regards
Logged
Falcon
Offline
Posts: 50
Re: New Module: Contactlist
«
Reply #68 on:
October 16, 2010, 07:33:59 AM »
Hello,
today I installed a second contactlist (with renaming the info.php etc.).
It works fine.
But there is a problem to change the 'Überschrift der Adressliste' and
'Ausgabeformat der Adressliste' unter Settings. (Heading and format
of the list)
After applying the button 'Speichern' (save) the changes will not
apply, the fields are empty after applying 'change settings' again.
Logged
Uthred
Offline
Posts: 61
Re: New Module: Contactlist
«
Reply #69 on:
July 15, 2011, 07:30:30 AM »
Hi,
Version 1.0.0 is available, see
AMASP
for further infos or/and look at the demo.
Changes:
- make comaptible with Lepton (use of constants like ADMIN_URL)
- small css changes
Best Regards
Logged
Pages:
1
2
[
3
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...