471
Bleekk
Re: contact form
  • 2013/12/18 10:10

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


yes a contact module or the xforms module



472
Bleekk
Re: xForms
  • 2013/12/17 9:04

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


you are welcome.

yes it is possible because all form fields have different ids



473
Bleekk
Re: xForms
  • 2013/12/16 22:28

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Hi,

Es kann nicht immer gleich jeder zur Stelle sein der dir hilft. Wir tun das alles hier in unserer Freizeit und natürlich mit begrenzten Fähigkeiten.

Please do following to add a counter / limiter to a xform txtarea

1. Download and unzip followinghttp://www.jqeasy.com/jquery-character-counter/
2. Copy following file to your theme folder: jquery.jqEasyCharCounter.js
3. Open on your website the xform module and check the id of your textarea. In my form is it "ele_19"
<textarea name="ele_19" id="ele_19" title="Jquery Limit" rows="5" cols="35"></textarea>

4. Open your theme.html
after
<{$xoops_module_header}>
add following
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    <
script src="<{xoImgUrl}>jquery.jqEasyCharCounter.js" type="text/javascript"></script>
    <
script>
        $(
document).ready(function(){
            $(
'#ele_19').jqEasyCounter({
                
'maxChars'75,
                
'maxCharsWarning'70
            
});
        });
    </
script>

you do not need to include jquery if you have already loadid it in the theme. change the jquery function to set your limit

Resized Image

have fun



474
Bleekk
Re: New XosC for Xoops 2.5.6
  • 2013/12/16 12:02

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


please remove your dark theme and install the default xoops theme!
do not increase the header height. the header is not important, the content is!!
please do not use lingerie articles or nude girls as demo content :)

maybe your shop is really good but your are presenting it really bad.

I mean are you serious with this look of your shop? Resized Image



475
Bleekk
Re: pdf
  • 2013/12/4 10:39

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


Inserting a link to a pdf takes only a few seconds!

Can you please make a admin or moderator account for me on your website?




476
Bleekk
Re: pdf
  • 2013/12/2 9:05

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


can you please create a admin or moderator account for me and send me the logins per PM.
thanks



477
Bleekk
Re: pdf
  • 2013/12/1 15:40

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


sorry but you need to learn html basics.
you need to insert exactly the same code as I wrote in my post above



478
Bleekk
Re: pdf
  • 2013/11/27 12:08

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


- upload your pdf to your server. let's say in the uploads folder
- then use something like this in your article to point to your pdf
<a href="http://yourwebsite.com/uploads/document.pdf">
<
img src="http://yourwebsite.com/yourpdfimage.jpg" />
</
a>




479
Bleekk
Re: How to make cache for the search.php
  • 2013/11/27 9:13

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


every module that has search has a search function. maybe you can edit there the sql end set the time limit



480
Bleekk
Re: How to make cache for the search.php
  • 2013/11/26 23:20

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


sorry I do not understand what you are trying to cache. the html? this are maybe only 30kb.




TopTop
« 1 ... 45 46 47 (48) 49 50 51 ... 69 »



Login

Who's Online

90 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 90


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