Community Forum

Please read the intro before joining/posting. Thank you.

If you have questions about our software, chances are this forum has the answers.

You'll need to register before you can post on the forum to ask your question or to answer another one. A reply will be posted to each and every question that is asked so there is no need to double post or bump your post. We'll do our best to answer promptly, but in some cases it may take a day or two. If you bump your post, it may be removed. Bear with us and we'll get your question answered quickly.

Here are a few tips to help you to get your questions answered more rapidly.

IMPORTANT: Posts in English only. We don't employ translators and we'll be unable to understand your message properly and will probably delete it.
SOFTWARE: Each software has it's own forum. Software here is NOT supported. Posts about this software will be deleted. Supported software questions ONLY please.
SEARCH: Use the search option to see if your question has been answered on the forum before now or if there is an answer in the documentation of your software.
PERSONAL SUPPORT: If you have purchased a commercial version of any software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
LINKS: Any links posted are not clickable (to deter spammers) and must be copied / pasted into your browser address bar.

            

You are not logged in.

Search Results
Lasse @ 22-01-2019 10:35:39

Thanks David! Worked fine :-) Sorry for my svenglish :-)

Go to topic
Go to post
Lasse @ 21-01-2019 18:31:05

Ok, I found it! I will share the info here.
The button design, in list mode, is set in: events/content/theme_default/html/event-calendar/buttons-day.html 
The buttons will change color if you change the styling code for them. I changed mine from "success" to "default" wich I think looks better on a mobile.
Here are a link to the different buttons style codes. https://www.w3schools.com/bootstrap/bootstrap_buttons.asp

:-)

Go to topic
Go to post
Lasse @ 20-01-2019 11:17:22

I´m pulling my hair over trying to find where the background code for the day buttons in the list version of the calendrar first page is.
The one that is green. (color behind Monday, Tuseday etc.)
Looked everywhere but simpley can´t find it. Any hints, someone?

Go to topic
Go to post
Lasse @ 20-01-2019 10:18:04

David, I can olny change the latest wived there, not the amount of lates added sad ( I see that I can change the footer display of latest added, but not the one in the right side box)

Go to topic
Go to post
Lasse @ 19-01-2019 16:39:55

Hi!
I want to limit the quantity of latest events that are dispalyed in the box on the right side of the page.
The quantity today is 10. Where can I manage that?
Thanks!

Go to topic
Go to post
Lasse @ 09-02-2017 13:25:10

Update - David changed the following so now it´s working smile

control/system/home.php (lines 177 & 178)

Go to topic
Go to post
Lasse @ 03-02-2017 20:58:16

David, I have sent you an e-mail.
I found this when I reversed the page and looked at the source of the page that shows the product
In the form for "product enquiry" that works the string is

 <label style="padding-top:10px">Email</label > <input type="text" name="que[em]" value="" class="form-control" tabindex="2">

In the "contact us" form in footer the string is

<input type="text" name="msg[em]" value="" class="form-control" placeholder="Your Email">

The only difference I can see is the "que em"  and "ms em" . Could i just change the messenger em to question em and see what happens ? ( ms em  to que em  in the messenger box in footer ) And if so, where do I change it?
It`s not a big deal If I get a question or a message from a customer smile

Go to topic
Go to post
Lasse @ 03-02-2017 07:55:18

I`m sorry David, still the same problem. Recipient address rejected: Username webbshop@rpmracing.se and sender info@fordonsevent.se doesnt match
"contac us" in footer only sends copy to user.
"product Enquiry" works fine and sends copy to both user and shop owner.

Ps. I did it like this:

 define('MAIL_FROM_NAME_HEADER','webbshop@rpmracing.se'); 

on both lines.

Go to topic
Go to post
Lasse @ 02-02-2017 07:40:35

David, this is what I got.
My webshops mail is webbshop@rpmracing.se. When acting as a customer I wrote the e-mail to another one of my domains  (info@fordonsevent.se ) but it says the mail is rejected becouse the usernames dosen´t match? Of course they dosen`t match, one is the shops mail and the other one is the customers.

When sending a testmail from admin page, the test mail shows up in my webbshop@rpmracing accounts inbox, that part works fine.

And when a customer does a Product Enquiry , eveything is ok. Both the customer and shop owner gets a copy. It´s seems that it´s only when the customer uses the "contac us" form in the footer that the problems occurs. Could it be that you are checking on licensed version and I´m not ? Thought I would get mine by translation it into swedish wink



CLIENT -> SERVER: RCPT TO:<webbshop@rpmracing.se>
SERVER -> CLIENT: 554 5.7.1 Recipient address rejected: Username webbshop@rpmracing.se and sender info@fordonsevent.se doesnt match
SMTP ERROR: RCPT TO command failed: 554 5.7.1 Recipient address rejected: Username webbshop@rpmracing.se and sender info@fordonsevent.se doesnt match
CLIENT -> SERVER: RSET
SERVER -> CLIENT: 250 2.0.0 Ok
SMTP Error: The following recipients failed: webbshop@rpmracing.se: Recipient address rejected: Username webbshop@rpmracing.se and sender info@fordonsevent.se doesnt match
CLIENT -> SERVER: MAIL FROM:<webbshop@rpmracing.se>
SERVER -> CLIENT: 250 2.1.0 Ok
CLIENT -> SERVER: RCPT TO:<info@fordonsevent.se>
SERVER -> CLIENT: 250 2.1.5 Ok
CLIENT -> SERVER: DATA
SERVER -> CLIENT: 354 End data with <CR><LF>.<CR><LF>

Go to topic
Go to post
Lasse @ 31-01-2017 22:03:24

When testing the contact us e-mail function with the test button everything is ok. But when I send a question from the contact us form, only the customer gets a copy of the question, the program dosen`t send me the mail to the specified e-mail adress that I wrote in the general settings. I assume that there must be some bug in the system that only lets one mail go out ( the copy the the one that wrote it ) but the shop owner never gets one.

Go to topic
Go to post
Lasse @ 29-01-2017 15:12:46

Worked perfecly smile

Go to topic
Go to post
Lasse @ 29-01-2017 11:19:19

I changed it to a more red tone by going to:  content / theme_default / images / swipe and opened the file:  icons.svg with wordpad. Then find the text:      fill="#ffffff"
I changed it to:  fill="#e9595c"  It will change both the arrows and cross.  I hope it´s ok to mess around a bit with the code? smile

Go to topic
Go to post
Lasse @ 27-01-2017 22:54:35

Hi!
Is it possible to remove the decimals in the pricing on V3,0 ?
In Sweden we just write 10:- and not 10,00:- 
:- is a normal way to display Swedish krona ( Skr )  here in Sweden.

Go to topic
Go to post

 

100% Free SoftwareSoftware Versions, Development, Docs & UpgradesHostingNewsletter
Made with in the U.K & Hong Kong

Free PHP Scripts / Responsive PHP Scripts / Lightweight PHP Scripts / White Label PHP Scripts