Search found 33 matches

by rhamej
Tue Feb 10, 2009 7:51 pm
Forum: CMSMS Core
Topic: {entry->link} on news detail page
Replies: 3
Views: 1157

Re: {entry->link} on news detail page

Bumpity bump.  Buller?
by rhamej
Sun Feb 08, 2009 2:55 pm
Forum: CMSMS Core
Topic: {entry->link} on news detail page
Replies: 3
Views: 1157

{entry->link} on news detail page

Simple question I'm sure. CMSMS version 1.5.2 News version 2.9.2 I am using the News module as a blog. I am trying to create a permalink. How do I get the {entry->link} parameter passed to the detail template? I know I could just use a UDT getting the current URL, but that doesn't work if someone fi...
by rhamej
Mon Jan 26, 2009 10:12 pm
Forum: Modules/Add-Ons
Topic: Auto populate form inputs (Calguy?)
Replies: 2
Views: 1084

Auto populate form inputs (Calguy?)

I've seen this question asked before, but could not find the thread.

How can I get the value of an input on the first page of a multi page form, and use it as a value on another input on page 3 of the multi page form.

Thanks,
Josh
by rhamej
Sun Dec 14, 2008 3:16 pm
Forum: Modules/Add-Ons
Topic: Adding FEU To FEUCalendar
Replies: 4
Views: 2490

Re: Adding FEU To FEUCalendar

Extra bells and whistles  :)
by rhamej
Tue Dec 09, 2008 11:43 pm
Forum: Layout and Design (CSS & HTML)
Topic: Simple CSS question about block displays
Replies: 12
Views: 4457

Re: Simple CSS question about block displays

Here is what I use for min height divs.

Code: Select all

.min_h {
	min-height:90px;
	height:auto !important;
	height:90px;
	margin: 0px;
	padding: 0px;
}
Then my div

Code: Select all

<div class="min_h">Content.....</div>
by rhamej
Tue Dec 09, 2008 11:11 pm
Forum: CMS Show Off
Topic: CORECapital.info proudly running on CMS-MS
Replies: 6
Views: 3993

Re: CORECapital.info proudly running on CMS-MS

May want to put your key words in actual meta tags too. Right now this renders in the html above the banner.

capital, investments, investment funds, investment banking, broker, mortgage, loans, amortization, financing
by rhamej
Wed Nov 26, 2008 5:16 pm
Forum: Modules/Add-Ons
Topic: Adding FEU To FEUCalendar
Replies: 4
Views: 2490

Adding FEU To FEUCalendar

I'm using calendar version 0.7.3 and feuCalendar version 0.1 First, you need to add to the database. I just dropped the table cms_module_calendar_events Then ran this in the SQL tab of phpMyAdmin CREATE TABLE IF NOT EXISTS `cms_module_calendar_events` (   `event_id` int(11) NOT NULL default '0',   `...
by rhamej
Tue Nov 25, 2008 8:25 pm
Forum: CMS Show Off
Topic: My newest CMSMS website for our Karate dojo
Replies: 1
Views: 1863

Re: My newest CMSMS website for our Karate dojo

Very nice minimalistic approach to the site. Well done  :)
by rhamej
Tue Nov 25, 2008 8:22 pm
Forum: CMS Show Off
Topic: GolfingKnoxville.com
Replies: 7
Views: 4895

Re: GolfingKnoxville.com

Nicely done mate... I might be giving you a shout to get some tips on how you've done stuff... like, how did you do the "REST" style page navigation?  I keep getting that stupid page? that is appended to the beginning of every page on the site. Also, is this an original design?  Or, did y...
by rhamej
Fri Nov 21, 2008 5:19 pm
Forum: Modules/Add-Ons
Topic: TinyMCE, toolbar configuration not working.
Replies: 2
Views: 1097

Re: TinyMCE, toolbar configuration not working.

Same here, sucks  >:(
by rhamej
Wed Nov 19, 2008 2:07 pm
Forum: Modules/Add-Ons
Topic: SocialBookmarks and News Module
Replies: 1
Views: 1056

Re: SocialBookmarks and News Module

Little late, but just came across this. Find: $url = urlencode($curcontent->GetURL()); // url of current page Replace it with $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'...
by rhamej
Thu Nov 13, 2008 7:49 pm
Forum: Tips and Tricks
Topic: .htaccess trick to insert www
Replies: 5
Views: 4524

Re: .htaccess trick to insert www

Please please please... webserver tuning is not CMSms specific. The webserver's documentation and support board have their own places. http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html#canonicalhost Pierre M. I agree but it is worth a mention IMHO here as it can make a big difference in t...
by rhamej
Thu Nov 13, 2008 7:47 pm
Forum: CMS Show Off
Topic: GolfingKnoxville.com
Replies: 7
Views: 4895

Re: GolfingKnoxville.com

chris-s wrote: Wow, I really really love this one. Amazing.

Very good job indeed.
Thnx  ;D
by rhamej
Wed Nov 12, 2008 5:59 pm
Forum: Tips and Tricks
Topic: .htaccess trick to insert www
Replies: 5
Views: 4524

.htaccess trick to insert www

I was having trouble with iCMSUser setting a cookie for the PHPBB forum board and for CMSMS. The problem I was having was that if you came to the site via http://mysite.com and logged in, then came back to http://www.mysite.com, the cookie didn't set. So, I found this little snippet of code that wil...

Go to advanced search