albpara
Forum Replies Created
-
Forum: Hacks
In reply to: Sending a form and getting POST data from a custom pluginAs @nickohrn suggested… the problem was a form field called
name
so be sure to use some unique form filds names for tying to avoid this problem,Thanks for the help!!!
Forum: Hacks
In reply to: Sending a form and getting POST data from a custom plugin@bcworkz Thanks for the info, if everything fails I will use the AJAX solution, I’ve donde that before.
@nickohrn I will check the post field names but I am almost sure that this is not the problem, when the form was submitted without filling the form, the $_POST array was shown and only the submit button field was present; in a few hours I will check that, thanks for pointing ??
@ashok The form is on the front end but it is on a local network. I can share the complete code I you want ??
Thanks for the help guys!!
Forum: Hacks
In reply to: Sending a form and getting POST data from a custom pluginThanks for your help Ashok,
I know what
$_SERVER['PHP_SELF']
was, I have some experience on PHP dev :).Of course I’ve tried that, that was my first thought, and the result was the same: and 404 error page if some input was filled.
On both cases seems to work if the submit button was clicked without filling any input, that is weird.
Thanks again
Forum: Plugins
In reply to: [Frontend Uploader] Show Uploaded File ListFInally I got it… the images needs to be aproved to be shown using the “gallery” tag an then supply the id of the post where the upload form is displayed.
The main problem is that I want to show the images and also de documents and if possible, using only texts (no previews).
Is this possible usign this plugin?
Forum: Plugins
In reply to: [Frontend Uploader] Show Uploaded File ListMaybe this is a stupid question, but… where can I get de ID for the gallery? I want to show automatically the files under “Media>Manage UGC”
Forum: Plugins
In reply to: [Frontend Uploader] Show Uploaded File ListI forgot to mention… thanks for the help and the har work Rinat ??
Forum: Plugins
In reply to: [Frontend Uploader] Show Uploaded File ListOk I will try this but I think that it will not help me, I want to show the complete list of files uploaded using the plugin (The same list displayed under Manage UGC)
I will update te post with the results
Forum: Plugins
In reply to: [Frontend Uploader] Show Uploaded File ListOf course I mean, show the list on the frontend, not in the admin panel.
Forum: Plugins
In reply to: [AJAX Calendar Future POSTS] Error when "Next Month" link was clickedThe error was solved… the plugin simply does not work with the standard permalink structure (?p=156).
Changing this works fine
Forum: Plugins
In reply to: [Captain Slider] Shorter does not dispalys imagesYes man, it is workin, the slider was awesome!!!
The latest jQuery release was 1.8.2
Thanks for your work and your support on this ??
Forum: Plugins
In reply to: [Captain Slider] Shorter does not dispalys imagesNow it’s working… the plugin is compatible with jQuery 1.8??
Forum: Plugins
In reply to: [Captain Slider] Shorter does not dispalys imagesOk, it’s solved now
Forum: Plugins
In reply to: [Captain Slider] Shorter does not dispalys imagesForum: Plugins
In reply to: [Captain Slider] Shorter does not dispalys imagesNo, the slider are not working for me
Forum: Plugins
In reply to: [Captain Slider] Shorter does not dispalys imagesI’ve noticed that fitvids.js script is loaded at the bottom on the page but the call to fitVids function was made in the header, maybe this is the problem