-
Posts
259 -
Joined
-
Last visited
Everything posted by bbeer
-
Hi Martijn your solution does the trick. Thanks a lot!
-
Hi all I have a problem listing pages when set on hidden I sue the following code. When I set to pages to unhidden the listing works well. Somehow I don't manage to find the problem. <?php $stellen = $pages->get("1035", "sort=sort", "include=hidden")->children; foreach ($stellen as $stelle){ ?> <div class="jobList clr"> <div class="col jobContent"> <h2><?php echo $stelle->longtitle;?></h2> <?php echo $stelle->body;?> </div> </div> <?php }?> Your help is much appreciated.
-
Thanks tpr will have a look at this.
-
tpr how exactly do you mean this?
-
Thanks Can this solution I knew. Seems that this is the only way to go about. I was hoping for a more user friendly solution. Maybe that would really be something to look at in future, that FieldType Files would be as the other MultiLingual fields. Thanks again.
-
Hi all I wonder on how to handle best multi lingual downloads. FieldType File has Multi Lingual descriptions for one and the same file. Maybe it would be a good idea to have a real FieldType File, where per language files could be uploaded. Thanks for your advice
-
I 've removed Site-wide File Manager the problem persists. Can't save new pages with that specific template. EDIT when I add a page with another template and save it, then change the template to products, it works. However I can not expect the client to setup a new page in another template and then change them.
-
will try that, but not before tomorrow. Thanks for now
-
this is a huge site, the update to 2.6 will be done later. following fields are used that handle files image and file, site-wide file manager Thats about it.
-
well yes quite a few. The things is that this is new. I am running 2.5.22 dev. and it is only this template that makes problems. I tried other templates, they let me add new pages without any problem. Checked the settings in the template, but there is nothing set any different.
-
I have a very strange occurrence. I try to add new product pages, but it is impossible to save them. Whenever I add a new page and save it I get following error: New page '/de/produkte/schaltschrank-kuehlgeraete-outdoor/oc-5705/570501001sg/' must be saved before files can be accessed from it any one any idea of what that could be? your help is much appreciated.
-
Mike I appreciate your help. Hope the system recovery goes smooth.
-
@MarcC this is a great idea! Frank, I don't really know where modx is heading to. As for myself, having used Evo for more than 8 years, I was really pissed when Revo emerged. Since then I permanently had bad feelings, when using Evo for a new projects. Development off add ons drop to close to nil. Glad I found PW. Still in the process of getting used to it, but I'll eventually get the hang of it. Guess I will never go back to modx.
-
Hi Mike it now wraps the numbre inside an a tag, but it does not output the proper link.
-
I try to add a callto: or tel: link with CKEditor, but it is being cleaned out each time I save the Page. Is there a way to have CKEdtior accept such links. I've tried with a[tel:,callto:] and href[tel:,callto:] in extra Allowed Content but that does not work.
-
Adrian thanks a lot, works like a charm.
-
Hi Diogo I admit, I'm a bid lost I've seen this before but somehow need some help. I lack on php. I was trying to get the pages like $entries = $pages->get('1049','1050'); but I get an error "this page is not intended for direct access". Do I have to create a field checkbox (show_links) and then get them like this $entries = $pages->get("/")->show_links; or can I get them somehow by id?
-
Hi all is it possible to use MarkupSimpleNavigation to output just certain pages for a special navigation, i.e. by page id's?
-
Is it possible to use this in a Multi Language Site. Tried to use it, but in the menu title I get Array and in the outputs as well, it outputs Array, instead of the menu title. When changing language it buts. Thanks in advance.
-
Hi Adrian will do so thanks. The thing is we use VersionControl for Textfield in an extended manner. Guess we will have to change that in due time. Thanks a lot.
-
I have problems with VersionControl. We use VersionControl for Textfields which conflicts with VersionControl, well actually with PageSnapShot. VersionControl is not installed, but PageSnapShot still seems to be active. When I try to delete PageSnapShot I get a Server Error, when I try to delete VersionControl I get an error that VersionControl could not be deleted. When I refresh modules I get Failed module dependency: PageSnapshot requires VersionControl So I am somehow in a trap. Is it possible to remove VersionControl and PageSnapShot manually? your help ids much appreciated.
-
Soma thanks that worked.
-
Hi all we've developed in a sub directory then moved the entire site to the root of the server. Today now I realized that all links of the modules still link to the sub directory. where can I change that path. In the DB in table caches are those path. Do I have to empty this table or can I simply delete all the files in assets>cache? Your help is much appreciated.
-
batch change value per language in FieldtypeTextareas fields
bbeer replied to bbeer's topic in API & Templates
no it does not work, same error. Your BTW has nothing directly to do with the problem, but we changed it. -
batch change value per language in FieldtypeTextareas fields
bbeer replied to bbeer's topic in API & Templates
Hi adrain nope that does not work. get an Fatal error: Call to a member function setLanguageValue() on a non-objec