Search found 149 matches

by tobik
Thu Apr 02, 2009 7:29 pm
Forum: Modules/Add-Ons
Topic: Import into Guestbook
Replies: 2
Views: 1166

Re: Import into Guestbook

Put the latest ID into cms_module_guestbook_seq
by tobik
Tue Mar 10, 2009 8:02 pm
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

The displayed shortcut smiley pics are tags in the page source. Any has a alt attribute. The alt contains the text smiles. Example <img src="smile.gif" alt=":-)"> If you now apply the smileys modifier on this page, the text smileys in the alt tag get replaced by another tag. This...
by tobik
Mon Mar 09, 2009 11:56 pm
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

Do you have the smileys modifier on this page? Because the text smileys are in the alt-attribute of the smileys tags the get replaced by the modifier.
by tobik
Fri Mar 06, 2009 9:19 pm
Forum: Module und Tags
Topic: Gästebucheinträge werden nicht angezeigt bzw. gespeichert
Replies: 7
Views: 2179

Re: Gästebucheinträge werden nicht angezeigt bzw. gespeichert

With Guestbook 1.1.10 you can delete this fields from the form.
by tobik
Tue Feb 24, 2009 9:24 pm
Forum: Module und Tags
Topic: Suche Änderungsmöglichkeit für Smileymodul
Replies: 3
Views: 1502

Re: Suche Änderungsmöglichkeit für Smileymodul

Hallo Susi

schau mal in diesen Thread. Die zugehörige JS-Routine findest Du im Modul Guestbook. Schau einfach mal im HTML Quelltext einer Seite wo ein neuer Eintrag eingefügt wird.
by tobik
Thu Feb 19, 2009 12:49 pm
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

David, create two user tags: some_smileys $smileys = CMSModule::GetModuleInstance("Smileys"); if ($smileys != false) {     $list = $smileys->GetSomeSmileys(explode(" ", ":) :( :D ;)"));     if (count($list) > 0)     {     echo "<span class=\"somesmileys\"...
by tobik
Wed Feb 11, 2009 5:42 pm
Forum: Layout und Design
Topic: für jede seite einen anderen hintergrund
Replies: 19
Views: 9604

Re: für jede seite einen anderen hintergrund

Ganz wie Du preferierst. Geht beides.
by tobik
Wed Feb 11, 2009 12:00 pm
Forum: Layout und Design
Topic: für jede seite einen anderen hintergrund
Replies: 19
Views: 9604

Re: für jede seite einen anderen hintergrund

Das muss bei Dir folgendermaßen aussehen:

Code: Select all

<div id="content" style='width: 445px; height: 594px; background-image: url(/www1/uploads/images/backgrounds/kokain.jpg);'>
Achte darauf, das Leerzeichen zwischen url und ( zu entfernen.
by tobik
Mon Feb 09, 2009 12:38 pm
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

Well, don't know if the forum makes use of the smileys module.
by tobik
Mon Feb 09, 2009 10:07 am
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

DG, have a look at Extensions > Smileys > Some Smileys. The Guestbook does show all this smileys above the textbox.
by tobik
Sun Feb 08, 2009 7:37 pm
Forum: Modules/Add-Ons
Topic: [Solved]Smileys not working in Guestbook module?
Replies: 2
Views: 1517

Re: Smileys not working in Guestbook module?

Are you really sure this is the latest guestbook version?
by tobik
Sun Feb 08, 2009 2:59 pm
Forum: Installation und Einstellungen
Topic: Suchen und Ersetzen in MySql
Replies: 4
Views: 2330

Re: Suchen und Ersetzen in MySql

Ich denke, das sollte so funken. Ein Backup kann trotzdem nicht schaden. ;)
by tobik
Sun Feb 08, 2009 1:10 pm
Forum: Installation und Einstellungen
Topic: Suchen und Ersetzen in MySql
Replies: 4
Views: 2330

Re: Suchen und Ersetzen in MySql

Du musst mit dem Hochkomma aufpassen, z.B. bei name='website'. Das Hochkomme ist bei SQL der Begrenzer für einen String.
by tobik
Sat Feb 07, 2009 6:16 pm
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

I just realized that your error message complains about function smarty_modifier_smileys() but in modifier.smileys.php this function is called smarty_cms_modifier_smileys(). I am just guessing, but rename this function in modifier.smileys.php and give it a try.
by tobik
Fri Feb 06, 2009 1:12 pm
Forum: Modules/Add-Ons
Topic: Implementing Smileys [SOLVED]
Replies: 17
Views: 3726

Re: Implementing Smileys

Please could you check if
1. Does your copied modifier.smileys.php have correct file permissions? It must be readable by the webserver process.
2. Is your smileys modifier working in plain content pages?

Go to advanced search