Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Hide Mod Customization 
 
Hi Icy

I need a help to customize the mod hide.

 I had in icy 1.3 it like this:

2el3x5i

A year ago, using this code.


Spoiler: [ Show ]



but now it does not work, but when I connected dont see links:

p9nsrou
 



 
MadaraSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
It just looks and sounds like the image is missing:
http://animetal.com.ve/images/bbcb_mg/images/hide.png

AND it looks like you did not fix postcounting yet and spam protection is switched on again, like explained in the other topic.

PS..
I am constantly redirected to adfly when I visit your site!!!  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Joshua203 wrote: [View Post]
It just looks and sounds like the image is missing:
http://animetal.com.ve/images/bbcb_mg/images/hide.png

AND it looks like you did not fix postcounting yet and spam protection is switched on again, like explained in the other topic.

PS..
I am constantly redirected to adfly when I visit your site!!!  


 I want just redirected links adf example: mediafire and other

sorry.

I have to review the code adf
And the previous post is not count

"Look at the themes and messages in forums Subjects: 16777215
Posts: 16777215" O.o?
______________________________________________________________

Edit: Look i add the hide.png and nothing:

hide
 



 
MadaraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
I do see hide.png in the post now

User's post count is still 0, look below user's avatar and see!
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Joshua203 wrote: [View Post]
I do see hide.png in the post now

User's post count is still 0, look below user's avatar and see!



I dont see hide.png

"Posts: 16777215" but is 0 still.

the hide when is offline i dont see the links
And when is online i dont see the links, I see no links  connected or disconnected
 



 
MadaraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Well you seem to have changed the link back to default path so now the image is missing again but ....clean your browser

About links being invisible again.... spam protect is on or off?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Joshua203 wrote: [View Post]
Well you seem to have changed the link back to default path so now the image is missing again but ....clean your browser

About links being invisible again.... spam protect is on or off?


the problem with hide is this:

when is online:

zxzael5


And offline is:

dyw3hvm

I dont see the links with hide active.

online or offline i dont see the links.

Now the spam:

3a2pcev


This mod hide was esnola hide modification of all-mods

Remember That modified two files bbcode and other but ... I forget which was
 



 
MadaraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Really you should try and search for the mod yourself but here's the mod:
http://www.icyphoenix.com/viewtopic...&highlight=hide
(I'm not saying it's good for IP2! maybe yes .. maybe no)

You should also try to do what is advised:
- Upload the images in the correct location
- Clear your browser!!
- Fix each forum to count posts for user's postcount
- then Re-enable spam protection
- You may also have to "Synchronize user post counters" in Database Maintenance (or just make a new post

I also don't understand why you did not import your old DB? (if you have one)
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Joshua203 wrote: [View Post]
Really you should try and search for the mod yourself but here's the mod:
http://www.icyphoenix.com/viewtopic...&highlight=hide
(I'm not saying it's good for IP2! maybe yes .. maybe no)

You should also try to do what is advised:
- Upload the images in the correct location
- Clear your browser!!
- Fix each forum to count posts for user's postcount
- then Re-enable spam protection
- You may also have to "Synchronize user post counters" in Database Maintenance (or just make a new post

I also don't understand why you did not import your old DB? (if you have one)


I see before this post

the trouble is that we have to thank for showing the links.

Did have a database before but was very large and had almost 1 GB with hosting problems i had to hire a vps and then I could not keep. After a year I'm starting again from 0.
 



 
MadaraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Madara wrote: [View Post]
the trouble is that we have to thank for showing the links.

Then maybe you can try this (I don't know if it will work):

Zuker wrote: [View Post]
leonidfg wrote: [View Post]
Hi again... in all this HIDE button stuff I have another question.

There's a way to the hide messages may be visible only to the registered users without the need of posting a message? An example may be the Thanks button that allow to see the hide messages.

But I didn't find a post with this Thanks button MOD.

Anyone here know how to do it.

Bye...!


on bbcode.php & viewtopic.php

replace

Code: [Download] [Hide] [Select]
            if($userdata['session_logged_in'])
            {
                $sql = "SELECT p.poster_id, p.topic_id
                    FROM " . POSTS_TABLE . " p
                    WHERE p.topic_id = $topic_id
                    AND p.poster_id = " . $userdata['user_id'];
                $resultat = $db->sql_query($sql);
                $show = $db->sql_numrows($resultat) ? true : false;
                if ( ($userdata['user_level'] == ADMIN) || ($userdata['user_level'] == MOD))
                {
                    $show = true;
                }
            }


with

Code: [Download] [Hide] [Select]
                if ( ($userdata['session_logged_in'] )
                {
                    $show = true;
                }


test it  

 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Wow If it works, using the original file bbcode.php besides, that i modify it a bit and ready.  

    Look: j9bhkdz

Thanks.
 



 
MadaraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Hide Mod Customization 
 
Well done Madara, looks very nice!  

BTW I lke the thank image, it's the first time anybody said thanks to me like this  

I'll mark this topic SOLVED for you, next time you can do this yourself using "Title Edit" at bottom right of the page, please do.
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron