Page 1 of 1

link is not running

Posted: Thu Dec 08, 2005 7:08 pm
by roman
i made some costomization of CMSMS, and now,  ::), maybe for this i don't can see this link in bullet menu. ( in code is )
my templates:

Code: Select all

{bulletmenu start_element='3.1' collapse="1" show_root_siblings="1"}
and content od DB tables cms_content_props:

Code: Select all

35  	string  	url  	   -	 -  	 -  	http://www.myurl.sk/shop/  	NULL  	NULL
cms_content

Code: Select all

35  	pc Obchod  	link  	1  	12  	-1  	2  	00003.00002  	0  	.: OBCHOD  	   	1  	html  	1  	0  	2  	2005-12-01 23:52:45  	2005-12-08 19:36:38  	1
where i can find solution? my problem or with bulletmenu (CMSMS 0.11)

Re: link is not running

Posted: Thu Dec 08, 2005 7:11 pm
by Ted
It's fixed in 0.11.1.  Just grab the diff package and if you don't want to copy over all of the files, just use the new lib/classes/class.content.inc.php.

Re: link is not running

Posted: Fri Dec 09, 2005 9:14 pm
by roman
wishy wrote: It's fixed in 0.11.1. Just grab the diff package and if you don't want to copy over all of the files, just use the new lib/classes/class.content.inc.php.
thanks wishy :), i aded this my link to bulletmenu hard -> running for one server good! haha

now i have another question, we have IPrestricted pages module, and i need, if somebody is from good IP rande to allow see theses pages in menu. I think, we don't have this. Yes?
I will made this :)