The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
how to hide link - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Documentation (https://userspice.com/forums/forumdisplay.php?fid=30)
+--- Thread: how to hide link (/showthread.php?tid=183)

Pages: 1 2


how to hide link - JUG - 03-19-2017

Ok, can't modify post above with correct image.

[Image: D1JZf2-DQ1LDQCowZ14KZu7lGjVnpmgqMT53LZLc...ize_mode=3]


how to hide link - sire - 03-19-2017

thanks Jug

its just giving me the err

Parse error: syntax error, unexpected 'else' (T_ELSE) in (weblinkhere) on line 20


how to hide link - JUG - 03-19-2017

Nope. I believe code is OK. Have you tried to implement it on your userspice?

Otherwise, just delete else{ from the line 20 and everything below line 20 and check again.


how to hide link - sire - 03-19-2017

i did what you said now it says

Parse error: syntax error, unexpected end of file in ...navigation.php on line 52

this is the ennd of the pages
<pre>
Code:
<!-- End left navigation items -->

    <?php
?>
</pre>



how to hide link - sire - 03-19-2017

ok i got it to work i found out i had <?php {?> and not <?php }?> (i had to talk to my duck)
thank you jug !!