I am trying to migrate a newspaper site

More
12 years 7 months ago #30801 by johnypas
The current site is made on symphony or something and has 200 000 + articles.
Can FC manage that?
It now has over 48 hours of "Seting intial permisions" and it did about 155 000 asset cretion, etc.
I made a text field called subtitle.
i want it to be right under title field in frontend ,is that possible?

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #30804 by ggppdk
Currently i have a site with 37000 item on disk and getting ready to profile it, to identify performance issues

Of course you can place it under title, the modular ITEM layout used by templates default, faq, presentation, can handle this


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #30807 by johnypas
I meant frontend submission form, sorry.
I have copied the title field under it an tried to modify it and it seems that i am doing something wrong, but i am not much of a php programer .

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #30809 by ggppdk
To place a field under title is not that trivial you can override form.php of FC item form

by copying it inside the Joomla template 's folder inside subfolder:

html/flexicontent/item

(thus making a joomla template override)

but such a change is only possible for a developer as it will require manipulation of PHP arrays to find field you need etc ...


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #30811 by johnypas
Btw Fc can handle 100 k + articles no problem but something happened when i tried 200 k + after it finishes asset assignment i' ll post it on line and let you have a look at it.
again thank you for your fast replies

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #30817 by johnypas
Code:
<legend><?php echo JText::_( 'FLEXI_GENERAL' ); ?></legend> <div class="flexi_formblock"> <?php $field = @$this->fields['subtitlu']; $label_tooltip = @$field->description ? 'class="hasTip flexi_label" subtitlu="'.$field->label.'::'.$field->description.'"' : 'class="flexi_label"'; ?> <label id="jform_title-lbl" for="jform_title" <?php echo $label_tooltip; ?> > <?php echo @$field->label ? $field->label : $this->form->getLabel('subtitlu'); ?> </label> <?php if ( isset($this->item->item_translations) ) :?> <!-- tabber start --> <div class="fctabber" style=''> <div class="tabbertab" style="padding: 0px;" > <h3> <?php echo '-'.$this->itemlang->name.'-'; // $t->name; ?> </h3> <?php echo $this->form->getInput('subtitlu');?> </div> <?php foreach ($this->item->item_translations as $t): ?> <?php if ($this->itemlang->shortcode!=$t->shortcode) : ?> <div class="tabbertab" style="padding: 0px;" > <h3> <?php echo $t->name; // $t->shortcode; ?> </h3> <?php $ff_id = 'jfdata_'.$t->shortcode.'custom_subtitlu'; $ff_name = 'jfdata['.$t->shortcode.'][subtitlu]'; ?> <input class="inputbox" style='margin:0px;' type="text" id="<?php echo $ff_id; ?>" name="<?php echo $ff_name; ?>" value="<?php echo @$t->fields->subtitlu->value; ?>" size="50" maxlength="254" /> </div> <?php endif; ?> <?php endforeach; ?> </div> <!-- tabber end --> <?php else : ?> <?php echo $this->form->getInput('subtitlu');?> <?php endif; ?> </div>

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.715 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save