Search found 34 matches

by sam_m
Tue Aug 14, 2012 4:11 pm
Forum: Modules/Add-Ons
Topic: linking Frontenduser field into a formbuilder field
Replies: 1
Views: 871

linking Frontenduser field into a formbuilder field

Hello there, Wonder if someone could possibly help please. Im using CMSMS Build 1.10.3 "Hyacinthe" FormBuilder 0.7.3 FrontEndUsers 1.18.1 I have created a form using formbuilder, but this can only be accessed when someone logs in using FrontEndUsers. Now one of the fields on the form is la...
by sam_m
Thu Jul 05, 2012 12:59 pm
Forum: Modules/Add-Ons
Topic: Linking to a file uploaded from CGBlog summary page [SOLVED]
Replies: 2
Views: 1098

Re: Linking to a file uploaded from CGBlog summary page

{$entry->file_location} is only path to loaction of file as you figured out so you need to add value of your extra field as weel. {$entry->file_location}/{$entry->fieldsbyname.upload->value} Amazing!!! such a quick reply, thank you for much for your help, thats spot on :) Kind Regards Sam
by sam_m
Thu Jul 05, 2012 12:52 pm
Forum: Modules/Add-Ons
Topic: Linking to a file uploaded from CGBlog summary page [SOLVED]
Replies: 2
Views: 1098

Linking to a file uploaded from CGBlog summary page [SOLVED]

Hello, Im using CMSMS 1.10.3 and CGBlog 1.9.8 I wonder if anyone can advise, im trying to get the blog setup so when a file has been uploaded (pdf for example) a link to this is shown on the summary template within CGBlog, but I can`t figure out the correct code which needs to be entered within the ...
by sam_m
Wed Apr 25, 2012 11:15 pm
Forum: Modules/Add-Ons
Topic: Random Guest Book Entry (Multilingual) Tag
Replies: 3
Views: 3593

Re: Random Guest Book Entry (Multilingual) Tag

Hello Russ, this is a fantastic little script and works great, thank you for your work on this, but just wondered if its possible to allow HTML tags at all, so for example if a website was added to the guestbook, this could be displayed with the hyperlink attached.

Thanks
Sam
by sam_m
Thu Oct 27, 2011 7:47 pm
Forum: Modules/Add-Ons
Topic: removing CGBlog date from the search engine?
Replies: 0
Views: 548

removing CGBlog date from the search engine?

Hello, Ive having an issue where at the start of the description in google I have a blog date which I really dont want on there, is there a simple way to remove this so it doesnt get picked up in a search engine? I cant find a place to enter a nofollow code Any thoughts would be great Thank you Sam
by sam_m
Mon Jul 18, 2011 9:30 am
Forum: Modules/Add-Ons
Topic: CGBlog and images extra field [SOLVED]
Replies: 4
Views: 1734

Re: CGBlog and images extra field [SOLVED]

I was wondering if you could share how you entered the extra image fields in cgBlog Hello, no problem... in the field definitions within the CGBlog, click on add field definition and call it any name you like, ill use (image1) Make sure you choose the type as being image, and I set the thumbnail an...
by sam_m
Sun Jul 10, 2011 11:01 pm
Forum: Modules/Add-Ons
Topic: CGBlog and images extra field [SOLVED]
Replies: 4
Views: 1734

Re: CGBlog and images extra field [SOLVED]

OK I think ive solved it.... Summary template.. {if !empty($entry->fieldsbyname.image1->value)} <a href="{$entry->detail_url}"><img src="{$entry->file_location}/ thumb_ {$entry->fieldsbyname.image1->value}" width=100px /></a> {/if} and then in the detail template... {if !empty($e...
by sam_m
Sun Jul 10, 2011 9:49 pm
Forum: Modules/Add-Ons
Topic: CGBlog and images extra field [SOLVED]
Replies: 4
Views: 1734

CGBlog and images extra field [SOLVED]

Hello, I wonder if someone could help with the code for this please, ive got it working with Supersizer for one image, but cant figure out how it works using the created thumbnail and full size image without the need for supersizer... I`ve added 3 extra image fields for CGBlog, but im trying to get ...
by sam_m
Sun Jun 26, 2011 9:28 pm
Forum: Modules/Add-Ons
Topic: PayPalButtonMaker and calender
Replies: 2
Views: 1206

Re: PayPalButtonMaker and calender

Mark, thanks for taking the time to post that, looks very helpful, much appreciated :) [edit: Just noticed that you asked a slightly different question, but I hope this may help a bit in your search for an answer.] Hello, I've just done this using PPBM & CGCalendar and it works very well indeed....
by sam_m
Fri Jun 24, 2011 12:53 am
Forum: Modules/Add-Ons
Topic: PayPalButtonMaker and calender
Replies: 2
Views: 1206

PayPalButtonMaker and calender

Hello, Just wondering if this is something I could do with these modules... Basically I need to create an event calender and then have the ability for someone to choose an event, and then a date which is then paid for via Paypal. I was thinking if I created a button using the paypalbuttonmaker, then...
by sam_m
Sat May 21, 2011 4:11 pm
Forum: CMSMS Core
Topic: Wierd one, templates saving, but not updating on Front end
Replies: 2
Views: 1074

Re: Wierd one, templates saving, but not updating on Front e

Hi Ronny, Thank you for your reply, you were spot on :)

Much Appreciated
Sam
by sam_m
Sat May 21, 2011 12:29 pm
Forum: CMSMS Core
Topic: Wierd one, templates saving, but not updating on Front end
Replies: 2
Views: 1074

Wierd one, templates saving, but not updating on Front end

Hello Chaps, Ive come into a really strange issue and its only one CMSMS site that this has happened too. Basically If I were too update a template, it will save without any problems at all in the backend, but when viewing the front end of the site, it still shows the template before I had updated i...
by sam_m
Tue Sep 14, 2010 5:53 pm
Forum: Modules/Add-Ons
Topic: A hit counter for formbrowser?
Replies: 2
Views: 998

Re: A hit counter for formbrowser?

Thank you Rolf,

Greatly appreciated :) will give it ago now
by sam_m
Tue Sep 14, 2010 2:54 pm
Forum: Modules/Add-Ons
Topic: A hit counter for formbrowser?
Replies: 2
Views: 998

A hit counter for formbrowser?

Hello, I have an online petition created using formbuilder and formbrowser which works a treat. I just wondered if it`s possible to have a little counter at the top of the page which will tell me how many petitions have been posted on the website? Any thoughts would be greatly apreciated Kind Regard...
by sam_m
Tue Sep 14, 2010 2:47 pm
Forum: General Discussion
Topic: Passwords
Replies: 6
Views: 2922

Re: Passwords

If you take a look at the modules... Frontendusers, and Customcontent, this should do all you require

There is a visual tutorial in how to create users and password protected pages on here... http://wiki.cmsmadesimple.org/index.php ... _Tutorials, number 4

Go to advanced search