Question: you say "The script will handle any and all dependencies so you only have to list the bare minimum components." Exactly how? Do I need to specify which ones I need in reverse order (from the mootools download list)? I've got an addon that …
Question: you say "The script will handle any and all dependencies so you only have to list the bare minimum components." Exactly how? Do I need to specify which ones I need in reverse order (from the mootools download list)? I've got an addon that …
Need to change your php.ini memory setting I believe.
1. You can increase the memory allowed per process by editing this line in your php.ini file and restarting Apache:
memory_limit = 16M (add the line if it is missing)
2. If you do not have acces…
Need to change your php.ini memory setting I believe.
1. You can increase the memory allowed per process by editing this line in your php.ini file and restarting Apache:
memory_limit = 16M (add the line if it is missing)
2. If you do not have acces…
@MySchizoBuddy:
Remove the ampersand on line 66
&$Discussion->Issue = $Discussion->Context->ObjectFactory->NewObject(&$Discussion->Context, 'Issue');
to
$Discussion->Issue = $Discussion->Context->ObjectFactory->Ne…
I didn't see that, but I did that. Wasn't sure which JS folder he was referring to so I tried them both (vanillas and the extensions). But it still is not working for me.
Ahh, I had to take the JS files from the new scriptaculous version and replace…
I cant figure out how to assign an issue to someone. Am I missing something? The classifications, can you add more is there a setting to add/edit them?
@MySchizoBuddy:
Remove the ampersand on line 66
&$Discussion->Issue = $Discussion->Context->ObjectFactory->NewObject(&$Discussion->Context, 'Issue');
to
$Discussion->Issue = $Discussion->Context->ObjectFactory->Ne…
I didn't see that, but I did that. Wasn't sure which JS folder he was referring to so I tried them both (vanillas and the extensions). But it still is not working for me.
Ahh, I had to take the JS files from the new scriptaculous version and replace…
I cant figure out how to assign an issue to someone. Am I missing something? The classifications, can you add more is there a setting to add/edit them?
In short, no.
If you use one of the older versions yes, but it is not the same. The older ones can only have one hidden item per post, and some other restriction which I dont remember, I think. This version relies on mootools to do basically all …
Wow, been ages since I've looked at this add-on. It would follow the same CSS for "big input". I don't remember adding any special styling. Its just a standard link with an ID of CommentBoxController?
The CSS is rather small, if I remember correc…
Why do people always ask about using different brackets? Is it really that much of an issue? Would you mind telling me why (I'm curious)?
Well as it is now HiddenText was (I think, its been a while) written off of bbcode, hence the "[ ]" brackets…
Notify uses prototype.js. Thats the problem. Mootools and prototype don't play well. Fix it? Not without a rewrite - either Notify or Hidden Text, which will probably not happen. I have no problems fixing small issues if I can but rewriting it, nah.…
Does the embedding work with the hidden text extension disabled?
I have skimmed through some other posts on embedding and mootools might cause some issues. As far as loading hidden content "on demand" - simply put, no.
Can you embed the videos on a non hidden enabled post? Have you tried it with Hidden Text 2 turned off?
I can embed the videos (it does toss up a string of code at the end but the video is hidden, and embedded) on my local server. Do you have the…
Sounds like something got missed in the upgrade. That error is cause its looking for a string in settings.conf that is not there. Which would be:
$Configuration['HIDDEN_TEXT_MARKER_SHOW'] = '(show text)';
$Configuration['HIDDEN_TEXT_MARKER_HIDE'…