Thanks for the quick replies, working perfectly with @objective suggestion!
Cheers!
Type: Posts; User: netnuvo
Thanks for the quick replies, working perfectly with @objective suggestion!
Cheers!
Hi all,
simple question :
i can't seem to find where to edit the tags plugin to make the tags field non-required in the submit process. I still want to use the plugin, but i don't want users to...
I checked the 2 files and the diffrence i noticed was :
In Nick override : $img = BASEURL.'content/images/post_images/' . preg_replace('/.*content\/images\/post_images\//','',$img);
In Ppost...
Thanks for the headsup. I tried a couple of times to change the image and it seems to work when i remove my overrride...should have thought of that...
Ill compare the 2 files and make updates if...
I'll make you an admin account and poin t you directly to the post in question, check your PMs.
yea 1.4 lol
I got the IRM image to show...
I chosed another image, then try to put the IRM image back and it wasn't appearing...i did that a couple of times and then the IRM image appears...
Maybe Jesus...
hmmm retested and not working....i'm running on Hotaru 4.0, can it affect post images?
Also when i try with this image link (which looks like a lot like the IRM image link) it's working!
...
ok it's working. Just a little note : when i tried to put the image first, i got a black image, i tried a second time and then the IRM image appeared.
Thanks!
Working great, but i found another generated image that does not work :
the page : http://fr.news.yahoo.com/55/20101007/tod-jsus-est-apparu-sur-une-irm-17baed7.html
the image link on Hotaru :...
lol désolé! je suis un peu lent ce matin...
http://moncinema.cyberpresse.ca/nouvelles-et-critiques/nouvelles/nouvelle-cinema/12707-lindsay-lohan-tente-une-cinquieme-cure-de-desintoxication.html
...
It doesn't seems to work with php script created images, here's a link to test :
...
Hi guys,
Ties seems busy so i'm turning back to the community, here's my problem :
So, in the images selection/cropping section sometimes a link to a dynamic image will show :
...
Well as the title says,
is it possible to auto fill the description section with the targeted websote text, when you submit a new article?
Cheers,
Math
After the user log in, he should be redirected to the submit page with the url field filled in.
Is it complicated to do?
I should have precised that this issue is when someone post a link from an external site. If hes not already logged in on MY website, he's going to be redirected to the "You cannot submit" message,...
Well, as the title says..
I want the user to be redirected to the login page if he's trying to post an article without being logged in instead of displaying the : You do not have permission...
I tried clicking on the edit post button and all seems to work fine. The special characters are there.
Yes it works perfectly now, Thanks Nick!
Well, i just check my configuration, and RSS auto Reader is not enabled. I'm still having issue with any url submitted with special characters.
See attached image for my enabled plugins and the...
I'm trying to output a message on the homepage only using this code : if ($h->pageName == $h->home) { echo "This is the home page."; }
Instead of displaying ONLY on the homepage, it displays on...
I realized something this morning :
My homepage is set to default, so it means it is set to "popular".
So if i do a if ($h->pageName == $h->home) { echo "This is the home page."; } it's going...
Tried it, with Default Theme and my moded theme, the message appears on every page of the site. :(
Thanks shibuya,
I'll wait for Nick then :)
Math
Hi guys and gals,
I'm using the following code to display a message on the homepage ONLY :
if ($h->pageName == $h->home) { echo "This is the home page."; }
Problem is, it displays the...