• [MOD] - Report a picture (configurable from ACP + over HTML template files) 4 0 5 1
Currently:  

Author Topic: [MOD] - Report a picture (configurable from ACP + over HTML template files)  (Read 156530 times)

0 Members and 1 Guest are viewing this topic.

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
this mod is just aussum
thaaaaaaaaaaaaaaaannnnnnnxxxxxxxxx

« Last Edit: August 03, 2006, 01:35:08 PM by tdkpaul »

Offline jafori

  • Newbie
  • *
  • Posts: 19
    • View Profile
Im just beeing so stupid...
tell me what do you mean with "Note: Replace the 'Xs' with your latest value number on the list."
I know what Xs are but how do i find the value number on the list... i dont even know what list you are talking about...
Haha yea yea you can laugh at me.. im a photoshoper, not a php-freak =)

Thanks for the Mod.. seems cool
 :mrgreen:

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline jafori

  • Newbie
  • *
  • Posts: 19
    • View Profile
hello.. im a little bit stupid.. :P

I want to add the following function to report_pic_form.html
{lang_uploader} and {uploader}
i mean the first one is a text like "uploader:" and the second tag is actually the name of the uploader "jafori" for instance...
Sounds simple.. but I´ve never succeeded to put a new lang function in the lang/main.php...
so once and for all.. tell me how I get ride of my problem :D :D :D

thanks a lot guys


*edited*
well one more question.. i want a picture to show up instead of "report a picture" link in the details page.. i want it to be a lang button.. I mean a button wich you can switch by changing lang in the controlpanell.. how do I do that =(.
« Last Edit: August 17, 2006, 12:38:54 AM by jafori »

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile


*edited*
well one more question.. i want a picture to show up instead of "report a picture" link in the details page.. i want it to be a lang button.. I mean a button wich you can switch by changing lang in the controlpanell.. how do I do that =(.

just edit the details.html  !!  :lol:

{if report_image_url}<a href="{report_image_url}" class="smalltext"><img src="http://www.youdomain.com/4images/yourtemplate/images/report a picture" alt="report a picture"></a><br /><br />{endif report_image_url}

Offline jafori

  • Newbie
  • *
  • Posts: 19
    • View Profile
Quote
{if report_image_url}<a href="{report_image_url}" class="smalltext"><img src="http://www.youdomain.com/4images/yourtemplate/images/report a picture" alt="report a picture"></a><br /><br />{endif report_image_url}
i´ve already done that.. but i want two different pictures to occure depending on what language settings i have.. if i have swedish it will show picture X and if i have english language settings it will show Y picture =(

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
[qcode]{if report_image_url}<a href="{report_image_url}" class="smalltext"><img src="{template_lang_image_url}/report_a_picture.gif" alt="report a picture"></a><br /><br />{endif report_image_url}[/qcode]
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline jafori

  • Newbie
  • *
  • Posts: 19
    • View Profile
Vano, you solved one of my biggest mysteries in my life :) thaaaanks a lot.. i REALLY thank you for your help =)

Offline tansamalaja

  • Full Member
  • ***
  • Posts: 185
    • View Profile
I don't want to send this Report to the webmaster Emailaddress but to another Mailadress - how do I fix this?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
In report_pic.php replace
Code: [Select]
$site_email->set_to(stripslashes($config['site_email']));
With:[qcode]$site_email->set_to("your@email.com");
[/qcode]
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
I also need a way to allow guests to report images.

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
yes
this would be nice

i want this option, too

Offline tansamalaja

  • Full Member
  • ***
  • Posts: 185
    • View Profile
Thank you, v@no...

Also I'd like to redirect the User to the Detailpage of the foto they made a report to, not to the categories-site...

Error:
After uploading the "admin/settings.php" I see under "General->settings" only the first two rows (site name & admin email),
the rest dieappeared...
« Last Edit: August 28, 2006, 02:43:07 PM by tansamalaja »

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: [MOD] - Report a picture (configurable from ACP + over HTML template files)
« Reply #73 on: September 01, 2006, 04:35:42 PM »
come on
it must be possible to report a picture as a guest and not only a User/ Member.



Thx for the solution

Offline tdkpaul

  • Full Member
  • ***
  • Posts: 205
    • View Profile
Re: [MOD] - Report a picture (configurable from ACP + over HTML template files)
« Reply #74 on: September 08, 2006, 08:04:48 PM »
What i have to change, that it is possible for guests reporting a picture ?