token hatası alıyorum
Merhaba,
Drupal 7.43 sistemimde içerik türlerim var.
Durum raporunda birden hatalar oluşmaya başladı.
Oluşturduğum içerik türlerine ürün girişi(resim, text vs alanlarına) yaptığımda aşağıdaki hatalar nedeniyle ekleme yapamıyorum.
Ne yapmamı önerirsiniz?
Hatalar:
Tokens Problems detected
The following tokens or token types are missing required name and/or description information:
$info['types']['date']
$info['tokens']['node']['url']
$info['tokens']['file']['size']
$info['tokens']['user']['url']
$info['tokens']['date']['custom']
Read more Easiest way to get tokens of the curently viewed node?
Hi,
Prehistory: I am struggling big time with built-in Drupal 7 node->comments system and decided to design my own using Entity/Reference modules.
One of the first and simple ideas I am trying is to put node add form in the node page directly with the help of Formblock module and pass the ID of that node into one of the fields (the one, where this formblock is located).
So, for this to work I need to get token of this viewed node, how?
I know, that EVA module uses similar principle, but I want to avoid using it for this task.
Read moreSend the actually attached file's url within an e-mail
I have a Drupal 7 site with a custom node type with a custom attachment field. After a (kind of this custom) node has been published, I got an e-mail with the help of Rules module. I would like to set up an another rule, which sends me an another e-mail, when somebody edits this node and uploads an attachment. Inside the mail, I want to see the full url to the uploaded file.
After a several test, I'm not able to insert the full path to the uploaded file. The [node:field-attachment:file] doesn't work at all. I'm able to insert (manually) the url where this file resides, but after I can not insert the file name (so even the filename would be enough for me).
So with the [node:field-attachment:file] I got an error: Fatal error: Call to a member function value() on a non-object in /home/xxx/sites/all/modules/entity/entity_token.tokens.inc on line 297.
Read moreGetting secured data out of CW2
I had an idea months ago to develop an Android app that would read the various RSS feeds that are generated by Community Weaver 2. So, I took a class to learn how to build an app. Then, I thought it would be easy to read an RSS feed generated by CW2, but they are private feeds.
Then I found out about Tokens and installed that module, got my token, formulated the url, but am still not able to read the feed.
Read moreAre VoIP Scripts Tokenized?
Does anyone know if VoIP Scripts are tokenized? I'd like to personalize the script a bit with some with Username and possibly other values.
Read moreToken fails to validate in custom action
I have two custom actions I am using on a site I am working on. The first action is based off the Rules Bonus Pack get argument from path, and it returns the argument. This action creates a token that I can access. I have checked and the token validates correctly when used in pre-defined actions.
The second action takes a numeric input and looks up an email address associated with that number. When I give it an interger it works correctly, however when I feed it the token created by my first action it errors because it treats the input as the raw string instead of evaluating the token.
Read moreDrupal 6: Send customized emails to multiple addresses from fields within multiple field groups
I have a multi-step form that is a job application.
On one step the applicant enters information for professional references, and on another, character references. They may add multiple references (field groups) on each page. The field groups for both types of reference include an email field, and a hidden "email sent" field.
At the end of the form, when the applicant submits the form, I wish to send customized emails to each of the references, and populate the "email sent" field with "yes".
Read moreHow to use tokens in menus?
hi,
how can I use tokens like "%user" when creating menu elements at "/admin/build/menu-customize/navigation/add"?
What I try to do is this:
- At "admin/build/menu/add" I created a new menu called "Top Navigation" (top-navigation).
- This menu should contain links to user profile pages, like:
-- Profile Homepage -> user/[USERNAME]
-- Edit your profile -> user/[UID]/edit
-- List your friends -> user/[UID]/friends
-- List your content -> user/[UID]/content
-- etc.
Automate Twitter Posts from Submitted Content using Rules
I need help! I have fought with this for hours and have search everywhere with no luck. What I am trying to do I would of thought to be very simple, WRONG! I have a form that collects the users name (Title of node) and link (CCK text field) when the user submits a form of this content type I would like to generate a post to twitter with that information. That's it!
Read moreAdding user name to menu (kind like logitoboggan block, or using Token...)
Sometimes things that looks simple to do gets me into troubles.
In this case, the combination of Acquia Marina theme, logintoboggan block and secondary links.
Acquia Marina has the secondary links "hard coded" into the page.tpl.php, inside a place which is not a region. This make it "impossible" (without changing page.tpl.php) to add blocks to it.
Meanwhile, all I want is to give a nice "Hello $user->name | Log out" as part of the secondary links. Logintoboggan is a great module that gives this block, but I can't easily put it there.
Read more


